diff mbox series

[1/1] package/libdnet: bump to version 1.16.1

Message ID 20221001214156.37988-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/libdnet: bump to version 1.16.1 | expand

Commit Message

Fabrice Fontaine Oct. 1, 2022, 9:41 p.m. UTC
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 <fontaine.fabrice@gmail.com>
---
 package/libdnet/0001-python-makefile.patch | 6 ++++--
 package/libdnet/libdnet.hash               | 2 +-
 package/libdnet/libdnet.mk                 | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

Comments

Peter Korsgaard Oct. 15, 2022, 3:47 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > 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 <fontaine.fabrice@gmail.com>

Committed, thanks.
diff mbox series

Patch

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 <peter@korsgaard.com>
 [adam: refresh for 1.14; make it git-formatted]
 Signed-off-by: Adam Duskett <aduskett@gmail.com>
+[Fabrice: updated for 1.16.1]
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 ---
  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