From: Dinko Korunic Date: Sat, 17 Aug 2013 12:03:02 +0000 (+0200) Subject: - izmjene za Wheezy X-Git-Tag: debian/2%1.3.4^0 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=proftpd-cn.git;a=commitdiff_plain;h=b3fc2ec27bd66c2e245aeb16a6a3c740269d8901 - izmjene za Wheezy --- diff --git a/README.CARNet b/README.CARNet index 21f111b..41f2c1a 100644 --- a/README.CARNet +++ b/README.CARNet @@ -5,4 +5,4 @@ Zabranjen je anonimni FTP pristup. Proftp-cn generira SSL certifikat ftpd, ukoliko certifikat vec ne postoji; a tipicno se omogucava i FTP-TLS pristup. - -- Dinko Korunic Sun, 24 Apr 2011 16:13:36 +0200 + -- Dinko Korunic Sat, 17 Aug 2013 13:37:21 +0200 diff --git a/debian/changelog b/debian/changelog index 1bf4190..5875c19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proftpd-cn (2:1.3.4) stable; urgency=low + + * paket za Wheezy + + -- Dinko Korunic Sat, 17 Aug 2013 14:02:37 +0200 + proftpd-cn (2:1.3.3) stable; urgency=low * lintian fixevi diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index ff4139d..5d83f8d 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: proftpd-cn Section: net Priority: optional Maintainer: Dinko Korunic -Build-Depends: debhelper (>= 7) -Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 9.20120909) +Standards-Version: 3.9.4 Package: proftpd-cn Architecture: all -Depends: proftpd-basic (>= 1.3.3a-6squeeze1), openssl (>= 0.9.8o-4squeeze1), carnet-tools-cn (>= 2.8.1), debconf (>= 1.5.36.1) | debconf-2.0, ${misc:Depends} +Depends: proftpd-basic (>= 1.3.4a-4+nmu1), openssl (>= 1.0.1e-2), carnet-tools-cn (>= 3.0.4), debconf (>= 1.5.49) | debconf-2.0, ${misc:Depends} Description: Versatile, virtual-hosting FTP daemon A powerful replacement for wu-ftpd, this File Transfer Protocol daemon supports hidden directories, virtual hosts, and per-directory diff --git a/debian/copyright b/debian/copyright index 5350ae7..b8602d4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Copyright 2011 CARNet +Copyright 2013 CARNet You are free to distribute this software package under the terms of the GNU General Public License. diff --git a/debian/postinst b/debian/postinst index 88acdbe..ffcbf7f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -95,6 +95,8 @@ add_tls() cp-update proftpd-cn $FTP_TMP < TLSEngine on + TLSLog /var/log/proftpd/tls.log + TLSProtocol SSLv23 # Are clients required to use FTP over TLS when talking to this server? TLSRequired off