From c8ed72c15d39cc6c676485bff8955ac5f4258138 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 1 Oct 2022 23:41:56 +0200 Subject: [PATCH] package/libdnet: bump to version 1.16.1 Refresh patch https://github.com/ofalk/libdnet/releases/tag/libdnet-1.16 https://github.com/ofalk/libdnet/releases/tag/libdnet-1.16.1 Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- package/libdnet/0001-python-makefile.patch | 6 ++++-- package/libdnet/libdnet.hash | 2 +- package/libdnet/libdnet.mk | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package/libdnet/0001-python-makefile.patch b/package/libdnet/0001-python-makefile.patch index eae22b2f14..e5526482ed 100644 --- a/package/libdnet/0001-python-makefile.patch +++ b/package/libdnet/0001-python-makefile.patch @@ -6,6 +6,8 @@ Subject: [PATCH] python makefile Signed-off-by: Peter Korsgaard [adam: refresh for 1.14; make it git-formatted] Signed-off-by: Adam Duskett +[Fabrice: updated for 1.16.1] +Signed-off-by: Fabrice Fontaine --- python/Makefile.am | 1 + 1 file changed, 1 insertion(+) @@ -15,9 +17,9 @@ index 1a74ef2..59fe0f3 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -11,6 +11,7 @@ $(srcdir)/dnet.c: $(srcdir)/dnet.pyx - pyrexc $(srcdir)/dnet.pyx - python-build: $(srcdir)/dnet.c + + python-build: + CC="$(CC)" LDSHARED="$(CC) -shared" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" $(PYTHON) setup.py build_ext -I$(PYINCDIR) -L$(PYLIBDIR) $(PYTHON) setup.py build touch python-build diff --git a/package/libdnet/libdnet.hash b/package/libdnet/libdnet.hash index d322a1cc29..c31ec90596 100644 --- a/package/libdnet/libdnet.hash +++ b/package/libdnet/libdnet.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 592599c54a57102a177270f3a2caabda2c2ac7768b977d7458feba97da923dfe libdnet-1.14.tar.gz +sha256 b151c4913758ef80daf4558361b4f2680a37b01d59272625bb78c77183062c63 libdnet-1.16.1.tar.gz sha256 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6 LICENSE diff --git a/package/libdnet/libdnet.mk b/package/libdnet/libdnet.mk index 4c58ea20a5..1e75dae323 100644 --- a/package/libdnet/libdnet.mk +++ b/package/libdnet/libdnet.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBDNET_VERSION = 1.14 +LIBDNET_VERSION = 1.16.1 LIBDNET_SITE = $(call github,ofalk,libdnet,libdnet-$(LIBDNET_VERSION)) LIBDNET_LICENSE = BSD-3-Clause LIBDNET_LICENSE_FILES = LICENSE