summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Woelk2017-07-14 08:39:21 -0500
committerMatt Woelk2017-07-14 08:39:21 -0500
commitbc424834f2ee5e6b2326f78d760cd7df05e9e354 (patch)
treeac6b3a1ae4e0e5353156bc9c6cb81d4fb4d4fc1e
parentbc2c9faaacf11e13515a22032b31f1c912abae04 (diff)
downloadaur-bc424834f2ee5e6b2326f78d760cd7df05e9e354.tar.gz
6.10.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--maintainer_notes.txt18
3 files changed, 23 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1f6c368976f..289f00d9cbb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 22 16:34:42 UTC 2017
+# Fri Jul 14 13:38:45 UTC 2017
pkgbase = nessus
pkgdesc = Vulnerability scanner
- pkgver = 6.10.8
+ pkgver = 6.10.9
pkgrel = 1
url = https://www.nessus.org
install = nessus.install
@@ -12,7 +12,7 @@ pkgbase = nessus
source = nessus.desktop
source = nessus.sh
source = LICENSE
- md5sums = ea16b0857668e51e460def739ead459d
+ md5sums = 2e8a750b50fd803b8fa533dba98d1731
md5sums = 388578bf980efe6e6d3f33fcc289543a
md5sums = 8c5772ac63f97d94475fe03e80d6ba5c
md5sums = 1db6df5a39009ace46c7ee40141ece1b
diff --git a/PKGBUILD b/PKGBUILD
index a928a2ea9c72..5ab89c2ad161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_retoken='.*<div id="timecheck" class="hidden">(\w+)<.*'
pkgname=nessus
-pkgver=6.10.8
+pkgver=6.10.9
pkgrel=1
_filename="${pkgname^}-${pkgver}-fc20.x86_64.rpm"
pkgdesc="Vulnerability scanner"
@@ -33,7 +33,7 @@ source=("${_filename}::${_pkgurl}"
nessus.sh
LICENSE)
-md5sums=('ea16b0857668e51e460def739ead459d'
+md5sums=('2e8a750b50fd803b8fa533dba98d1731'
'388578bf980efe6e6d3f33fcc289543a'
'8c5772ac63f97d94475fe03e80d6ba5c'
'1db6df5a39009ace46c7ee40141ece1b')
diff --git a/maintainer_notes.txt b/maintainer_notes.txt
new file mode 100644
index 000000000000..e85fcf53af2a
--- /dev/null
+++ b/maintainer_notes.txt
@@ -0,0 +1,18 @@
+== Make Package ==
+
+In PKGBUILD, update pkgver to the new nessus version, and update the first md5sums to match
+the one on the website for Fedora.
+
+Then run `mksrcinfo`.
+
+Then edit .SRCINFO, removing the line that was just added about 'source = Nessus-...', but keeping the rest of the changes.
+If we kept that line, we'd be packaging the rpm with the package, but we want it instead to be downloaded.
+(For license reasons, or size reasons, or something...)
+
+Commit and push!
+
+
+== Test Locally ==
+
+You can do this using the `makepkg` command in the directory containing the PKGBUILD file
+`pacman -U /root/Download/packagename.tar.gz`