<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/nmap/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-11-12T09:01:17Z</updated>
<entry>
<title>nmap: add build depedency on python-setuptools (fixes #27833)</title>
<updated>2025-11-12T09:01:17Z</updated>
<author>
<name>Nuno Gonçalves</name>
</author>
<published>2025-11-12T00:00:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6b87dad19f0d31fca5fded22c7142e9300269668'/>
<id>urn:sha1:6b87dad19f0d31fca5fded22c7142e9300269668</id>
<content type='text'>
python-setuptools no longer comes by default with the python package,
so we must depend on it explicitly

Signed-off-by: Nuno Gonçalves &lt;nunojpg@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: update to version 7.95</title>
<updated>2024-04-28T20:21:36Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2024-04-27T10:19:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=951779447ab227c073dfb8cf1229b494c356c071'/>
<id>urn:sha1:951779447ab227c073dfb8cf1229b494c356c071</id>
<content type='text'>
- Remove patch 010-Build-based-on-OpenSSL-version.patch
since it was backported and now it is included in 7.95 release
- Patch 030-ncat-drop-ca-bundle.patch was refreshed

Release notes:
https://nmap.org/changelog.html#7.95

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: use git as source and bump to PCRE2 support commit</title>
<updated>2024-04-28T20:21:36Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-10-25T03:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8e2fc52e63ff9d3315d014784ce4015192e3a018'/>
<id>urn:sha1:8e2fc52e63ff9d3315d014784ce4015192e3a018</id>
<content type='text'>
Use git as source and bump version to PCRE2 support commit.

Move nmap to PCRE2 library as PCRE is EOL and won't receive any security
update in the future.

Patch 001-Use-correct-HAVE_-macros-for-Lua-5.4.-Fixes-2648.patch has
been merged upstream and can be dropped.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: bump to version 7.94</title>
<updated>2024-04-28T20:21:36Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-10-25T03:41:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cbe30884e6c171312e1f05bd0c72da20f1ff233c'/>
<id>urn:sha1:cbe30884e6c171312e1f05bd0c72da20f1ff233c</id>
<content type='text'>
Bump to version 7.94.
Nmap now require lua 5.4.

Patch 020-Python3-port-of-ndiff.patch has been merged upstream and can
be dropped.
Patch 001-Use-correct-HAVE_-macros-for-Lua-5.4.-Fixes-2648.patch is now
required to fix a problem with header inclusion for lua 5.4.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: bump package version</title>
<updated>2024-02-04T23:05:25Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2024-01-31T09:24:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1ff280529bb44abb333e24c827c7f662c3372143'/>
<id>urn:sha1:1ff280529bb44abb333e24c827c7f662c3372143</id>
<content type='text'>
Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: unify SSL dependencies</title>
<updated>2024-02-04T23:05:25Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2024-01-31T09:24:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b4538c87ab409d41a600412e2ebae978a21f2fca'/>
<id>urn:sha1:b4538c87ab409d41a600412e2ebae978a21f2fca</id>
<content type='text'>
ssl/full variants now depend on "ca-certs" (provided by "ca-bundle" and "ca-certificates")

Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: ncat: use default CA bundle</title>
<updated>2024-02-04T23:05:25Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2024-01-31T09:24:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c8793c02857d8d7ad2981cd862223e42862f9059'/>
<id>urn:sha1:c8793c02857d8d7ad2981cd862223e42862f9059</id>
<content type='text'>
Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: backport fix to be able to compile it with OpenSSL 1.1</title>
<updated>2023-11-05T15:39:35Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2023-11-05T12:58:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2c87004346f9456cfd5cc58559ab8ff4e94cd773'/>
<id>urn:sha1:2c87004346f9456cfd5cc58559ab8ff4e94cd773</id>
<content type='text'>
The latest nmap version 7.9.3 currently fails to compile with OpenSSL 1.1 [1],
it required to backport upstream patch to fix the compilation. [2]

[1] https://github.com/nmap/nmap/issues/2516
[2] https://github.com/nmap/nmap/commit/d6bea8dcdee36a3902cece14097993350306f1b6

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: Force old Python build process</title>
<updated>2023-04-24T08:20:33Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-03-06T14:09:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=da55275f3bbf3987771b97f7722d3023a0a8d7c4'/>
<id>urn:sha1:da55275f3bbf3987771b97f7722d3023a0a8d7c4</id>
<content type='text'>
This package isn't compatible with the new Python build process yet, so
force the old build process for now.

This also adds a call to Py3Build/Install, for when the new build
process can be used.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: update license</title>
<updated>2023-04-15T22:54:20Z</updated>
<author>
<name>Nuno Gonçalves</name>
</author>
<published>2023-04-15T22:54:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0563e5092c82d03a5861cb7dc17c55d6cf0d0498'/>
<id>urn:sha1:0563e5092c82d03a5861cb7dc17c55d6cf0d0498</id>
<content type='text'>
Signed-off-by: Nuno Gonçalves &lt;nunojpg@gmail.com&gt;
</content>
</entry>
</feed>
