Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=9b2fbe4d79393bf11d155fe0ab50cff880c4ada1

commit 9b2fbe4d79393bf11d155fe0ab50cff880c4ada1
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Mon Feb 14 21:55:03 2011 +0100

nmap-5.51-1-i686

- version bump

diff --git a/source/network/nmap/FrugalBuild b/source/network/nmap/FrugalBuild
index 193675e..22d154f 100644
--- a/source/network/nmap/FrugalBuild
+++ b/source/network/nmap/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: CSÉCSY László <boo...@frugalware.org>

pkgname=nmap
-pkgver=5.21
-pkgrel=2
+pkgver=5.51
+pkgrel=1
pkgdesc="A network exploration tool and security scanner"
url="http://www.nmap.org";
depends=('pcre' 'openssl>=1.0.0' 'lua')
@@ -11,11 +11,10 @@ makedepends=('pygtk>=2.12.1-4' 'libpcap')
groups=('network')
options=('scriptlet')
archs=('i686' 'x86_64')
-up2date="lynx -dump http://nmap.org/download.html | grep -m1 'Latest.*stable' 
| sed 's/.*p-\(.*\)\.tar.*/\1/'"
-source=(http://nmap.org/dist/nmap-${pkgver}.tar.bz2 nmap-logo-64.png 
drop_md2.diff)
-sha1sums=('ce5ff792161dae0037e41b31e0c2ef683ce94655' \
-          'c36250c662ee9058974a2215c579c3f45ddaf2d0' \
-          '75e963b8b2ddfcd5df2b4350c73866880d33a823')
+up2date="Flasttar http://nmap.org/download.html";
+source=(http://nmap.org/dist/nmap-${pkgver}.tar.bz2 nmap-logo-64.png)
+sha1sums=('3415ad9a3915d7e162c9e91435cc35d9c73ac7f6' \
+          'c36250c662ee9058974a2215c579c3f45ddaf2d0')

subpkgs=('nmapfe')
subdescs=('GTK+2 frontend for nmap')
diff --git a/source/network/nmap/drop_md2.diff 
b/source/network/nmap/drop_md2.diff
deleted file mode 100644
index 24a2a40..0000000
--- a/source/network/nmap/drop_md2.diff
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -aur nmap-5.21/nse_openssl.cc fw_nmap-5.21//nse_openssl.cc
---- nmap-5.21/nse_openssl.cc   2009-03-10 06:56:10.000000000 +0100
-+++ fw_nmap-5.21//nse_openssl.cc       2010-06-08 12:53:02.000000000 +0200
-@@ -8,7 +8,6 @@
- #include <openssl/crypto.h>
- #include <openssl/bn.h>
- #include <openssl/rand.h>
--#include <openssl/md2.h>
- #include <openssl/md4.h>
- #include <openssl/md5.h>
- #include <openssl/sha.h>
-@@ -206,16 +205,6 @@
-   return 1;
- }
-
--static int l_md2(lua_State *L)     /** md2(string s) */
--{
--  size_t len;
--  const unsigned char *s = (unsigned char *) luaL_checklstring( L, 1, &len );
--  unsigned char digest[16];
--
--  lua_pushlstring( L, (char *) MD2( s, len, digest ), 16 );
--  return 1;
--}
--
- static int l_md4(lua_State *L)     /** md4(string s) */
- {
-   size_t len;
-@@ -469,7 +458,6 @@
-   { "bignum_mod_exp", l_bignum_mod_exp },
-   { "rand_bytes", l_rand_bytes },
-   { "rand_pseudo_bytes", l_rand_pseudo_bytes },
--  { "md2", l_md2 },
-   { "md4", l_md4 },
-   { "md5", l_md5 },
-   { "sha1", l_sha1 },
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to