pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/exabgp
Module Name: pkgsrc
Committed By: he
Date: Sat Sep 28 11:53:52 UTC 2024
Modified Files:
pkgsrc/net/exabgp: Makefile PLIST distinfo
Removed Files:
pkgsrc/net/exabgp/patches:
patch-lib_exabgp_reactor_api_command_limit.py
Log Message:
net/exabgp: update to version 4.2.22.
Pkgsrc changes:
* Remove now-integrated patch.
* Update PLIST with new example files.
* Change from egg.mk to wheel.mk for python, and fix associated
PLIST entries.
* Checksum updates.
This update is apparently needed if you try to use this
package with python 3.12.
Upstream changes:
Version 4.2.22
* Fix: route reload for offline neighbors #1126
patch: Malcolm Dodds
* Fix: make sure we compare next-hop self and next-hop IP correctly (#1153)
reported: gitneep
* Compatibility: remove "not-a-fragment" "!is-fragment" should be used instead
* Upgrade six to the latest version
Commit during freeze OK'ed by wiz@
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/exabgp/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/exabgp/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/exabgp/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/net/exabgp/patches/patch-lib_exabgp_reactor_api_command_limit.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/exabgp/Makefile
diff -u pkgsrc/net/exabgp/Makefile:1.42 pkgsrc/net/exabgp/Makefile:1.43
--- pkgsrc/net/exabgp/Makefile:1.42 Mon Feb 19 12:54:09 2024
+++ pkgsrc/net/exabgp/Makefile Sat Sep 28 11:53:52 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2024/02/19 12:54:09 he Exp $
+# $NetBSD: Makefile,v 1.43 2024/09/28 11:53:52 he Exp $
-DISTNAME= exabgp-4.2.21
-PKGREVISION= 2
+DISTNAME= exabgp-4.2.22
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=Exa-Networks/}
@@ -44,7 +43,7 @@ TEST_ENV+= PYTHONPATH=${WRKSRC}/build/li
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/exabgp/PLIST
diff -u pkgsrc/net/exabgp/PLIST:1.11 pkgsrc/net/exabgp/PLIST:1.12
--- pkgsrc/net/exabgp/PLIST:1.11 Mon Jan 10 18:17:36 2022
+++ pkgsrc/net/exabgp/PLIST Sat Sep 28 11:53:52 2024
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.11 2022/01/10 18:17:36 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2024/09/28 11:53:52 he Exp $
bin/exabgp
bin/exabgp-cli
bin/exabgp-healthcheck
bin/exabgpcli
etc/exabgp/examples/api-add-remove.run
+etc/exabgp/examples/api-announce-star.run
etc/exabgp/examples/api-announce.run
etc/exabgp/examples/api-announcement.run
etc/exabgp/examples/api-api.nothing.run
etc/exabgp/examples/api-api.receive.run
+etc/exabgp/examples/api-attributes-path.run
etc/exabgp/examples/api-attributes-vpn.run
etc/exabgp/examples/api-attributes.run
etc/exabgp/examples/api-broken-flow.run
@@ -35,13 +37,12 @@ etc/exabgp/examples/syslog-1.py
etc/exabgp/examples/watchdog-1.pl
etc/exabgp/examples/watchdog-1.sh
etc/exabgp/examples/watchdog.run
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENCE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/exabgp/__init__.py
${PYSITELIB}/exabgp/__init__.pyc
${PYSITELIB}/exabgp/__init__.pyo
@@ -944,3 +945,4 @@ ${PYSITELIB}/exabgp/version.pyc
${PYSITELIB}/exabgp/version.pyo
man/man1/exabgp.1
man/man5/exabgp.conf.5
+@pkgdir share/exabgp
Index: pkgsrc/net/exabgp/distinfo
diff -u pkgsrc/net/exabgp/distinfo:1.20 pkgsrc/net/exabgp/distinfo:1.21
--- pkgsrc/net/exabgp/distinfo:1.20 Mon Feb 19 12:54:09 2024
+++ pkgsrc/net/exabgp/distinfo Sat Sep 28 11:53:52 2024
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.20 2024/02/19 12:54:09 he Exp $
+$NetBSD: distinfo,v 1.21 2024/09/28 11:53:52 he Exp $
-BLAKE2s (exabgp-4.2.21.tar.gz) = 16efdd84722201dc7dac7297a9367535c1b5184f952728123a856a93ec4e302a
-SHA512 (exabgp-4.2.21.tar.gz) = 0efc7143191e8b557297e9329354c01e2418e0c4c45753941eba3a1f063e77d17a0efa7a14a3062764e45e709f0598f491c10e2c02e751590bb7c0943b61932b
-Size (exabgp-4.2.21.tar.gz) = 2933721 bytes
+BLAKE2s (exabgp-4.2.22.tar.gz) = 399b6e5c60bd23daf1d88cea1de9b49fcda2a2f8a7844be7701bc830409e52d0
+SHA512 (exabgp-4.2.22.tar.gz) = 40536a20dc245bd8442d05d1ff19adfa6ed3113383e0f413c2e11f05fdb52d5fec8ee0d643ed3da32a47400af54975c64d0ae14b12ef6db0e07589ffc11c91bb
+Size (exabgp-4.2.22.tar.gz) = 2935045 bytes
SHA1 (patch-lib_exabgp_application_healthcheck.py) = af35c59feb16bcf79abbf615d9ed13205127c534
-SHA1 (patch-lib_exabgp_reactor_api_command_limit.py) = 322747424f646d1e1e22bde6baa6e057ace51805
Home |
Main Index |
Thread Index |
Old Index