Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / nmap


Commits:
57f4d8fd by Levente Polyak at 2024-05-12T01:22:38+02:00
nvchecker: add config

- - - - -
5202699a by Levente Polyak at 2024-05-12T01:42:41+02:00
upgpkg: 7.95-1

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,25 @@
+pkgbase = nmap
+       pkgdesc = Utility for network discovery and security auditing
+       pkgver = 7.95
+       pkgrel = 1
+       url = https://nmap.org/
+       arch = x86_64
+       license = LicenseRef-Nmap-Public-Source-License-Version-0.95
+       depends = gcc-libs
+       depends = glibc
+       depends = libpcap
+       depends = libssh2
+       depends = libssh2.so
+       depends = lua
+       depends = openssl
+       depends = pcre2
+       depends = zlib
+       source = https://nmap.org/dist/nmap-7.95.tar.bz2
+       source = https://nmap.org/dist/sigs/nmap-7.95.tar.bz2.asc
+       validpgpkeys = 436D66AB9A798425FDA0E3F801AF9F036B9355D0
+       sha256sums = 
e14ab530e47b5afd88f1c8a2bac7f89cd8fe6b478e22d255c5b9bddb7a1c5778
+       sha256sums = SKIP
+       b2sums = 
4ab4912468f6c1cf7517090bc94b1bb34e665fe1b3db973e1c7bb2d05cb885545cdf3ca5c7fb548ff0012b800f5dd60ed2f2010fc9fb62ba7d6a28537287193c
+       b2sums = SKIP
+
+pkgname = nmap


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[nmap]
+source = "regex"
+url = "https://nmap.org/dist/";
+regex = "nmap-([0-9\\.]+).tar.bz2"


=====================================
PKGBUILD
=====================================
@@ -4,19 +4,30 @@
 # Contributor: Hugo Doria <h...@archlinux.org>
 
 pkgname=nmap
-pkgver=7.94
-pkgrel=2
+pkgver=7.95
+pkgrel=1
 pkgdesc='Utility for network discovery and security auditing'
 url='https://nmap.org/'
-arch=('x86_64')
-license=('LicenseRef-Nmap-Public-Source-License-Version-0.95')
-depends=('glibc' 'pcre' 'openssl' 'lua' 'libpcap'
-         'libssh2' 'libssh2.so' 'zlib' 'gcc-libs')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";
-        "https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc";)
-sha256sums=('d71be189eec43d7e099bac8571509d316c4577ca79491832ac3e1217bc8f92cc'
+arch=(x86_64)
+license=(LicenseRef-Nmap-Public-Source-License-Version-0.95)
+depends=(
+  gcc-libs
+  glibc
+  libpcap
+  libssh2
+  libssh2.so
+  lua
+  openssl
+  pcre2
+  zlib
+)
+source=(
+  "https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";
+  "https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc";
+)
+sha256sums=('e14ab530e47b5afd88f1c8a2bac7f89cd8fe6b478e22d255c5b9bddb7a1c5778'
             'SKIP')
-b2sums=('5819b458b50e33f6a507ad3c32a731c13e730c40d31a61731c3cfcd41fad8e3fdfcbb721ef46b05a80e406d0a646d0966d4b645551711144822551ef374a443a'
+b2sums=('4ab4912468f6c1cf7517090bc94b1bb34e665fe1b3db973e1c7bb2d05cb885545cdf3ca5c7fb548ff0012b800f5dd60ed2f2010fc9fb62ba7d6a28537287193c'
         'SKIP')
 validpgpkeys=(
   '436D66AB9A798425FDA0E3F801AF9F036B9355D0' # Nmap Project Signing Key 
(http://www.insecure.org/)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nmap/-/compare/281825577c79bbd0f6e516971429d8878b0b0d1c...5202699a7a9a1cce18f927dabf95715d5053ad7a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nmap/-/compare/281825577c79bbd0f6e516971429d8878b0b0d1c...5202699a7a9a1cce18f927dabf95715d5053ad7a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to