Commit Graph

42 Commits

Author SHA1 Message Date
Tee KOBAYASHI f9a671d004 nmap: Bump to 7.93 2022-11-03 21:24:08 +00:00
Henrik Grimler b281bc2145
rebuild(deps:libc++): bump termux-main packages that depend on libc++
All except libllvm, rust, rustc-nightly, openfoam and libdispatch,
those packages will be handled separately.
2022-08-13 12:21:20 +02:00
Yaksh Bariya 4577a0cf69 revbump all packages dependent on openssl
%ci:no-build All packages will be triggered for rebuild manually
2022-03-01 12:36:05 +00:00
Yaksh Bariya 1bfc5f9865 revbump all remaining packages that depend on openssl
%ci:no-build

Manual rebuilds will be triggered for all the packages
2022-02-26 04:25:43 +00:00
Yaksh Bariya f05fc8698e nmap: update to 7.92 2022-01-26 12:46:48 +00:00
Ian Hu a36e68f7a7 nmap: fix strip with llvm-strip 2021-10-29 18:37:46 +05:30
Henrik Grimler 4d1e4ba204 nmap: bump revision 2021-10-29 18:37:46 +05:30
Henrik Grimler a2187e62df Bump all packages depending on libc++
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02:00
Leonid Pliushch bd7dd8a9b3
netcat-openbsd: don't conflict with netcat from nmap
Unfortunately subpackages do not support debscripts currently, so nc & netcat
symlinks can't be managed through update-alternatives. As there no other way
to have these symlinks in multiple packages without conflict, nmap package
receives the following changes:

* Rename netcat subpackage to nmap-ncat.
* Remove symlinks nc and netcat pointing to ncat.

***

Requested in https://github.com/termux/termux-packages/issues/6921.
2021-05-29 21:25:13 +03:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Henrik Grimler 47e440b2b4 nmap: update to 7.91 2020-10-17 19:07:35 +02:00
Henrik Grimler 65a6121c83 nmap: depend on liblua53 2020-10-01 17:07:42 +03:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch 9ae765f554 nmap: update to 7.80 2019-08-11 18:35:07 +03:00
Leonid Pliushch 37b407956d nmap: bump revision 2019-06-20 00:46:19 +03:00
Leonid Pliushch 11200afa32 add zlib to dependencies where needed 2019-04-14 16:00:23 +03:00
Leonid Pliushch 8529943f84 nmap: fix hardcoded paths 2019-03-02 14:52:53 +02:00
Leonid Pliushch 2c16db52fc bump C++ packages for NDK-19 2019-02-23 13:57:09 +02:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Fredrik Fornwall 3f56afaf96 Update TERMUX_SUBPKG_INCLUDE for gzip-compression 2019-01-27 22:04:49 +01:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 60bce6425d nmap: Fix build with latest clang&libc++ 2018-09-21 06:37:15 +00:00
Fredrik Fornwall b320c2b623 nmap: Use system libssh2 2018-09-12 06:44:08 +02:00
Fredrik Fornwall fd72a74c42 openssl: Update from 1.0.2 to 1.1.1 (#2775) 2018-09-11 22:43:19 +02:00
Fredrik Fornwall 6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
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