[csw-devel] SF.net SVN: gar:[3345] csw/mgar/pkg/vsftpd/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sat Feb 21 21:38:35 CET 2009


Revision: 3345
          http://gar.svn.sourceforge.net/gar/?rev=3345&view=rev
Author:   chninkel
Date:     2009-02-21 20:38:34 +0000 (Sat, 21 Feb 2009)

Log Message:
-----------
vsftpd: updated to 2.1.0

Modified Paths:
--------------
    csw/mgar/pkg/vsftpd/trunk/Makefile
    csw/mgar/pkg/vsftpd/trunk/checksums
    csw/mgar/pkg/vsftpd/trunk/files/csw_paths.patch
    csw/mgar/pkg/vsftpd/trunk/files/set_priv_sep_user.patch

Modified: csw/mgar/pkg/vsftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vsftpd/trunk/Makefile	2009-02-21 16:21:41 UTC (rev 3344)
+++ csw/mgar/pkg/vsftpd/trunk/Makefile	2009-02-21 20:38:34 UTC (rev 3345)
@@ -1,5 +1,5 @@
 GARNAME = vsftpd
-GARVERSION = 2.0.7
+GARVERSION = 2.1.0
 CATEGORIES = server
 
 DESCRIPTION = A very secure and fast FTP server.

Modified: csw/mgar/pkg/vsftpd/trunk/checksums
===================================================================
--- csw/mgar/pkg/vsftpd/trunk/checksums	2009-02-21 16:21:41 UTC (rev 3344)
+++ csw/mgar/pkg/vsftpd/trunk/checksums	2009-02-21 20:38:34 UTC (rev 3345)
@@ -1,4 +1,4 @@
-3e39cb7b0bee306ad7df8e3552e15297  download/vsftpd-2.0.7.tar.gz
+7890b54e7ffa6106ffbdfda53f47fa41  download/vsftpd-2.1.0.tar.gz
 ad51a44007f43ed9ff736a38c764352b  download/CSWvsftpd.gspec
 eb9b4f253fa90f3b6187e44375306010  download/CSWvsftpd.prototype
 a2f5b70fe49839b0463c9d90af0f11dd  download/CSWvsftpd.preinstall
@@ -14,7 +14,7 @@
 9b2ae27f98333b73ff2b16ed98ee896a  download/i.conf
 5d9e9fb1a5b6af82ce915f72ebc5e3b7  download/r.conf
 281c51282cabd9475cceef363bbc699b  download/build_options.patch
-12ad4894d304a8381a5c4c3d43438af8  download/csw_paths.patch
+a9e994d2b57999b76a0e03503745c01a  download/csw_paths.patch
 54c1c39c6bfa8747a4457f135fd5bca1  download/csw_build_system.patch
-23e8f60e7a84da5d3459f870c305710b  download/set_priv_sep_user.patch
+a9a65f55cbfd01f9d72d1de25e67148d  download/set_priv_sep_user.patch
 73e59f9ada47d3d20199f7c97849fb13  download/destdir.patch

Modified: csw/mgar/pkg/vsftpd/trunk/files/csw_paths.patch
===================================================================
--- csw/mgar/pkg/vsftpd/trunk/files/csw_paths.patch	2009-02-21 16:21:41 UTC (rev 3344)
+++ csw/mgar/pkg/vsftpd/trunk/files/csw_paths.patch	2009-02-21 20:38:34 UTC (rev 3345)
@@ -10,41 +10,42 @@
  
  #define VSFTP_COMMAND_FD        0
  
-diff --speed-large-files --minimal -Nru vsftpd-2.0.4.orig/tunables.c vsftpd-2.0.4/tunables.c
---- vsftpd-2.0.4.orig/tunables.c	2006-04-12 18:07:06.221062000 -0400
-+++ vsftpd-2.0.4/tunables.c	2006-04-12 18:06:35.899619000 -0400
-@@ -92,7 +92,7 @@
- unsigned int tunable_max_per_ip = 0;
- unsigned int tunable_trans_chunk_size = 0;
+diff --speed-large-files --minimal -Nru vsftpd-2.1.0.orig/tunables.c vsftpd-2.1.0/tunables.c
+--- vsftpd-2.1.0.orig/tunables.c	2009-02-21 21:24:31.639775254 +0100
++++ vsftpd-2.1.0/tunables.c	2009-02-21 21:24:09.490356200 +0100
+@@ -242,7 +242,7 @@
+   /* -rw------- */
+   tunable_chown_upload_mode = 0600;
  
