- izmjene za Wheezy origin wheezy debian/2%1.3.4
authorDinko Korunic <kreator@carnet.hr>
Sat, 17 Aug 2013 12:03:02 +0000 (14:03 +0200)
committerDinko Korunic <kreator@carnet.hr>
Sat, 17 Aug 2013 12:03:02 +0000 (14:03 +0200)
README.CARNet
debian/changelog
debian/compat
debian/control
debian/copyright
debian/postinst

index 21f111b..41f2c1a 100644 (file)
@@ -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 <kreator@CARNet.hr>  Sun, 24 Apr 2011 16:13:36 +0200
+ -- Dinko Korunic <kreator@CARNet.hr>  Sat, 17 Aug 2013 13:37:21 +0200
index 1bf4190..5875c19 100644 (file)
@@ -1,3 +1,9 @@
+proftpd-cn (2:1.3.4) stable; urgency=low
+
+  * paket za Wheezy
+
+ -- Dinko Korunic <kreator@carnet.hr>  Sat, 17 Aug 2013 14:02:37 +0200
+
 proftpd-cn (2:1.3.3) stable; urgency=low
 
   * lintian fixevi
index 7f8f011..ec63514 100644 (file)
@@ -1 +1 @@
-7
+9
index ff4139d..5d83f8d 100644 (file)
@@ -2,12 +2,12 @@ Source: proftpd-cn
 Section: net
 Priority: optional
 Maintainer: Dinko Korunic <kreator@CARNet.hr>
-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
index 5350ae7..b8602d4 100644 (file)
@@ -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.
index 88acdbe..ffcbf7f 100755 (executable)
@@ -95,6 +95,8 @@ add_tls()
         cp-update proftpd-cn $FTP_TMP <<EOF
 <IfModule mod_tls.c>
   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