Quilt version 0.63 has been released this week. http://lists.nongnu.org/archive/html/quilt-dev/2014-05/msg00005.html > - New NEWS file, containing a human-readable changelog > - Option -E is no longer passed to patch by default > - Huge performance improvement (e.g., for commands series, applied and > unapplied) > - configure: Add compat symlinks for cp and md5sum > - Return 2 when there is nothing to do, contrasting with errors (ret=1) > - Exit with an error when diff's retcode=2 (error) on patch refresh > - bash_completion: cleanups and performance improvement (Savannah's #27111) > - test/run: Use perl module Text::ParseWords (+ performance improvement) > - Add some tests to our testsuite, for a better coverage > - Fix heuristic for unapplied patches with timestamps > - Bug fix: Patches emptying files should work now > - Bug fix: Check for duplicate patch in series (Savannah's #20628) > - Portability fixes for older Bash and GNU patch
Included patch bumps the version and refreshes the patches. signed-off-by: [email protected]
Index: tools/quilt/Makefile =================================================================== --- tools/quilt/Makefile (revision 40730) +++ tools/quilt/Makefile (working copy) @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quilt -PKG_VERSION:=0.61 +PKG_VERSION:=0.63 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/$(PKG_NAME) -PKG_MD5SUM:=24417eba5961592b64103bdda001ebf4 +PKG_MD5SUM:=c0ef4beb58a6fa72563b955e70624b6e include $(INCLUDE_DIR)/host-build.mk Index: tools/quilt/patches/000-relocatable.patch =================================================================== --- tools/quilt/patches/000-relocatable.patch (revision 40730) +++ tools/quilt/patches/000-relocatable.patch (working copy) @@ -1,7 +1,7 @@ --- a/bin/quilt.in +++ b/bin/quilt.in -@@ -11,9 +11,15 @@ - unset POSIXLY_CORRECT +@@ -15,9 +15,15 @@ + unset GREP_OPTIONS export TEXTDOMAIN=quilt -export TEXTDOMAINDIR=@LOCALEDIR@ Index: tools/quilt/patches/001-fix_compile.patch =================================================================== --- tools/quilt/patches/001-fix_compile.patch (revision 40730) +++ tools/quilt/patches/001-fix_compile.patch (working copy) @@ -1,6 +1,6 @@ --- a/Makefile.in +++ b/Makefile.in -@@ -266,13 +266,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu +@@ -272,13 +272,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu @$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@) configure : configure.ac aclocal.m4 @@ -14,5 +14,5 @@ - @false + @touch $@ - compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 -type f -perm +111)) + compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -type f -perm -0100))
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
