Commit Graph

17 Commits

Author SHA1 Message Date
Fredrik Fornwall 0ccd9efded nmap: Update from 7.60 to 7.70 2018-03-22 22:35:51 +01:00
Fredrik Fornwall a5791415f8 nmap: Update from 7.50 to 7.60 2017-08-07 20:02:12 +02:00
Fredrik Fornwall 6c29aaa1c7 Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.

We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.

Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall daf892039f nmap: Update from 7.40 to 7.50 2017-06-14 13:45:00 +02:00
Fredrik Fornwall 6f2bea7ea8 nmap: Build against system liblua 2017-03-01 17:46:41 +01:00
Fredrik Fornwall 84ba008445 netcat: Make -c work (fix bin/sh, closes #777) 2017-02-17 11:51:59 +01:00
Fredrik Fornwall e6546c718a nmap: Update from 7.31 to 7.40 2016-12-22 13:34:42 -05:00
Fredrik Fornwall 73d6e73cf7 nmap: Update from 7.30 to 7.31 2016-10-28 21:06:45 -04:00
Fredrik Fornwall 1b57bf8cd0 nmap: Update from 7.12 to 7.30 2016-10-28 20:17:07 -04:00
Fredrik Fornwall eaf3340315 Prepare more packages for clang 2016-09-03 18:15:47 -04:00
Fredrik Fornwall 988e9ce477 nmap: Update from 7.10 to 7.12 2016-04-23 17:46:45 -04:00
Fredrik Fornwall e06d93a64e nmap: Setup nc as symlink to ncat 2016-03-19 09:08:44 -04:00
Fredrik Fornwall 82c4064fb9 nmap: Install ncat as a dependency
The ncat tool is usually installed as part of nmap, so installing
ncat as a dependency of nmap makes sense. After feedback in #162.
2016-03-19 08:38:33 -04:00
Fredrik Fornwall 732c17a688 netcat: Split out package from nmap
Split ncat (https://nmap.org/ncat/), the netcat implementation from
the nmap project out into it's own package.

Also setup netcat as a symlink to ncat for discoverability and
for users used to netcat.

Closes #162.
2016-03-18 16:45:12 -04:00
Fredrik Fornwall 27d2d37379 nmap: Bump version after dep change 2016-01-19 19:41:23 -05:00
Fredrik Fornwall 95fcb2763a nmap: Update from 6.49BETA4 to 7.01 2015-12-15 20:15:33 -05:00
Fredrik Fornwall d7fb7c29ef Add nmap package 2015-08-21 18:15:06 -04:00