Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nmap: update to 7.90.
@ 2020-10-04 11:01 ailiop-git
  2020-10-04 11:11 ` [PR PATCH] [Updated] " ailiop-git
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ailiop-git @ 2020-10-04 11:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages nmap
https://github.com/void-linux/void-packages/pull/25330

nmap: update to 7.90.


A patch file from https://github.com/void-linux/void-packages/pull/25330.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nmap-25330.patch --]
[-- Type: text/x-diff, Size: 1258 bytes --]

From fe30c3488549ef30d62bd039658159678af962c6 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 4 Oct 2020 12:47:35 +0200
Subject: [PATCH] nmap: update to 7.90.

---
 srcpkgs/nmap/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nmap/template b/srcpkgs/nmap/template
index 8f036af7fc4..4658eae16a6 100644
--- a/srcpkgs/nmap/template
+++ b/srcpkgs/nmap/template
@@ -1,7 +1,7 @@
 # Template file for 'nmap'
 pkgname=nmap
-version=7.80
-revision=4
+version=7.90
+revision=1
 build_style=gnu-configure
 configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
 hostmakedepends="python"
@@ -11,7 +11,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="custom:nmap"
 homepage="https://nmap.org"
 distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2"
-checksum=fcfa5a0e42099e12e4bf7a68ebe6fde05553383a682e816a7ec9256ab4773faa
+checksum=5557c3458275e8c43e1d0cfa5dad4e71dd39e091e2029a293891ad54098a40e8
 
 build_options="lua"
 build_options_default="lua"
@@ -29,7 +29,7 @@ pre_check() {
 }
 
 post_install() {
-	vlicense COPYING
+	vlicense LICENSE
 
 	# do not use bundled certificates, use only system ones
 	rm -f ${DESTDIR}/usr/share/ncat/ca-bundle.crt

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] nmap: update to 7.90.
  2020-10-04 11:01 [PR PATCH] nmap: update to 7.90 ailiop-git
@ 2020-10-04 11:11 ` ailiop-git
  2020-10-04 20:08 ` Piraty
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ailiop-git @ 2020-10-04 11:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages nmap
https://github.com/void-linux/void-packages/pull/25330

nmap: update to 7.90.


A patch file from https://github.com/void-linux/void-packages/pull/25330.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nmap-25330.patch --]
[-- Type: text/x-diff, Size: 1405 bytes --]

From d76793f6745356d6ee2127ce5a2804910fc458ce Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 4 Oct 2020 13:11:27 +0200
Subject: [PATCH] nmap: update to 7.90.

---
 srcpkgs/nmap/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nmap/template b/srcpkgs/nmap/template
index 8f036af7fc4..c397f13edc1 100644
--- a/srcpkgs/nmap/template
+++ b/srcpkgs/nmap/template
@@ -1,7 +1,7 @@
 # Template file for 'nmap'
 pkgname=nmap
-version=7.80
-revision=4
+version=7.90
+revision=1
 build_style=gnu-configure
 configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
 hostmakedepends="python"
@@ -11,7 +11,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="custom:nmap"
 homepage="https://nmap.org"
 distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2"
-checksum=fcfa5a0e42099e12e4bf7a68ebe6fde05553383a682e816a7ec9256ab4773faa
+checksum=5557c3458275e8c43e1d0cfa5dad4e71dd39e091e2029a293891ad54098a40e8
 
 build_options="lua"
 build_options_default="lua"
@@ -29,14 +29,13 @@ pre_check() {
 }
 
 post_install() {
-	vlicense COPYING
+	vlicense LICENSE
 
 	# do not use bundled certificates, use only system ones
 	rm -f ${DESTDIR}/usr/share/ncat/ca-bundle.crt
 }
 
 zenmap_package() {
-	archs=noarch
 	depends="${sourcepkg}-${version}_${revision} pygtk"
 	short_desc+=" - GUI Frontend"
 	pkg_install() {

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nmap: update to 7.90.
  2020-10-04 11:01 [PR PATCH] nmap: update to 7.90 ailiop-git
  2020-10-04 11:11 ` [PR PATCH] [Updated] " ailiop-git
@ 2020-10-04 20:08 ` Piraty
  2020-10-04 20:08 ` [PR PATCH] [Closed]: " Piraty
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-10-04 20:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/25330#issuecomment-703308962

Comment:
e8fb05d57b791bc5cf802c2353c1e76da717d2d9

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: nmap: update to 7.90.
  2020-10-04 11:01 [PR PATCH] nmap: update to 7.90 ailiop-git
  2020-10-04 11:11 ` [PR PATCH] [Updated] " ailiop-git
  2020-10-04 20:08 ` Piraty
@ 2020-10-04 20:08 ` Piraty
  2021-01-06  1:27 ` fosslinux
  2021-01-12 19:22 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-10-04 20:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

There's a closed pull request on the void-packages repository

nmap: update to 7.90.
https://github.com/void-linux/void-packages/pull/25330

Description:


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nmap: update to 7.90.
  2020-10-04 11:01 [PR PATCH] nmap: update to 7.90 ailiop-git
                   ` (2 preceding siblings ...)
  2020-10-04 20:08 ` [PR PATCH] [Closed]: " Piraty
@ 2021-01-06  1:27 ` fosslinux
  2021-01-12 19:22 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: fosslinux @ 2021-01-06  1:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/25330#issuecomment-755016550

Comment:
We should revert this, it's a licensing minefield right now...

https://github.com/nmap/nmap/issues/2199

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nmap: update to 7.90.
  2020-10-04 11:01 [PR PATCH] nmap: update to 7.90 ailiop-git
                   ` (3 preceding siblings ...)
  2021-01-06  1:27 ` fosslinux
@ 2021-01-12 19:22 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2021-01-12 19:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/25330#issuecomment-758880891

Comment:
thanks for pointing that out @fosslinux 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-12 19:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-04 11:01 [PR PATCH] nmap: update to 7.90 ailiop-git
2020-10-04 11:11 ` [PR PATCH] [Updated] " ailiop-git
2020-10-04 20:08 ` Piraty
2020-10-04 20:08 ` [PR PATCH] [Closed]: " Piraty
2021-01-06  1:27 ` fosslinux
2021-01-12 19:22 ` Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).