From 26816f623d7cb7e4e28491cfa29c44211c85b46d Mon Sep 17 00:00:00 2001 From: Zeljko Boros Date: Thu, 31 Jan 2019 15:15:47 +0100 Subject: [PATCH 1/4] Prva inacica za stretch --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3a647b7..24313e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openssh-cn (2:6.7p1.5) stable; urgency=low + + * Prva inacica paketa za izdanje stretch + + -- Zeljko Boros Wed, 12 Dec 2018 11:11:23 +0200 + openssh-cn (2:6.7p1.1) stable; urgency=low * Prva inacica paketa za izdanje jessie diff --git a/debian/control b/debian/control index 95bcd4f..b96a5a5 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,11 @@ Priority: optional Uploaders: Zeljko Boros Maintainer: Grupa za izradu paketa Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Package: openssh-cn Architecture: all -Depends: carnet-tools-cn (>= 3.1.0), openssh-client (>= 1:6.7p1-5+deb8u3), openssh-server (>= 1:6.7p1-5+deb8u3), ${misc:Depends} +Depends: carnet-tools-cn (>= 3.1.0), openssh-client (>= 1:6.7p1-5+deb8u7), openssh-server (>= 1:6.7p1-5+deb8u7), ${misc:Depends} Description: secure shell server, an rshd replacement This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working -- 1.7.10.4 From 2759f20451b420ab0110485470a09603bf2a5ea3 Mon Sep 17 00:00:00 2001 From: Zeljko Boros Date: Thu, 20 Aug 2020 13:51:14 +0200 Subject: [PATCH 2/4] t --- README.CARNet | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 README.CARNet diff --git a/README.CARNet b/README.CARNet deleted file mode 100644 index 9442165..0000000 --- a/README.CARNet +++ /dev/null @@ -1,9 +0,0 @@ -openssh-cn -+--------+ - -Paket dodaje u sshd_config: - - * ReverseMappingCheck yes - * PermitRootLogin no - - -- Ivan Rako Tue, 30 Oct 2007 00:51:47 +0100 -- 1.7.10.4 From 8913855de6cd8aefc6be5b2c1e7fda82dd0faea0 Mon Sep 17 00:00:00 2001 From: Zeljko Boros Date: Thu, 20 Aug 2020 14:09:13 +0200 Subject: [PATCH 3/4] =?utf8?q?Prva=20ina=C4=8Dica=20za=20buster?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- README.CARNET | 9 +++++++++ debian/changelog | 7 +++++++ debian/control | 17 ++++------------- debian/docs | 2 +- debian/postinst | 12 +++++++----- 5 files changed, 28 insertions(+), 19 deletions(-) create mode 100644 README.CARNET diff --git a/README.CARNET b/README.CARNET new file mode 100644 index 0000000..9442165 --- /dev/null +++ b/README.CARNET @@ -0,0 +1,9 @@ +openssh-cn ++--------+ + +Paket dodaje u sshd_config: + + * ReverseMappingCheck yes + * PermitRootLogin no + + -- Ivan Rako Tue, 30 Oct 2007 00:51:47 +0100 diff --git a/debian/changelog b/debian/changelog index 24313e9..4a5a13b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openssh-cn (2:7.9p1+cn10u1) stable; urgency=low + + * Prva inačica paketa za CARNET Debian 10 (buster) + * Ovisnost o init-system-helpers 1.56+nmu1 zbog invoke-rc.d + + -- Zeljko Boros Thu, 20 Aug 2020 14:01:15 +0200 + openssh-cn (2:6.7p1.5) stable; urgency=low * Prva inacica paketa za izdanje stretch diff --git a/debian/control b/debian/control index b96a5a5..0762240 100644 --- a/debian/control +++ b/debian/control @@ -8,16 +8,7 @@ Standards-Version: 3.9.8 Package: openssh-cn Architecture: all -Depends: carnet-tools-cn (>= 3.1.0), openssh-client (>= 1:6.7p1-5+deb8u7), openssh-server (>= 1:6.7p1-5+deb8u7), ${misc:Depends} -Description: secure shell server, an rshd replacement - This is the portable version of OpenSSH, a free implementation of - the Secure Shell protocol as specified by the IETF secsh working - group. - . - Ssh (Secure Shell) is a program for logging into a remote machine - and for executing commands on a remote machine. - It provides secure encrypted communications between two untrusted - hosts over an insecure network. X11 connections and arbitrary TCP/IP - ports can also be forwarded over the secure channel. - It is intended as a replacement for rlogin, rsh and rcp, and can be - used to provide applications with a secure communication channel. +Depends: init-system-helpers (>=1.56+nmu1), carnet-tools-cn (>= 3.3.0+deb10u1), openssh-client (>= 1:7.9p1-10+deb10u2), openssh-server (>= 1:7.9p1-10+deb10u2), ${misc:Depends} +Description: SSH - secure shell server, zamjena za rshd + OpenSSH je implementacija protokola Secure Shell koji je specificirala + radna skupina IETF-a 'secsh'. diff --git a/debian/docs b/debian/docs index 8f6e250..db3c4b3 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1 @@ -README.CARNet +README.CARNET diff --git a/debian/postinst b/debian/postinst index 4a87744..fc0f9c7 100755 --- a/debian/postinst +++ b/debian/postinst @@ -21,10 +21,12 @@ if [ -f /etc/ssh/sshd_config ]; then fi # restart -if [ -x /usr/sbin/invoke-rc.d ]; then - [ -x /etc/init.d/ssh ] && invoke-rc.d ssh restart -else - [ -x /etc/init.d/ssh ] && /etc/init.d/ssh restart -fi +invoke-rc.d ssh restart + +#if [ -x /usr/sbin/invoke-rc.d ]; then +# [ -x /etc/init.d/ssh ] && invoke-rc.d ssh restart +#else +# [ -x /etc/init.d/ssh ] && /etc/init.d/ssh restart +#fi #DEBHELPER# -- 1.7.10.4 From d54be4657e2f32e5710ee9550247ba7d827280c9 Mon Sep 17 00:00:00 2001 From: Zeljko Boros Date: Tue, 20 Apr 2021 14:09:08 +0200 Subject: [PATCH 4/4] fixed typo in control --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0762240..b382d21 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.8 Package: openssh-cn Architecture: all -Depends: init-system-helpers (>=1.56+nmu1), carnet-tools-cn (>= 3.3.0+deb10u1), openssh-client (>= 1:7.9p1-10+deb10u2), openssh-server (>= 1:7.9p1-10+deb10u2), ${misc:Depends} +Depends: init-system-helpers (>=1.56+nmu1), carnet-tools-cn (>= 3.3.0+cn10u1), openssh-client (>= 1:7.9p1-10+deb10u2), openssh-server (>= 1:7.9p1-10+deb10u2), ${misc:Depends} Description: SSH - secure shell server, zamjena za rshd OpenSSH je implementacija protokola Secure Shell koji je specificirala radna skupina IETF-a 'secsh'. -- 1.7.10.4