aboutsummaryrefslogtreecommitdiffstats
path: root/community/openvas-libraries/001-maxhostnamelen.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-04-06 16:40:34 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-04-06 17:19:56 +0000
commit6beec712cebc7f39e7795193d74f6aaf67265b52 (patch)
tree56c069ea21b23d20a75a275c074e3826d935854d /community/openvas-libraries/001-maxhostnamelen.patch
parent9392d6e920277f8db1e3da3f12fd6fd4fd1e051a (diff)
downloadaports-6beec712cebc7f39e7795193d74f6aaf67265b52.tar.bz2
aports-6beec712cebc7f39e7795193d74f6aaf67265b52.tar.xz
community/gvm-libs: upgrade to 10.0.0
Renamed from openvas-libraries, removed unused patch
Diffstat (limited to 'community/openvas-libraries/001-maxhostnamelen.patch')
-rw-r--r--community/openvas-libraries/001-maxhostnamelen.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/openvas-libraries/001-maxhostnamelen.patch b/community/openvas-libraries/001-maxhostnamelen.patch
deleted file mode 100644
index 373554d4ab..0000000000
--- a/community/openvas-libraries/001-maxhostnamelen.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/misc/pcap.c b/misc/pcap.c
-index 125ea24..fa24299 100644
---- a/misc/pcap.c
-+++ b/misc/pcap.c
-@@ -16,6 +16,7 @@
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-
-+#include <sys/param.h>
- #include <netinet/in.h>
- #include <resolv.h>
- #include <pcap.h>