jer 14/07/14 23:41:42
Modified: ngrep-1.45-setlocale.patch ngrep-1.45-prefix.patch
ngrep-1.45-build-fixes.patch
Removed: ngrep-1.45-Makefile.in.patch ngrep-1.45.patch
Log:
EAPI bump. Set --disable-pcap-restart to avoid more rude e-mails from libpcap
upstream. Force --enable-pcre instead of long shipped obsolete GNU regex. Clean
up patches.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
A792A613)
Revision Changes Path
1.2 net-analyzer/ngrep/files/ngrep-1.45-setlocale.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ngrep/files/ngrep-1.45-setlocale.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ngrep/files/ngrep-1.45-setlocale.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ngrep/files/ngrep-1.45-setlocale.patch?r1=1.1&r2=1.2
Index: ngrep-1.45-setlocale.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/ngrep/files/ngrep-1.45-setlocale.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ngrep-1.45-setlocale.patch 17 Nov 2008 11:54:06 -0000 1.1
+++ ngrep-1.45-setlocale.patch 14 Jul 2014 23:41:42 -0000 1.2
@@ -1,8 +1,8 @@
Call setlocale to make isprint() decide what's printable depending
on the current locale. See bugs.debian.org/307496 .
---- ngrep-1.45.ds1.orig/ngrep.c
-+++ ngrep-1.45.ds1/ngrep.c
+--- a/ngrep.c
++++ b/ngrep.c
@@ -97,6 +97,8 @@
#include "regex-0.12/regex.h"
#endif
1.2 net-analyzer/ngrep/files/ngrep-1.45-prefix.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ngrep/files/ngrep-1.45-prefix.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ngrep/files/ngrep-1.45-prefix.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ngrep/files/ngrep-1.45-prefix.patch?r1=1.1&r2=1.2
Index: ngrep-1.45-prefix.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/ngrep/files/ngrep-1.45-prefix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ngrep-1.45-prefix.patch 26 May 2010 16:31:13 -0000 1.1
+++ ngrep-1.45-prefix.patch 14 Jul 2014 23:41:42 -0000 1.2
@@ -1,8 +1,8 @@
* refrain from doing an absolutely insane check (to see if pcap is
installed in more than one place)
---- configure.in.orig 2008-01-16 21:30:55 +0100
-+++ configure.in 2008-01-16 21:32:42 +0100
+--- a/configure.in
++++ b/configure.in
@@ -268,10 +268,7 @@
AC_MSG_CHECKING(for a complete set of pcap headers)
1.2 net-analyzer/ngrep/files/ngrep-1.45-build-fixes.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ngrep/files/ngrep-1.45-build-fixes.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ngrep/files/ngrep-1.45-build-fixes.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ngrep/files/ngrep-1.45-build-fixes.patch?r1=1.1&r2=1.2
Index: ngrep-1.45-build-fixes.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/ngrep/files/ngrep-1.45-build-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ngrep-1.45-build-fixes.patch 17 Nov 2008 11:54:06 -0000 1.1
+++ ngrep-1.45-build-fixes.patch 14 Jul 2014 23:41:42 -0000 1.2
@@ -16,9 +16,8 @@
* also we don't pass $(MAKEFLAGS) since it caused us problems in the past (bug
#178684)
-=== modified file 'Makefile.in'
---- Makefile.in 2008-11-17 09:02:30 +0000
-+++ Makefile.in 2008-11-17 10:42:09 +0000
+--- a/Makefile.in
++++ b/Makefile.in
@@ -7,7 +7,8 @@
CC=@CC@
@@ -70,9 +69,8 @@
$(OBJS): Makefile ngrep.c ngrep.h
-=== modified file 'configure.in'
---- configure.in 2008-11-17 09:02:30 +0000
-+++ configure.in 2008-11-17 10:11:29 +0000
+--- a/configure.in
++++ b/configure.in
@@ -124,14 +124,16 @@
use_pcre="no"
])
@@ -115,9 +113,8 @@
echo
-=== modified file 'ngrep.c'
---- ngrep.c 2008-11-17 09:02:30 +0000
-+++ ngrep.c 2008-11-17 09:55:32 +0000
+--- a/ngrep.c
++++ b/ngrep.c
@@ -92,7 +92,7 @@
#endif
@@ -128,9 +125,8 @@
#include "regex-0.12/regex.h"
#endif
-=== modified file 'regex-0.12/Makefile.in'
---- regex-0.12/Makefile.in 2008-11-17 09:02:30 +0000
-+++ regex-0.12/Makefile.in 2008-11-17 10:20:52 +0000
+--- a/regex-0.12/Makefile.in
++++ b/regex-0.12/Makefile.in
@@ -18,23 +18,6 @@
version = 0.12
@@ -165,9 +161,8 @@
default all:: regex.o
.PHONY: default all
-=== modified file 'regex-0.12/configure.in'
---- regex-0.12/configure.in 2008-11-17 09:02:30 +0000
-+++ regex-0.12/configure.in 2008-11-17 10:19:18 +0000
+--- a/regex-0.12/configure.in
++++ b/regex-0.12/configure.in
@@ -34,4 +34,4 @@
esac
@@ -176,8 +171,8 @@
+AC_OUTPUT(Makefile)
=== modified file 'regex-0.12/regex.c'
---- regex-0.12/regex.c 2008-11-17 09:02:30 +0000
-+++ regex-0.12/regex.c 2008-11-17 10:15:58 +0000
+--- a/regex-0.12/regex.c
++++ b/regex-0.12/regex.c
@@ -34,7 +34,9 @@
#pragma alloca
#endif