SOURCES: scanssh-ac_fixes.patch - updated to fit 2.1
duddits
duddits at pld-linux.org
Sat Oct 4 18:07:10 CEST 2008
Author: duddits Date: Sat Oct 4 16:07:10 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated to fit 2.1
---- Files affected:
SOURCES:
scanssh-ac_fixes.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/scanssh-ac_fixes.patch
diff -u SOURCES/scanssh-ac_fixes.patch:1.2 SOURCES/scanssh-ac_fixes.patch:1.3
--- SOURCES/scanssh-ac_fixes.patch:1.2 Thu Apr 8 00:45:40 2004
+++ SOURCES/scanssh-ac_fixes.patch Sat Oct 4 18:07:04 2008
@@ -1,37 +1,27 @@
---- scanssh/configure.in~ Sat Aug 10 10:58:49 2002
-+++ scanssh/configure.in Sat Aug 10 10:58:49 2002
-@@ -14,19 +14,19 @@
+diff -burNp scanssh-2.1/configure.in scanssh-2.1-new/configure.in
+--- scanssh-2.1/configure.in 2005-03-05 20:21:27.000000000 +0100
++++ scanssh-2.1-new/configure.in 2008-10-04 17:50:52.490053689 +0200
+@@ -21,7 +21,7 @@ AC_PROG_INSTALL
dnl XXX - Solaris sux.
AC_CHECK_LIB(socket, socket)
-AC_CHECK_LIB(nsl, gethostbyname)
+AC_CHECK_FUNC(gethostbyname, [], [AC_CHECK_LIB(nsl, gethostbyname)])
+ dnl XXX - we need WinPcap developer's pack under Cygwin for win32
+ AC_CYGWIN
+@@ -67,12 +67,13 @@ fi
dnl Checks for libraries.
AC_REPLACE_FUNCS(inet_aton inet_pton strsep getaddrinfo getnameinfo strlcpy strlcat arc4random)
needmd5=no
-AC_CHECK_FUNCS(MD5Update, , [needmd5=yes])
+AC_CHECK_FUNCS(MD5Update, [], [needmd5=yes])
if test $needmd5 = yes; then
-- LIBOBJS="$LIBOBJS md5.o"
-+ AC_LIBOBJ(md5)
+ AC_LIBOBJ(md5)
fi
neederr=no
--AC_CHECK_FUNCS(warnx, , [neederr=yes])
+ AC_CHECK_FUNCS(warnx, , [neederr=yes])
+AC_CHECK_FUNCS(warnx, [], [neederr=yes])
if test $neederr = yes; then
-- LIBOBJS="$LIBOBJS err.o"
-+ AC_LIBOBJ(err)
+ AC_LIBOBJ(err)
fi
-
- dnl Checks for libpcap
---- scanssh/Makefile.in~ Sat Aug 10 10:59:48 2002
-+++ scanssh/Makefile.in Sat Aug 10 10:59:48 2002
-@@ -35,6 +35,7 @@
- $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
-
- install: scanssh
-+ $(INSTALL) -d $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
- $(INSTALL_PROGRAM) -m 755 scanssh $(DESTDIR)$(BINDIR)
- $(INSTALL_DATA) $(srcdir)/scanssh.1 $(DESTDIR)$(MANDIR)/man1
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/scanssh-ac_fixes.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list