packages: lighttpd/lighttpd-branch.sh - up to 2613

glen glen at pld-linux.org
Mon Aug 17 13:45:34 CEST 2009


Author: glen                         Date: Mon Aug 17 11:45:34 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 2613

---- Files affected:
packages/lighttpd:
   lighttpd-branch.sh (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/lighttpd/lighttpd-branch.sh
diff -u packages/lighttpd/lighttpd-branch.sh:1.10 packages/lighttpd/lighttpd-branch.sh:1.11
--- packages/lighttpd/lighttpd-branch.sh:1.10	Thu Apr 16 23:52:57 2009
+++ packages/lighttpd/lighttpd-branch.sh	Mon Aug 17 13:45:29 2009
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
 svn=svn://svn.lighttpd.net/lighttpd
-tag=lighttpd-1.4.22
+tag=lighttpd-1.4.23
 branch=lighttpd-1.4.x
 
 old=$svn/tags/$tag
@@ -10,6 +10,6 @@
 LC_ALL=C svn diff --old=$old --new=$new > lighttpd-branch.diff.tmp
 
 echo "Excluding files which change version or were not in dist tarball"
-filterdiff -x 'configure.in' -x 'SConstruct' -x 'CMakeLists.txt' -x 'src/CMakeLists.txt' -x 'src/config.h.cmake' -x 'src/mod_uploadprogress.c' lighttpd-branch.diff.tmp > lighttpd-branch.diff.tmp2
+filterdiff -x ChangeLog -x .cvsignore -x src/.cvsignore -x tests/.cvsignore -x doc/.cvsignore -x 'configure.in' -x 'SConstruct' -x 'CMakeLists.txt' -x 'src/CMakeLists.txt' -x 'src/config.h.cmake' -x 'src/mod_uploadprogress.c' lighttpd-branch.diff.tmp > lighttpd-branch.diff.tmp2
 mv -f lighttpd-branch.diff.tmp2 lighttpd-branch.diff
 rm -f lighttpd-branch.diff.tmp
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lighttpd/lighttpd-branch.sh?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list