<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/nmap, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>Remove stale patches</title>
<updated>2020-01-28T22:27:25+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2020-01-28T22:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=238b6bccbab3b844079fa109d5cee096b81756d3'/>
<id>238b6bccbab3b844079fa109d5cee096b81756d3</id>
<content type='text'>
Those are patches that are no longer applied by their packages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those are patches that are no longer applied by their packages
</pre>
</div>
</content>
</entry>
<entry>
<title>main/nmap: fix url=</title>
<updated>2019-12-31T16:07:06+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-12-31T16:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=472d96f535401069b65b3220ecf81c36c46513bf'/>
<id>472d96f535401069b65b3220ecf81c36c46513bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/nmap: fix pkg build error on ppc64le limit parallelism</title>
<updated>2019-11-18T18:34:10+00:00</updated>
<author>
<name>Mike Sullivan</name>
<email>mksully22@gmail.com</email>
</author>
<published>2019-11-18T17:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0678fabff18f441972b4b86de9b0c579aea9000c'/>
<id>0678fabff18f441972b4b86de9b0c579aea9000c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/nmap: install additional documentation files</title>
<updated>2019-10-25T15:58:11+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2019-10-25T15:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0453b1f33063b7627ffb31f5fdc964b8cf146dcd'/>
<id>0453b1f33063b7627ffb31f5fdc964b8cf146dcd</id>
<content type='text'>
While at it also fix variable quoting in the installation of
the license file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it also fix variable quoting in the installation of
the license file.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/nmap: add secfixes comments</title>
<updated>2019-10-25T14:38:42+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-10-25T02:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=84ef17ea9337f2176dcaa62288903906ef70a035'/>
<id>84ef17ea9337f2176dcaa62288903906ef70a035</id>
<content type='text'>
ref #10899
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref #10899
</pre>
</div>
</content>
</entry>
<entry>
<title>main/nmap: upgrade to 7.80</title>
<updated>2019-08-12T10:07:14+00:00</updated>
<author>
<name>Leonardo Arena</name>
<email>rnalrd@alpinelinux.org</email>
</author>
<published>2019-08-12T10:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3861e35f229fff31e65d5f554c8ae776b4336f86'/>
<id>3861e35f229fff31e65d5f554c8ae776b4336f86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/nmap: build against system pcre, libssh2 and lua5.3</title>
<updated>2018-12-18T13:45:50+00:00</updated>
<author>
<name>alpine-mips-patches</name>
<email>info@mobile-stream.com</email>
</author>
<published>2018-12-11T09:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0bc8d0888c308b0fe86fb873b2dbff99800983e1'/>
<id>0bc8d0888c308b0fe86fb873b2dbff99800983e1</id>
<content type='text'>
- properly require openssl (status quo, just use a correct parameter)
 - explicitly require system libpcap (status quo)
 - explicitly require system libpcre [1]
 - explicitly require zlib (status quo)
 - explicitly require system libssh2 [2]
 - explicitly require system lua5.3 [3]
 - adjust makedepends accordingly

[1] System pcre is newer and properly configured for mips*.
[2] This is the ./configure default, just make sure the choice is stable.
[3] This is the ./configure default, just let it find the system version.

check() passes on x86_64 and mipseln8hf at least, however this commit does
not re-enable it due to unclear aarch64 / arm* status.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- properly require openssl (status quo, just use a correct parameter)
 - explicitly require system libpcap (status quo)
 - explicitly require system libpcre [1]
 - explicitly require zlib (status quo)
 - explicitly require system libssh2 [2]
 - explicitly require system lua5.3 [3]
 - adjust makedepends accordingly

[1] System pcre is newer and properly configured for mips*.
[2] This is the ./configure default, just make sure the choice is stable.
[3] This is the ./configure default, just let it find the system version.

check() passes on x86_64 and mipseln8hf at least, however this commit does
not re-enable it due to unclear aarch64 / arm* status.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/nmap: rebuild against openssl 1.1</title>
<updated>2018-11-07T16:46:09+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-29T17:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5af5b632690a715e053fc9c9802c0522af7994c7'/>
<id>5af5b632690a715e053fc9c9802c0522af7994c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main: (Bulk change) Update source urls to https using HTTPS Everywhere</title>
<updated>2018-10-06T17:10:04+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2018-10-06T12:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9'/>
<id>d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/nmap: rebuild against libressl-2.7</title>
<updated>2018-04-06T05:19:22+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-04-03T15:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f7374b22ffb4ae8950a8216af0da3eb98b68fcd3'/>
<id>f7374b22ffb4ae8950a8216af0da3eb98b68fcd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
