mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 01/10] libcap: mirror.linux.org.au doesn't mirror package any more
@ 2017-04-23 21:51 Robert Schwebel
  2017-04-23 21:51 ` [ptxdist] [PATCH 02/10] xz: version bump 5.2.2 -> 5.2.3 Robert Schwebel
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Robert Schwebel @ 2017-04-23 21:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libcap.make | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/rules/libcap.make b/rules/libcap.make
index 4ba2e527c..ca703e493 100644
--- a/rules/libcap.make
+++ b/rules/libcap.make
@@ -21,8 +21,7 @@ LIBCAP_MD5	:= 6666b839e5d46c2ad33fc8aa2ceb5f77
 LIBCAP		:= libcap-$(LIBCAP_VERSION)
 LIBCAP_SUFFIX	:= tar.xz
 LIBCAP_URL	:= \
-	$(call ptx/mirror, KERNEL, libs/security/linux-privs/libcap2/$(LIBCAP).$(LIBCAP_SUFFIX)) \
-	http://mirror.linux.org.au/linux/libs/security/linux-privs/libcap2/$(LIBCAP).$(LIBCAP_SUFFIX)
+	$(call ptx/mirror, KERNEL, libs/security/linux-privs/libcap2/$(LIBCAP).$(LIBCAP_SUFFIX))
 LIBCAP_SOURCE	:= $(SRCDIR)/$(LIBCAP).$(LIBCAP_SUFFIX)
 LIBCAP_DIR	:= $(BUILDDIR)/$(LIBCAP)
 LIBCAP_LICENSE	:= BSD-3-Clause, GPL-2.0
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [ptxdist] [PATCH 02/10] xz: version bump 5.2.2 -> 5.2.3
  2017-04-23 21:51 [ptxdist] [PATCH 01/10] libcap: mirror.linux.org.au doesn't mirror package any more Robert Schwebel
@ 2017-04-23 21:51 ` Robert Schwebel
  2017-04-23 21:51 ` [ptxdist] [PATCH 03/10] libtasn1: version bump 4.8 -> 4.9 Robert Schwebel
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Robert Schwebel @ 2017-04-23 21:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

The new version has some new options:

  --disable-external-sha256
  --disable-sandbox

which we both disable, and

  --enable-encoders="lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc"
  --enable-decoders="lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc"

which is the list of all available encoders/decoders, which is default.

There are no patches which need to be ported.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/xz.make | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/rules/xz.make b/rules/xz.make
index 6339dcb98..815eceed7 100644
--- a/rules/xz.make
+++ b/rules/xz.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_XZ) += xz
 #
 # Paths and names
 #
-XZ_VERSION	:= 5.2.2
-XZ_MD5		:= f90c9a0c8b259aee2234c4e0d7fd70af
+XZ_VERSION	:= 5.2.3
+XZ_MD5		:= 1592e7ca3eece099b03b35f4d9179e7c
 XZ		:= xz-$(XZ_VERSION)
 XZ_SUFFIX	:= tar.bz2
 XZ_URL		:= http://tukaani.org/xz/$(XZ).$(XZ_SUFFIX)
@@ -53,6 +53,10 @@ XZ_CONF_OPT	:= \
 	--disable-nls \
 	--disable-rpath \
 	$(GLOBAL_LARGE_FILE_OPTION) \
+	--disable-external-sha256 \
+	--disable-sandbox \
+	--enable-encoders="lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc" \
+	--enable-decoders="lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc" \
 	--disable-werror
 
 # ----------------------------------------------------------------------------
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [ptxdist] [PATCH 03/10] libtasn1: version bump 4.8 -> 4.9
  2017-04-23 21:51 [ptxdist] [PATCH 01/10] libcap: mirror.linux.org.au doesn't mirror package any more Robert Schwebel
  2017-04-23 21:51 ` [ptxdist] [PATCH 02/10] xz: version bump 5.2.2 -> 5.2.3 Robert Schwebel
@ 2017-04-23 21:51 ` Robert Schwebel
  2017-04-23 21:51 ` [ptxdist] [PATCH 04/10] htop: version bump 2.0.1 -> 2.0.2 Robert Schwebel
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Robert Schwebel @ 2017-04-23 21:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no relevant configure options that changed.
There are no patches.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libtasn1.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libtasn1.make b/rules/libtasn1.make
index 013725f84..bb53e3d11 100644
--- a/rules/libtasn1.make
+++ b/rules/libtasn1.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBTASN1) += libtasn1
 #
 # Paths and names
 #
