Loading CHANGES +2 −1 Original line number Diff line number Diff line 2010.02, Not yet released: Updated/fixed packages: autoconf, binutils, busybox, lighttpd Updated/fixed packages: autoconf, binutils, busybox, lighttpd, pcre Issues resolved (http://bugs.uclibc.org): #751: Kernel 2.6 snapshot fetch fail #753: Bump lighttpd package to 1.4.25 #761: Add binutils 2.20 to toolchain options #763: [SECURITY] Update pcre to 7.9 2009.11, Released December 1st, 2009: Loading package/pcre/pcre.mk +5 −3 Original line number Diff line number Diff line Loading @@ -3,11 +3,10 @@ # PCRE # ############################################################# PCRE_VERSION = 7.7 PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2 PCRE_VERSION = 7.9 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_INSTALL_STAGING = YES PCRE_INSTALL_TARGET = YES ifneq ($(BR2_INSTALL_LIBSTDCPP),y) # pcre will use the host g++ if a cross version isn't available Loading @@ -21,4 +20,7 @@ $(PCRE_HOOK_POST_INSTALL): $(PCRE_TARGET_INSTALL_TARGET) -e 's,^exec_prefix=.*,exec_prefix=$(STAGING_DIR)/usr,' \ $(STAGING_DIR)/usr/bin/pcre-config rm -rf $(TARGET_DIR)/usr/share/doc/pcre ifneq ($(BR2_HAVE_DEVFILES),y) rm -f $(TARGET_DIR)/usr/bin/pcre-config endif touch $@ Loading
CHANGES +2 −1 Original line number Diff line number Diff line 2010.02, Not yet released: Updated/fixed packages: autoconf, binutils, busybox, lighttpd Updated/fixed packages: autoconf, binutils, busybox, lighttpd, pcre Issues resolved (http://bugs.uclibc.org): #751: Kernel 2.6 snapshot fetch fail #753: Bump lighttpd package to 1.4.25 #761: Add binutils 2.20 to toolchain options #763: [SECURITY] Update pcre to 7.9 2009.11, Released December 1st, 2009: Loading
package/pcre/pcre.mk +5 −3 Original line number Diff line number Diff line Loading @@ -3,11 +3,10 @@ # PCRE # ############################################################# PCRE_VERSION = 7.7 PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2 PCRE_VERSION = 7.9 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_INSTALL_STAGING = YES PCRE_INSTALL_TARGET = YES ifneq ($(BR2_INSTALL_LIBSTDCPP),y) # pcre will use the host g++ if a cross version isn't available Loading @@ -21,4 +20,7 @@ $(PCRE_HOOK_POST_INSTALL): $(PCRE_TARGET_INSTALL_TARGET) -e 's,^exec_prefix=.*,exec_prefix=$(STAGING_DIR)/usr,' \ $(STAGING_DIR)/usr/bin/pcre-config rm -rf $(TARGET_DIR)/usr/share/doc/pcre ifneq ($(BR2_HAVE_DEVFILES),y) rm -f $(TARGET_DIR)/usr/bin/pcre-config endif touch $@