--const char* tunable_secure_chroot_dir = "/usr/share/empty";
-+const char* tunable_secure_chroot_dir = "/opt/csw/var/empty/vsftpd";
- const char* tunable_ftp_username = "ftp";
- const char* tunable_chown_username = "root";
- const char* tunable_xferlog_file = "/var/log/xferlog";
-@@ -100,11 +100,11 @@
- const char* tunable_message_file = ".message";
- const char* tunable_nopriv_user = "nobody";
- const char* tunable_ftpd_banner = 0;
--const char* tunable_banned_email_file = "/etc/vsftpd.banned_emails";
--const char* tunable_chroot_list_file = "/etc/vsftpd.chroot_list";
-+const char* tunable_banned_email_file = "/opt/csw/etc/vsftpd/vsftpd.banned_emails";
-+const char* tunable_chroot_list_file = "/opt/csw/etc/vsftpd/vsftpd.chroot_list";
- const char* tunable_pam_service_name = "ftp";
- const char* tunable_guest_username = "ftp";
--const char* tunable_userlist_file = "/etc/vsftpd.user_list";
-+const char* tunable_userlist_file = "/opt/csw/etc/vsftpd/vsftpd.user_list";
- const char* tunable_anon_root = 0;
- const char* tunable_local_root = 0;
- const char* tunable_banner_file = 0;
-@@ -116,8 +116,8 @@
- const char* tunable_hide_file = 0;
- const char* tunable_deny_file = 0;
- const char* tunable_user_sub_token = 0;
--const char* tunable_email_password_file = "/etc/vsftpd.email_passwords";
--const char* tunable_rsa_cert_file = "/usr/share/ssl/certs/vsftpd.pem";
-+const char* tunable_email_password_file = "/opt/csw/etc/vsftpd/vsftpd.email_passwords";
-+const char* tunable_rsa_cert_file = "/opt/csw/ssl/certs/vsftpd.pem";
- const char* tunable_dsa_cert_file = 0;
- const char* tunable_ssl_ciphers = "DES-CBC3-SHA";
- const char* tunable_rsa_private_key_file = 0;
+-  install_str_setting("/usr/share/empty", &tunable_secure_chroot_dir);
++  install_str_setting("/opt/csw/var/empty/vsftpd", &tunable_secure_chroot_dir);
+   install_str_setting("ftp", &tunable_ftp_username);
+   install_str_setting("root", &tunable_chown_username);
+   install_str_setting("/var/log/xferlog", &tunable_xferlog_file);
+@@ -250,11 +250,11 @@
+   install_str_setting(".message", &tunable_message_file);
+   install_str_setting("nobody", &tunable_nopriv_user);
+   install_str_setting(0, &tunable_ftpd_banner);
+-  install_str_setting("/etc/vsftpd.banned_emails", &tunable_banned_email_file);
+-  install_str_setting("/etc/vsftpd.chroot_list", &tunable_chroot_list_file);
++  install_str_setting("/opt/csw/etc/vsftpd/vsftpd.banned_emails", &tunable_banned_email_file);
++  install_str_setting("/opt/csw/etc/vsftpd/vsftpd.chroot_list", &tunable_chroot_list_file);
+   install_str_setting("ftp", &tunable_pam_service_name);
+   install_str_setting("ftp", &tunable_guest_username);
+-  install_str_setting("/etc/vsftpd.user_list", &tunable_userlist_file);
++  install_str_setting("/opt/csw/etc/vsftpd/vsftpd.user_list", &tunable_userlist_file);
+   install_str_setting(0, &tunable_anon_root);
+   install_str_setting(0, &tunable_local_root);
+   install_str_setting(0, &tunable_banner_file);
+@@ -267,9 +267,9 @@
+   install_str_setting(0, &tunable_hide_file);
+   install_str_setting(0, &tunable_deny_file);
+   install_str_setting(0, &tunable_user_sub_token);
+-  install_str_setting("/etc/vsftpd.email_passwords",
++  install_str_setting("/opt/csw/etc/vsftpd/vsftpd.email_passwords",
+                       &tunable_email_password_file);
+-  install_str_setting("/usr/share/ssl/certs/vsftpd.pem",
++  install_str_setting("/opt/csw/ssl/certs/vsftpd.pem",
+                       &tunable_rsa_cert_file);
+   install_str_setting(0, &tunable_dsa_cert_file);
+   install_str_setting("DES-CBC3-SHA", &tunable_ssl_ciphers);

Modified: csw/mgar/pkg/vsftpd/trunk/files/set_priv_sep_user.patch
===================================================================
--- csw/mgar/pkg/vsftpd/trunk/files/set_priv_sep_user.patch	2009-02-21 16:21:41 UTC (rev 3344)
+++ csw/mgar/pkg/vsftpd/trunk/files/set_priv_sep_user.patch	2009-02-21 20:38:34 UTC (rev 3345)
@@ -1,12 +1,12 @@
-diff --speed-large-files --minimal -Nru vsftpd-2.0.5.orig/tunables.c vsftpd-2.0.5/tunables.c
---- vsftpd-2.0.5.orig/tunables.c	2007-10-18 07:23:57.000000000 -0400
-+++ vsftpd-2.0.5/tunables.c	2007-10-18 07:25:11.388578000 -0400
-@@ -101,7 +101,7 @@
- const char* tunable_xferlog_file = "/var/log/xferlog";
- const char* tunable_vsftpd_log_file = "/var/log/vsftpd.log";
- const char* tunable_message_file = ".message";
--const char* tunable_nopriv_user = "nobody";
-+const char* tunable_nopriv_user = "vsftpd";
- const char* tunable_ftpd_banner = 0;
- const char* tunable_banned_email_file = "/opt/csw/etc/vsftpd/vsftpd.banned_emails";
- const char* tunable_chroot_list_file = "/opt/csw/etc/vsftpd/vsftpd.chroot_list";
+diff --speed-large-files --minimal -Nru vsftpd-2.1.0.orig/tunables.c vsftpd-2.1.0/tunables.c
+--- vsftpd-2.1.0.orig/tunables.c	2009-02-21 21:30:09.674664421 +0100
++++ vsftpd-2.1.0/tunables.c	2009-02-21 21:29:49.474053248 +0100
+@@ -248,7 +248,7 @@
+   install_str_setting("/var/log/xferlog", &tunable_xferlog_file);
+   install_str_setting("/var/log/vsftpd.log", &tunable_vsftpd_log_file);
+   install_str_setting(".message", &tunable_message_file);
+-  install_str_setting("nobody", &tunable_nopriv_user);
++  install_str_setting("vsftpd", &tunable_nopriv_user);
+   install_str_setting(0, &tunable_ftpd_banner);
+   install_str_setting("/opt/csw/etc/vsftpd/vsftpd.banned_emails", &tunable_banned_email_file);
+   install_str_setting("/opt/csw/etc/vsftpd/vsftpd.chroot_list", &tunable_chroot_list_file);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list