Codebase list bgpq4 / b851353
Initial import Vincent Bernat 4 years ago
7 changed file(s) with 106 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 bgpq4 (0.0.6-1) unstable; urgency=medium
1
2 * Initial release. Closes: #958908.
3
4 -- Vincent Bernat <bernat@debian.org> Sun, 26 Apr 2020 17:07:49 +0200
0 Source: bgpq4
1 Section: net
2 Priority: optional
3 Maintainer: Vincent Bernat <bernat@debian.org>
4 Build-Depends: debhelper-compat (= 12),
5 python3-markdown2
6 Standards-Version: 4.5.0.1
7 Homepage: https://github.com/bgp/bgpq4
8 Vcs-Git: https://salsa.debian.org/debian/bgpq4.git
9 Vcs-Browser: https://salsa.debian.org/debian/bgpq4
10
11 Package: bgpq4
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: automatic BGP filter generator using IRR routing data
15 bgpq4 eases BGP filter maintenance by automatically generating prefix
16 lists, (extended) access lists, policy statement terms and AS-path
17 lists using IRR routing data. It features IPv6 prefix-/access-list
18 support, aggregation of generated filters and output compatible with
19 Cisco, Juniper, Mikrotik, Nokia, OpenBGPD and BIRD.
20 .
21 It is a fork of bgpq3. By default, it uses IRR server from NTT.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: bgpq4
2 Source: https://github.com/bgp/bgpq4
3
4 Files: *
5 Copyright: (c) 2019 Job Snijders <job@ntt.net>
6 (c) 2007-2019 Alexandre Snarskii <snar@snar.spb.ru>
7 License: BSD-2-clause
8
9 Files: strlcpy.c
10 Copyright: (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
11 License: BSD-3-clause
12
13 Files: sys_queue.h
14 Copyright: (c) 1991, 1993 The Regents of the University of California. All rights reserved.
15 License: BSD-3-clause
16
17 Files: sys_tree.h
18 Copyright: Copyright 2002 Niels Provos <provos@citi.umich.edu>
19 License: BSD-2-clause
20
21 Files: debian/*
22 Copyright: 2015-2018 Apollon Oikonomopoulos <apoikos@debian.org>
23 2020 Vincent Bernat <bernat@debian.org>
24 License: BSD-2-clause
25
26 License: BSD-2-clause
27 Redistribution and use in source and binary forms, with or without
28 modification, are permitted provided that the following conditions
29 are met:
30 1. Redistributions of source code must retain the above copyright
31 notice, this list of conditions and the following disclaimer.
32 2. Redistributions in binary form must reproduce the above copyright
33 notice, this list of conditions and the following disclaimer in the
34 documentation and/or other materials provided with the distribution.
35 .
36 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
37 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
38 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
39 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
40 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
41 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
42 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
43 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
44 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
45 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
46 SUCH DAMAGE.
47
48 License: BSD-3-clause
49 Redistribution and use in source and binary forms, with or without
50 modification, are permitted provided that the following conditions
51 are met:
52 1. Redistributions of source code must retain the above copyright
53 notice, this list of conditions and the following disclaimer.
54 2. Redistributions in binary form must reproduce the above copyright
55 notice, this list of conditions and the following disclaimer in the
56 documentation and/or other materials provided with the distribution.
57 3. The name of the author may not be used to endorse or promote products
58 derived from this software without specific prior written permission.
59 .
60 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
61 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
62 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
63 THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
64 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
65 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
66 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
67 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
68 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
69 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 README.md
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
0 3.0 (quilt)
0 version=3
1 opts="uversionmangle=s/-(rc\d*)/~$1/" \
2 https://github.com/bgp/bgpq4/releases .*/archive/(.*).tar.gz