ports/138005: [PATCH] security/yersinia: update to 0.7.1, take maintainership

Ayumi M ayu at commun.jp
Thu Aug 20 23:10:02 UTC 2009


>Number:         138005
>Category:       ports
>Synopsis:       [PATCH] security/yersinia: update to 0.7.1, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 20 23:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Ayumi M
>Release:        FreeBSD 7.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dahlia.commun.jp 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 07:18:07 UTC
>Description:
- Update to 0.7.1
- Take maintainership

Tested with Tinderbox
http://tb-amd64.commun.jp/index.php?action=describe_port&id=45

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- yersinia-0.7.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/yersinia.orig/Makefile /usr/ports/security/yersinia/Makefile
--- /usr/ports/security/yersinia.orig/Makefile	2009-08-19 21:43:12.000000000 +0900
+++ /usr/ports/security/yersinia/Makefile	2009-08-21 05:30:42.000000000 +0900
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	yersinia
-PORTVERSION=	0.7
-PORTREVISION=	2
+PORTVERSION=	0.7.1
 CATEGORIES=	security
 MASTER_SITES=	http://www.yersinia.net/download/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ayu at commun.jp
 COMMENT=	Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...)
 
 BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
@@ -26,7 +25,7 @@
 PKGNAMESUFFIX=	-gtk
 CONFLICTS=	yersinia-[0-9]*
 .else
-CONFIGURE_ARGS+= --disable-gtk
+CONFIGURE_ARGS+=	--disable-gtk
 CONFLICTS=	yersinia-gtk-[0-9]*
 .endif
 GNU_CONFIGURE=	yes
diff -ruN --exclude=CVS /usr/ports/security/yersinia.orig/distinfo /usr/ports/security/yersinia/distinfo
--- /usr/ports/security/yersinia.orig/distinfo	2009-08-19 21:43:12.000000000 +0900
+++ /usr/ports/security/yersinia/distinfo	2009-08-19 22:29:42.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (yersinia-0.7.tar.gz) = 66ae43c5571ceb695e9307b2a4f3c5c3
-SHA256 (yersinia-0.7.tar.gz) = 0a82b904991ee1ecbbeb0a19ca3c3261f4014170a5c50a7fcd5be9af5e30a029
-SIZE (yersinia-0.7.tar.gz) = 322812
+MD5 (yersinia-0.7.1.tar.gz) = dd3b79a625482961fe4e8bd96edff179
+SHA256 (yersinia-0.7.1.tar.gz) = 9c473c49bba9b5271ca1cc6fb5d64314bff675772f597837341f58dc93351a17
+SIZE (yersinia-0.7.1.tar.gz) = 318396
diff -ruN --exclude=CVS /usr/ports/security/yersinia.orig/files/patch-configure /usr/ports/security/yersinia/files/patch-configure
--- /usr/ports/security/yersinia.orig/files/patch-configure	2009-08-19 21:43:12.000000000 +0900
+++ /usr/ports/security/yersinia/files/patch-configure	2009-08-19 22:35:42.000000000 +0900
@@ -1,6 +1,6 @@
---- ./configure.orig	Sun Jun 18 12:24:36 2006
-+++ ./configure	Fri Sep 29 15:04:21 2006
-@@ -2971,7 +2971,8 @@
+--- configure.orig	2007-01-27 04:22:30.000000000 +0900
++++ configure	2009-08-19 22:35:11.000000000 +0900
+@@ -3470,7 +3470,8 @@
  
  
  if test -n "$GCC"; then
@@ -10,7 +10,7 @@
  else
       { echo "$as_me:$LINENO: WARNING: Ouch!! Only gcc is supported..." >&5
  echo "$as_me: WARNING: Ouch!! Only gcc is supported..." >&2;}
-@@ -3817,7 +3818,7 @@
+@@ -4462,7 +4463,7 @@
            echo  $pcap_dir
            echo  $dir
            echo; echo please wipe out all unused pcap installations
@@ -19,12 +19,14 @@
         else
            pcap_dir="$dir"
         fi
-@@ -3997,62 +3998,8 @@
+@@ -4636,64 +4637,8 @@
  
+ fi
  
- 
--echo "$as_me:$LINENO: checking for a complete set of libnet headers" >&5
--echo $ECHO_N "checking for a complete set of libnet headers... $ECHO_C" >&6
+-
+-
+-{ echo "$as_me:$LINENO: checking for a complete set of libnet headers" >&5
+-echo $ECHO_N "checking for a complete set of libnet headers... $ECHO_C" >&6; }
 -
 -possible_dirs="`eval echo -n ${includedir}` \
 -	       /usr/include /usr/include/libnet \
@@ -34,13 +36,13 @@
 -possible_libnet_config_dirs="/usr /usr/local /opt"
 -
 -
--# Check whether --with-libnet-includes or --without-libnet-includes was given.
+-# Check whether --with-libnet-includes was given.
 -if test "${with_libnet_includes+set}" = set; then
--  withval="$with_libnet_includes"
--  LIBNET_DIR=$withval LIBNET_CONFIG_DIR=$withval
+-  withval=$with_libnet_includes; LIBNET_DIR=$withval LIBNET_CONFIG_DIR=$withval
 -else
 -  LIBNET_DIR=$possible_dirs LIBNET_CONFIG_DIR=$possible_libnet_config_dirs
--fi;
+-fi
+-
 -
 -libnet_dir=""
 -for dir in $LIBNET_DIR ; do
@@ -84,7 +86,7 @@
  
  if test "$LIBNET_LINK" != "-L/usr/lib" ; then
    LIBS="$LIBS $LIBNET_LINK"
-@@ -4067,7 +4014,7 @@
+@@ -4708,7 +4653,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_check_lib_save_LIBS=$LIBS
--- yersinia-0.7.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list