-LIBTASN1_VERSION	:= 4.8
-LIBTASN1_MD5		:= 9a6767705725544f2b86670dcfb34107
+LIBTASN1_VERSION	:= 4.9
+LIBTASN1_MD5		:= 3018d0f466a32b66dde41bb122e6cab6
 LIBTASN1		:= libtasn1-$(LIBTASN1_VERSION)
 LIBTASN1_SUFFIX		:= tar.gz
 LIBTASN1_URL		:= $(call ptx/mirror, GNU, libtasn1/$(LIBTASN1).$(LIBTASN1_SUFFIX))
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [ptxdist] [PATCH 04/10] htop: version bump 2.0.1 -> 2.0.2
  2017-04-23 21:51 [ptxdist] [PATCH 01/10] libcap: mirror.linux.org.au doesn't mirror package any more Robert Schwebel
  2017-04-23 21:51 ` [ptxdist] [PATCH 02/10] xz: version bump 5.2.2 -> 5.2.3 Robert Schwebel
  2017-04-23 21:51 ` [ptxdist] [PATCH 03/10] libtasn1: version bump 4.8 -> 4.9 Robert Schwebel
@ 2017-04-23 21:51 ` Robert Schwebel
  2017-04-23 21:51 ` [ptxdist] [PATCH 05/10] libusb: version bump 1.0.18 -> 1.0.21 Robert Schwebel
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Robert Schwebel @ 2017-04-23 21:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no relevant configure.ac changes.
There are no patches.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/htop.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/htop.make b/rules/htop.make
index ed9059795..314ed4475 100644
--- a/rules/htop.make
+++ b/rules/htop.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_HTOP) += htop
 #
 # Paths and names
 #
-HTOP_VERSION	:= 2.0.1
-HTOP_MD5	:= f75fe92b4defaa80d99109830f34b5e2
+HTOP_VERSION	:= 2.0.2
+HTOP_MD5	:= 7d354d904bad591a931ad57e99fea84a
 HTOP		:= htop-$(HTOP_VERSION)
 HTOP_SUFFIX	:= tar.gz
 HTOP_URL	:= http://hisham.hm/htop/releases/$(HTOP_VERSION)/$(HTOP).$(HTOP_SUFFIX)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [ptxdist] [PATCH 05/10] libusb: version bump 1.0.18 -> 1.0.21
  2017-04-23 21:51 [ptxdist] [PATCH 01/10] libcap: mirror.linux.org.au doesn't mirror package any more Robert Schwebel
                   ` (2 preceding siblings ...)
  2017-04-23 21:51 ` [ptxdist] [PATCH 04/10] htop: version bump 2.0.1 -> 2.0.2 Robert Schwebel
@ 2017-04-23 21:51 ` Robert Schwebel
  2017-04-23 21:51 ` [ptxdist] [PATCH 06/10] dbus: version bump 1.10.14 -> 1.10.18 Robert Schwebel
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Robert Schwebel @ 2017-04-23 21:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

Patch has been ported.

There is one new configure option (--enable-usbdk) for windows. We
disable it unconditionally.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 .../0001-libusb-needs-librt-and-libpthread.patch                     | 0
 patches/{libusb-1.0.18 => libusb-1.0.21}/series                      | 0
 rules/libusb.make                                                    | 5 +++--
 3 files changed, 3 insertions(+), 2 deletions(-)
 rename patches/{libusb-1.0.18 => libusb-1.0.21}/0001-libusb-needs-librt-and-libpthread.patch (100%)
 rename patches/{libusb-1.0.18 => libusb-1.0.21}/series (100%)

diff --git a/patches/libusb-1.0.18/0001-libusb-needs-librt-and-libpthread.patch b/patches/libusb-1.0.21/0001-libusb-needs-librt-and-libpthread.patch
similarity index 100%
rename from patches/libusb-1.0.18/0001-libusb-needs-librt-and-libpthread.patch
rename to patches/libusb-1.0.21/0001-libusb-needs-librt-and-libpthread.patch
diff --git a/patches/libusb-1.0.18/series b/patches/libusb-1.0.21/series
similarity index 100%
rename from patches/libusb-1.0.18/series
rename to patches/libusb-1.0.21/series
diff --git a/rules/libusb.make b/rules/libusb.make
index d233b7089..1ee5a1a33 100644
--- a/rules/libusb.make
+++ b/rules/libusb.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBUSB) += libusb
 #
 # Paths and names
 #
