From: <abe...@us...> - 2012-02-24 13:54:26
|
Revision: 5468 http://astlinux.svn.sourceforge.net/astlinux/?rev=5468&view=rev Author: abelbeck Date: 2012-02-24 13:54:15 +0000 (Fri, 24 Feb 2012) Log Message: ----------- pcre, update version and site for custom builds Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2012-02-23 23:03:16 UTC (rev 5467) +++ branches/1.0/package/pcre/pcre.mk 2012-02-24 13:54:15 UTC (rev 5468) @@ -4,8 +4,8 @@ # ############################################################# -PCRE_VERSION = 7.9 -PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre +PCRE_VERSION = 8.21 +PCRE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/pcre/pcre/$(PCRE_VERSION) PCRE_INSTALL_STAGING = YES ifneq ($(BR2_INSTALL_LIBSTDCPP),y) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-11-01 00:34:08
|
Revision: 5727 http://astlinux.svn.sourceforge.net/astlinux/?rev=5727&view=rev Author: abelbeck Date: 2012-11-01 00:34:01 +0000 (Thu, 01 Nov 2012) Log Message: ----------- pcre lib, version bump to 8.31 Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2012-10-31 20:26:46 UTC (rev 5726) +++ branches/1.0/package/pcre/pcre.mk 2012-11-01 00:34:01 UTC (rev 5727) @@ -4,7 +4,7 @@ # ############################################################# -PCRE_VERSION = 8.21 +PCRE_VERSION = 8.31 PCRE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/pcre/pcre/$(PCRE_VERSION) PCRE_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-30 16:09:33
|
Revision: 5846 http://astlinux.svn.sourceforge.net/astlinux/?rev=5846&view=rev Author: abelbeck Date: 2012-12-30 16:09:26 +0000 (Sun, 30 Dec 2012) Log Message: ----------- pcre, version bump to 8.32 Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2012-12-30 16:03:15 UTC (rev 5845) +++ branches/1.0/package/pcre/pcre.mk 2012-12-30 16:09:26 UTC (rev 5846) @@ -4,7 +4,7 @@ # ############################################################# -PCRE_VERSION = 8.31 +PCRE_VERSION = 8.32 PCRE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/pcre/pcre/$(PCRE_VERSION) PCRE_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2013-07-07 17:38:00
|
Revision: 6128 http://sourceforge.net/p/astlinux/code/6128 Author: abelbeck Date: 2013-07-07 17:37:58 +0000 (Sun, 07 Jul 2013) Log Message: ----------- pcre, version bump to 8.33 Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2013-07-07 17:29:05 UTC (rev 6127) +++ branches/1.0/package/pcre/pcre.mk 2013-07-07 17:37:58 UTC (rev 6128) @@ -4,8 +4,8 @@ # ############################################################# -PCRE_VERSION = 8.32 -PCRE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/pcre/pcre/$(PCRE_VERSION) +PCRE_VERSION = 8.33 +PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_INSTALL_STAGING = YES ifneq ($(BR2_INSTALL_LIBSTDCPP),y) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2014-01-18 13:24:21
|
Revision: 6365 http://sourceforge.net/p/astlinux/code/6365 Author: abelbeck Date: 2014-01-18 13:24:18 +0000 (Sat, 18 Jan 2014) Log Message: ----------- pcre, version bump to 8.34 Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2014-01-18 04:00:37 UTC (rev 6364) +++ branches/1.0/package/pcre/pcre.mk 2014-01-18 13:24:18 UTC (rev 6365) @@ -4,7 +4,7 @@ # ############################################################# -PCRE_VERSION = 8.33 +PCRE_VERSION = 8.34 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_INSTALL_STAGING = YES @@ -18,14 +18,12 @@ -e 's,^exec_prefix=.*,exec_prefix=$(STAGING_DIR)/usr,' \ $(STAGING_DIR)/usr/bin/pcre-config endef - PCRE_POST_INSTALL_STAGING_HOOKS += PCRE_STAGING_PCRE_CONFIG_FIXUP +ifneq ($(BR2_HAVE_DEVFILES),y) define PCRE_TARGET_REMOVE_PCRE_CONFIG rm -f $(TARGET_DIR)/usr/bin/pcre-config endef - -ifneq ($(BR2_HAVE_DEVFILES),y) PCRE_POST_INSTALL_TARGET_HOOKS += PCRE_TARGET_REMOVE_PCRE_CONFIG endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2014-04-28 19:13:00
|
Revision: 6506 http://sourceforge.net/p/astlinux/code/6506 Author: abelbeck Date: 2014-04-28 19:12:56 +0000 (Mon, 28 Apr 2014) Log Message: ----------- pcre, version bump to 8.35 Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2014-04-28 18:52:01 UTC (rev 6505) +++ branches/1.0/package/pcre/pcre.mk 2014-04-28 19:12:56 UTC (rev 6506) @@ -4,7 +4,7 @@ # ############################################################# -PCRE_VERSION = 8.34 +PCRE_VERSION = 8.35 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2014-10-01 21:13:47
|
Revision: 6738 http://sourceforge.net/p/astlinux/code/6738 Author: abelbeck Date: 2014-10-01 21:13:39 +0000 (Wed, 01 Oct 2014) Log Message: ----------- pcre, version bump to 8.36 Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2014-10-01 21:09:08 UTC (rev 6737) +++ branches/1.0/package/pcre/pcre.mk 2014-10-01 21:13:39 UTC (rev 6738) @@ -4,7 +4,7 @@ # ############################################################# -PCRE_VERSION = 8.35 +PCRE_VERSION = 8.36 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-04-30 21:22:03
|
Revision: 7059 http://sourceforge.net/p/astlinux/code/7059 Author: abelbeck Date: 2015-04-30 21:22:00 +0000 (Thu, 30 Apr 2015) Log Message: ----------- pcre, version bump to 8.37, security fixes: CVE-2014-8964, CVE-2015-2325, CVE-2015-2326 Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2015-04-30 20:38:43 UTC (rev 7058) +++ branches/1.0/package/pcre/pcre.mk 2015-04-30 21:22:00 UTC (rev 7059) @@ -4,8 +4,9 @@ # ############################################################# -PCRE_VERSION = 8.36 -PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre +PCRE_VERSION = 8.37 +PCRE_SITE = http://downloads.sourceforge.net/project/pcre/pcre/$(PCRE_VERSION) +PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2 PCRE_INSTALL_STAGING = YES ifneq ($(BR2_INSTALL_LIBSTDCPP),y) @@ -13,6 +14,12 @@ PCRE_CONF_OPT = --disable-cpp endif +PCRE_CONF_OPT += --enable-pcre8 +PCRE_CONF_OPT += --disable-pcre16 +PCRE_CONF_OPT += --disable-pcre32 +PCRE_CONF_OPT += --disable-utf +PCRE_CONF_OPT += --disable-unicode-properties + define PCRE_STAGING_PCRE_CONFIG_FIXUP $(SED) 's,^prefix=.*,prefix=$(STAGING_DIR)/usr,' \ -e 's,^exec_prefix=.*,exec_prefix=$(STAGING_DIR)/usr,' \ @@ -20,11 +27,9 @@ endef PCRE_POST_INSTALL_STAGING_HOOKS += PCRE_STAGING_PCRE_CONFIG_FIXUP -ifneq ($(BR2_HAVE_DEVFILES),y) define PCRE_TARGET_REMOVE_PCRE_CONFIG rm -f $(TARGET_DIR)/usr/bin/pcre-config endef PCRE_POST_INSTALL_TARGET_HOOKS += PCRE_TARGET_REMOVE_PCRE_CONFIG -endif $(eval $(call AUTOTARGETS,package,pcre)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-06-15 13:04:05
|
Revision: 7720 http://sourceforge.net/p/astlinux/code/7720 Author: abelbeck Date: 2016-06-15 13:04:02 +0000 (Wed, 15 Jun 2016) Log Message: ----------- pcre, version bump to 8.39, security fixes: CVE-2016-1283 - Heap Buffer Overflow Vulnerability. CVE-2016-3191 - workspace overflow for (*ACCEPT) with deeply nested Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2016-06-12 19:45:42 UTC (rev 7719) +++ branches/1.0/package/pcre/pcre.mk 2016-06-15 13:04:02 UTC (rev 7720) @@ -4,7 +4,7 @@ # ############################################################# -PCRE_VERSION = 8.38 +PCRE_VERSION = 8.39 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2 PCRE_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-01-27 20:26:05
|
Revision: 8125 http://sourceforge.net/p/astlinux/code/8125 Author: abelbeck Date: 2017-01-27 20:26:02 +0000 (Fri, 27 Jan 2017) Log Message: ----------- pcre, version bump to 8.40 Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2017-01-27 20:18:22 UTC (rev 8124) +++ branches/1.0/package/pcre/pcre.mk 2017-01-27 20:26:02 UTC (rev 8125) @@ -4,8 +4,8 @@ # ############################################################# -PCRE_VERSION = 8.39 -PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre +PCRE_VERSION = 8.40 +PCRE_SITE = https://downloads.sourceforge.net/project/pcre/pcre/$(PCRE_VERSION) PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2 PCRE_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |