[SM-Commit] GIT changes to master grimoire by George Sherwood (60492e53fe5f47f047f28fe371049ee7994e4246)

George Sherwood scm at mail.sourcemage.org
Fri Aug 11 11:49:28 EDT 2006


GIT changes to master grimoire by George Sherwood <chat at sourcemage.org>:

 ftp/vsftpd/DETAILS |    4 ++--
 ftp/vsftpd/HISTORY |    4 ++++
 ftp/vsftpd/mk.diff |    4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 60492e53fe5f47f047f28fe371049ee7994e4246
Author: George Sherwood <chat at sourcemage.org>
Commit: George Sherwood <chat at sourcemage.org>

    Updated vsftpd to version 2.0.5.  Updated patch to install man pages
    in correct place.

diff --git a/ftp/vsftpd/DETAILS b/ftp/vsftpd/DETAILS
index 05a58e7..8ded097 100755
--- a/ftp/vsftpd/DETAILS
+++ b/ftp/vsftpd/DETAILS
@@ -1,9 +1,9 @@
            SPELL=vsftpd
-         VERSION=2.0.4
+         VERSION=2.0.5
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=ftp://vsftpd.beasts.org/users/cevans/$SOURCE
-     SOURCE_HASH=sha512:67fc6a855c0017ea49bed71860763d3dd620b1f1bd4270ca3d4ae68ba708285c705c7916c7c8622ad2ab25940325427da0320e2eb292a575e7f1c750930cb125
+     SOURCE_HASH=sha512:d8b1ca72884eaa2c8fec4bdbb8a466def75039efc41683bb56ed498a8a830577db9d03d08a3cc453e6572bf2d9930db6d3c4023940d96a6a895a7e8e0fa1a079
         WEB_SITE=http://vsftpd.beasts.org/
          ENTERED=20030107
          UPDATED=20040709
diff --git a/ftp/vsftpd/HISTORY b/ftp/vsftpd/HISTORY
index 51c7b4c..1822e87 100644
--- a/ftp/vsftpd/HISTORY
+++ b/ftp/vsftpd/HISTORY
@@ -1,3 +1,7 @@
+2006-08-11 George Sherwood <george at beernabeer.com>
+	* DETAILS: Updated to version 2.0.5
+	* mk.diff: Fixed man to install /usr/share/man
+
 2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
 	* DETAILS: (automated) Add KEYWORDS
 
diff --git a/ftp/vsftpd/mk.diff b/ftp/vsftpd/mk.diff
index ebd5a32..aeae01d 100644
--- a/ftp/vsftpd/mk.diff
+++ b/ftp/vsftpd/mk.diff
@@ -29,8 +29,8 @@
 -	if [ -x /etc/xinetd.d ]; then \
 -		$(INSTALL) -m 644 xinetd.d/vsftpd /etc/xinetd.d/vsftpd; fi
 +		$(INSTALL) -m 755 vsftpd /usr/sbin/vsftpd; 
-+		$(INSTALL) -m 644 vsftpd.8 /usr/man/man8/vsftpd.8; 
-+		$(INSTALL) -m 644 vsftpd.conf.5 /usr/man/man5/vsftpd.conf.5; 
++		$(INSTALL) -m 644 vsftpd.8 /usr/share/man/man8/vsftpd.8; 
++		$(INSTALL) -m 644 vsftpd.conf.5 /usr/share/man/man5/vsftpd.conf.5; 
  
  clean:
  	rm -f *.o *.swp vsftpd



More information about the SM-Commit mailing list