-LIBUSB_VERSION	:= 1.0.18
-LIBUSB_MD5	:= 4a6d049923efc6496f1d383054dac1a6
+LIBUSB_VERSION	:= 1.0.21
+LIBUSB_MD5	:= 1da9ea3c27b3858fa85c5f4466003e44
 LIBUSB		:= libusb-$(LIBUSB_VERSION)
 LIBUSB_SUFFIX	:= tar.bz2
 LIBUSB_URL	:= $(call ptx/mirror, SF, libusb/$(LIBUSB).$(LIBUSB_SUFFIX))
@@ -37,6 +37,7 @@ LIBUSB_AUTOCONF := \
 	--$(call ptx/endis, PTXCONF_LIBUSB_DEBUG_LOG)-debug-log \
 	--$(call ptx/endis, PTXCONF_LIBUSB_SYSTEM_LOG)-system-log \
 	--disable-examples-build \
+	--disable-usbdk \
 	--disable-tests-build
 
 # ----------------------------------------------------------------------------
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [ptxdist] [PATCH 06/10] dbus: version bump 1.10.14 -> 1.10.18
  2017-04-23 21:51 [ptxdist] [PATCH 01/10] libcap: mirror.linux.org.au doesn't mirror package any more Robert Schwebel
                   ` (3 preceding siblings ...)
  2017-04-23 21:51 ` [ptxdist] [PATCH 05/10] libusb: version bump 1.0.18 -> 1.0.21 Robert Schwebel
@ 2017-04-23 21:51 ` Robert Schwebel
  2017-04-23 21:51 ` [ptxdist] [PATCH 07/10] kmod: version bump 22 -> 24 Robert Schwebel
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Robert Schwebel @ 2017-04-23 21:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/dbus.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/dbus.make b/rules/dbus.make
index 5c971ecf2..092a79b8a 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus
 #
 # Paths and names
 #
-DBUS_VERSION	:= 1.10.14
-DBUS_MD5	:= 3f7b013ce8f641cd4c897acda0ef3467
+DBUS_VERSION	:= 1.10.18
+DBUS_MD5	:= 1209c455598165a0c5263d4201894179
 DBUS		:= dbus-$(DBUS_VERSION)
 DBUS_SUFFIX	:= tar.gz
 DBUS_URL	:= http://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [ptxdist] [PATCH 07/10] kmod: version bump 22 -> 24
  2017-04-23 21:51 [ptxdist] [PATCH 01/10] libcap: mirror.linux.org.au doesn't mirror package any more Robert Schwebel
                   ` (4 preceding siblings ...)
  2017-04-23 21:51 ` [ptxdist] [PATCH 06/10] dbus: version bump 1.10.14 -> 1.10.18 Robert Schwebel
@ 2017-04-23 21:51 ` Robert Schwebel
  2017-04-23 21:51 ` [ptxdist] [PATCH 08/10] libpcre: version bump 8.39 -> 8.40 Robert Schwebel
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Robert Schwebel @ 2017-04-23 21:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no patches.
There are no configure.ac changes.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libkmod.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libkmod.make b/rules/libkmod.make
index cf03d67d3..f039c7def 100644
--- a/rules/libkmod.make
+++ b/rules/libkmod.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBKMOD) += libkmod
 #
 # Paths and names
 #
-LIBKMOD_VERSION	:= 22
-LIBKMOD_MD5	:= 4371b847f3fbfaa4e9aa890ad616748f
+LIBKMOD_VERSION	:= 24
+LIBKMOD_MD5	:= 08297dfb6f2b3f625f928ca3278528af
 LIBKMOD		:= kmod-$(LIBKMOD_VERSION)
 LIBKMOD_SUFFIX	:= tar.xz
 LIBKMOD_URL	:= $(call ptx/mirror, KERNEL, utils/kernel/kmod/$(LIBKMOD).$(LIBKMOD_SUFFIX))
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [ptxdist] [PATCH 08/10] libpcre: version bump 8.39 -> 8.40
  2017-04-23 21:51 [ptxdist] [PATCH 01/10] libcap: mirror.linux.org.au doesn't mirror package any more Robert Schwebel
                   ` (5 preceding siblings ...)
  2017-04-23 21:51 ` [ptxdist] [PATCH 07/10] kmod: version bump 22 -> 24 Robert Schwebel
@ 2017-04-23 21:51 ` Robert Schwebel
  2017-04-28 12:37   ` Michael Olbrich
  2017-04-23 21:51 ` [ptxdist] [PATCH 09/10] libnl3: version bump 3.2.28 -> 3.2.29 Robert Schwebel
  2017-04-23 21:51 ` [ptxdist] [PATCH 10/10] libndp: version bump 1.4 -> 1.6 Robert Schwebel
  8 siblings, 1 reply; 12+ messages in thread
From: Robert Schwebel @ 2017-04-23 21:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no configure.ac changes.
There are no patches.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libpcre.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libpcre.make b/rules/libpcre.make
index d985a2fe0..04fafdf90 100644
--- a/rules/libpcre.make
+++ b/rules/libpcre.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBPCRE) += libpcre
 #
 # Paths and names
 #
-LIBPCRE_VERSION	:= 8.39
-LIBPCRE_MD5	:= e3fca7650a0556a2647821679d81f585
+LIBPCRE_VERSION	:= 8.40
+LIBPCRE_MD5	:= 41a842bf7dcecd6634219336e2167d1d
 LIBPCRE		:= pcre-$(LIBPCRE_VERSION)
 LIBPCRE_SUFFIX	:= tar.bz2
 LIBPCRE_URL	:= $(call ptx/mirror, SF, pcre/$(LIBPCRE).$(LIBPCRE_SUFFIX))
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [ptxdist] [PATCH 09/10] libnl3: version bump 3.2.28 -> 3.2.29
  2017-04-23 21:51 [ptxdist] [PATCH 01/10] libcap: mirror.linux.org.au doesn't mirror package any more Robert Schwebel
                   ` (6 preceding siblings ...)
  2017-04-23 21:51 ` [ptxdist] [PATCH 08/10] libpcre: version bump 8.39 -> 8.40 Robert Schwebel
@ 2017-04-23 21:51 ` Robert Schwebel
  2017-04-23 21:51 ` [ptxdist] [PATCH 10/10] libndp: version bump 1.4 -> 1.6 Robert Schwebel
  8 siblings, 0 replies; 12+ messages in thread
From: Robert Schwebel @ 2017-04-23 21:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no configure.ac changes.
There are no patches.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libnl3.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libnl3.make b/rules/libnl3.make
index 2a3608c94..64c338a44 100644
--- a/rules/libnl3.make
+++ b/rules/libnl3.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBNL3) += libnl3
 #
 # Paths and names
 #
-LIBNL3_VERSION	:= 3.2.28
-LIBNL3_MD5	:= bab12db1eb94a42129f712a44be91a67
+LIBNL3_VERSION	:= 3.2.29
+LIBNL3_MD5	:= a8ba62a5c4f883f4e493a46d1f3733fe
 LIBNL3		:= libnl-$(LIBNL3_VERSION)
 LIBNL3_RELEASE	:= libnl$(subst .,_,$(LIBNL3_VERSION))
 LIBNL3_SUFFIX	:= tar.gz
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [ptxdist] [PATCH 10/10] libndp: version bump 1.4 -> 1.6
  2017-04-23 21:51 [ptxdist] [PATCH 01/10] libcap: mirror.linux.org.au doesn't mirror package any more Robert Schwebel
                   ` (7 preceding siblings ...)
  2017-04-23 21:51 ` [ptxdist] [PATCH 09/10] libnl3: version bump 3.2.28 -> 3.2.29 Robert Schwebel
@ 2017-04-23 21:51 ` Robert Schwebel
  8 siblings, 0 replies; 12+ messages in thread
From: Robert Schwebel @ 2017-04-23 21:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no configure.ac changes.
There are no patches.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libndp.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libndp.make b/rules/libndp.make
index a858e59f5..90b5308f5 100644
--- a/rules/libndp.make
+++ b/rules/libndp.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBNDP) += libndp
 #
 # Paths and names
 #
-LIBNDP_VERSION	:= 1.4
-LIBNDP_MD5	:= 52c708d4b8729ae6e3781b3737a85e16
+LIBNDP_VERSION	:= 1.6
+LIBNDP_MD5	:= 1e54d26bcb4a4110bc3f90c5dd04f1a7
 LIBNDP		:= libndp-$(LIBNDP_VERSION)
 LIBNDP_SUFFIX	:= tar.gz
 LIBNDP_URL	:= http://libndp.org/files/$(LIBNDP).$(LIBNDP_SUFFIX)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ptxdist] [PATCH 08/10] libpcre: version bump 8.39 -> 8.40
  2017-04-23 21:51 ` [ptxdist] [PATCH 08/10] libpcre: version bump 8.39 -> 8.40 Robert Schwebel
@ 2017-04-28 12:37   ` Michael Olbrich
  2017-04-28 20:41     ` [ptxdist] [PATCHv2] " Robert Schwebel
  0 siblings, 1 reply; 12+ messages in thread
From: Michael Olbrich @ 2017-04-28 12:37 UTC (permalink / raw)
  To: ptxdist

On Sun, Apr 23, 2017 at 11:51:20PM +0200, Robert Schwebel wrote:
> There are no configure.ac changes.
> There are no patches.

The license md5 does not match. Hint: enable PTXCONF_PROJECT_CHECK_LICENSES
and 'ptxdist targetinstall <pkg>' will check that for you.

Michael

> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> ---
>  rules/libpcre.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/libpcre.make b/rules/libpcre.make
> index d985a2fe0..04fafdf90 100644
> --- a/rules/libpcre.make
> +++ b/rules/libpcre.make
> @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBPCRE) += libpcre
>  #
>  # Paths and names
>  #
> -LIBPCRE_VERSION	:= 8.39
> -LIBPCRE_MD5	:= e3fca7650a0556a2647821679d81f585
> +LIBPCRE_VERSION	:= 8.40
> +LIBPCRE_MD5	:= 41a842bf7dcecd6634219336e2167d1d
>  LIBPCRE		:= pcre-$(LIBPCRE_VERSION)
>  LIBPCRE_SUFFIX	:= tar.bz2
>  LIBPCRE_URL	:= $(call ptx/mirror, SF, pcre/$(LIBPCRE).$(LIBPCRE_SUFFIX))
> -- 
> 2.11.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [ptxdist] [PATCHv2] libpcre: version bump 8.39 -> 8.40
  2017-04-28 12:37   ` Michael Olbrich
@ 2017-04-28 20:41     ` Robert Schwebel
  0 siblings, 0 replies; 12+ messages in thread
From: Robert Schwebel @ 2017-04-28 20:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no configure.ac changes.
There are no patches.

The LICENSE file has changed: 2017 has been added, no further changes.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libpcre.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Changes since (implicit) v1:
- adapt license md5 sum

diff --git a/rules/libpcre.make b/rules/libpcre.make
index d985a2fe0..ca56b3593 100644
--- a/rules/libpcre.make
+++ b/rules/libpcre.make
@@ -17,15 +17,15 @@ PACKAGES-$(PTXCONF_LIBPCRE) += libpcre
 #
 # Paths and names
 #
-LIBPCRE_VERSION	:= 8.39
-LIBPCRE_MD5	:= e3fca7650a0556a2647821679d81f585
+LIBPCRE_VERSION	:= 8.40
+LIBPCRE_MD5	:= 41a842bf7dcecd6634219336e2167d1d
 LIBPCRE		:= pcre-$(LIBPCRE_VERSION)
 LIBPCRE_SUFFIX	:= tar.bz2
 LIBPCRE_URL	:= $(call ptx/mirror, SF, pcre/$(LIBPCRE).$(LIBPCRE_SUFFIX))
 LIBPCRE_SOURCE	:= $(SRCDIR)/$(LIBPCRE).$(LIBPCRE_SUFFIX)
 LIBPCRE_DIR	:= $(BUILDDIR)/$(LIBPCRE)
 LIBPCRE_LICENSE	:= BSD-3-Clause
-LIBPCRE_LICENSE_FILES := file://LICENCE;md5=b8221cbf43c5587f90ccf228f1185cc2
+LIBPCRE_LICENSE_FILES := file://LICENCE;md5=60da32d84d067f53e22071c4ecb4384d
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-04-28 20:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-23 21:51 [ptxdist] [PATCH 01/10] libcap: mirror.linux.org.au doesn't mirror package any more Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 02/10] xz: version bump 5.2.2 -> 5.2.3 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 03/10] libtasn1: version bump 4.8 -> 4.9 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 04/10] htop: version bump 2.0.1 -> 2.0.2 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 05/10] libusb: version bump 1.0.18 -> 1.0.21 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 06/10] dbus: version bump 1.10.14 -> 1.10.18 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 07/10] kmod: version bump 22 -> 24 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 08/10] libpcre: version bump 8.39 -> 8.40 Robert Schwebel
2017-04-28 12:37   ` Michael Olbrich
2017-04-28 20:41     ` [ptxdist] [PATCHv2] " Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 09/10] libnl3: version bump 3.2.28 -> 3.2.29 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 10/10] libndp: version bump 1.4 -> 1.6 Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox