diff options
author | Adrien Nader <adrien@notk.org> | 2013-07-31 08:52:17 +0200 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2013-07-31 08:52:17 +0200 |
commit | 828528c66631ac0ef83582c527c9b5ae183ac924 (patch) | |
tree | 3f8e988928f41352e63d01855cfb6d1e68808906 /slackware64-current/source/n/nmap | |
parent | bbd52debdca3b6ae3897901753a46299342b00f9 (diff) |
Wed Jul 31 05:38:51 UTC 2013
Thanks to Robby Workman for updates on libnl*, dhcpcd, and wpa_supplicant.
a/gawk-4.1.0-x86_64-2.txz: Rebuilt.
Fixed --libdir. Thanks to Speek.
ap/sqlite-3.7.17-x86_64-1.txz: Upgraded.
l/libnl-1.1.4-x86_64-1.txz: Upgraded.
l/libnl3-3.2.21-x86_64-1.txz: Upgraded.
n/NetworkManager-0.9.8.2-x86_64-2.txz: Rebuilt.
Switched back to dhcpcd instead of dhclient as the default DHCP client in
the NetworkManager.conf file. Either one will work, but it's probably
better to use dhcpcd by default to avoid a nasty surprise for people who
didn't install the dhcp package since they aren't running a DHCP server.
n/dhcpcd-6.0.4-x86_64-1.txz: Upgraded.
n/nmap-6.40-x86_64-1.txz: Upgraded.
Thanks to ponce for the SlackBuild patch.
n/wpa_supplicant-2.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'slackware64-current/source/n/nmap')
-rw-r--r-- | slackware64-current/source/n/nmap/nmap-6.25.tar.xz | 1 | ||||
-rw-r--r-- | slackware64-current/source/n/nmap/nmap-6.40.tar.xz | 1 | ||||
-rwxr-xr-x | slackware64-current/source/n/nmap/nmap.SlackBuild | 6 |
3 files changed, 5 insertions, 3 deletions
diff --git a/slackware64-current/source/n/nmap/nmap-6.25.tar.xz b/slackware64-current/source/n/nmap/nmap-6.25.tar.xz deleted file mode 100644 index c4880efe2..000000000 --- a/slackware64-current/source/n/nmap/nmap-6.25.tar.xz +++ /dev/null @@ -1 +0,0 @@ -78eefd92640d3a01c98de02bbf009a5c84d37ee9 diff --git a/slackware64-current/source/n/nmap/nmap-6.40.tar.xz b/slackware64-current/source/n/nmap/nmap-6.40.tar.xz new file mode 100644 index 000000000..508ee30aa --- /dev/null +++ b/slackware64-current/source/n/nmap/nmap-6.40.tar.xz @@ -0,0 +1 @@ +24cdba0bde9a8f889809843db47887117f460ac5 diff --git a/slackware64-current/source/n/nmap/nmap.SlackBuild b/slackware64-current/source/n/nmap/nmap.SlackBuild index 116622117..0f331516d 100755 --- a/slackware64-current/source/n/nmap/nmap.SlackBuild +++ b/slackware64-current/source/n/nmap/nmap.SlackBuild @@ -20,8 +20,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION=${VERSION:-6.25} -BUILD=${BUILD:-2} +VERSION=${VERSION:-6.40} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -74,11 +74,13 @@ find . \ # --without-nmap-update is needed below to avoid depending on apr and subversion libraries. # It's not worth the feature IMHO. +LIBS="-lnl" \ CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --with-liblua=included \ + --with-libpcap=included \ --mandir=/usr/man \ --docdir=/usr/doc/nmap-$VERSION \ --without-nmap-update \ |