[arch-commits] Commit in kconfig-hardened-check/repos/community-any (2 files)
Jelle van der Waa
jelle at archlinux.org
Mon Mar 30 19:05:28 UTC 2020
Date: Monday, March 30, 2020 @ 19:05:27
Author: jelle
Revision: 607112
archrelease: copy trunk to community-any
Added:
kconfig-hardened-check/repos/community-any/PKGBUILD
(from rev 607111, kconfig-hardened-check/trunk/PKGBUILD)
Deleted:
kconfig-hardened-check/repos/community-any/PKGBUILD
----------+
PKGBUILD | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-30 19:02:53 UTC (rev 607111)
+++ PKGBUILD 2020-03-30 19:05:27 UTC (rev 607112)
@@ -1,17 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=kconfig-hardened-check
-pkgver=0.5.3
-pkgrel=1
-pkgdesc='a script for checking the hardening options in the Linux kernel config'
-url="https://github.com/a13xp0p0v/kconfig-hardened-check"
-arch=(any)
-license=(GPL3)
-depends=(python)
-source=($pkgname-$pkgver::https://github.com/a13xp0p0v/kconfig-hardened-check/archive/v$pkgver.tar.gz)
-sha256sums=('850349a13b34ed1d25c46279068ee735cd69d3678ba7d740fea3fba217b2db99')
-
-package() {
- cd $pkgname-$pkgver
- install -Dm755 kconfig-hardened-check.py $pkgdir/usr/bin/kconfig-hardened-check
-}
Copied: kconfig-hardened-check/repos/community-any/PKGBUILD (from rev 607111, kconfig-hardened-check/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-30 19:05:27 UTC (rev 607112)
@@ -0,0 +1,17 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=kconfig-hardened-check
+pkgver=0.5.5
+pkgrel=1
+pkgdesc='a script for checking the hardening options in the Linux kernel config'
+url="https://github.com/a13xp0p0v/kconfig-hardened-check"
+arch=(any)
+license=(GPL3)
+depends=(python)
+source=($pkgname-$pkgver::https://github.com/a13xp0p0v/kconfig-hardened-check/archive/v$pkgver.tar.gz)
+sha256sums=('9d91e5f563dffbe4d08b77998f1cd2e01b6dbfc434b7b4d4de3103f8b14abc68')
+
+package() {
+ cd "$pkgname-$pkgver"
+ install -Dm755 kconfig-hardened-check.py "$pkgdir/usr/bin/kconfig-hardened-check"
+}
More information about the arch-commits
mailing list