update bgpq3 to include prefix-set and as-set

use a github commit hash because upstream has not done a release
for 2 years (and the last rc was 1.5 years ago)

requested by claudio@
OK claudio@ sthen@
This commit is contained in:
phessler 2018-10-04 13:08:41 +00:00
parent b664581e6a
commit e786f51425
3 changed files with 6 additions and 16 deletions

View File

@ -1,13 +1,14 @@
# $OpenBSD: Makefile,v 1.5 2017/11/15 21:50:47 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2018/10/04 13:08:41 phessler Exp $
PORTROACH = skipv:initial
COMMENT = bgp filtering automation for Cisco and Juniper routers
VERSION = 0.1.33
VERSION = 0.1.33.20181004
DISTNAME = bgpq3-${VERSION}
GH_PROJECT = bgpq3
GH_ACCOUNT = snar
GH_TAGNAME = v${VERSION}
GH_COMMIT = 1fe9a678d52b4e970e670880a2d0f3760629382b
CATEGORIES = net

View File

@ -1,2 +1,2 @@
SHA256 (bgpq3-0.1.33.tar.gz) = 86WNVHNoxDluW8K2GJ/paFZ/Gv3kckUiCxupSGsm+zk=
SIZE (bgpq3-0.1.33.tar.gz) = 82696
SHA256 (bgpq3-0.1.33.20181004-1fe9a678.tar.gz) = Xd4LZXY7C0b522pcbaoX9Ts7fjvyPmbedfstLKmfNwY=
SIZE (bgpq3-0.1.33.20181004-1fe9a678.tar.gz) = 85981

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-bgpq_expander_c,v 1.1 2016/09/10 13:03:42 ajacoutot Exp $
--- bgpq_expander.c.orig Sat Sep 10 11:46:59 2016
+++ bgpq_expander.c Sat Sep 10 11:47:15 2016
@@ -15,6 +15,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
+#include <sys/select.h> /* fd_set */
#include <unistd.h>
#include "bgpq3.h"