[arch-commits] Commit in kconfig-hardened-check/repos/community-any (2 files)

Jelle van der Waa jelle at archlinux.org
Sun Jun 20 17:23:11 UTC 2021


    Date: Sunday, June 20, 2021 @ 17:23:11
  Author: jelle
Revision: 966004

archrelease: copy trunk to community-any

Added:
  kconfig-hardened-check/repos/community-any/PKGBUILD
    (from rev 966003, kconfig-hardened-check/trunk/PKGBUILD)
Deleted:
  kconfig-hardened-check/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-20 17:23:06 UTC (rev 966003)
+++ PKGBUILD	2021-06-20 17:23:11 UTC (rev 966004)
@@ -1,22 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=kconfig-hardened-check
-pkgver=0.5.9
-pkgrel=2
-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 python-setuptools)
-source=($pkgname-$pkgver::https://github.com/a13xp0p0v/kconfig-hardened-check/archive/v$pkgver.tar.gz)
-sha256sums=('ffea105f7532fe03ae48f4d0b8c9c0a74f1279a924111214c43f96e1200823ba')
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-}

Copied: kconfig-hardened-check/repos/community-any/PKGBUILD (from rev 966003, kconfig-hardened-check/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-20 17:23:11 UTC (rev 966004)
@@ -0,0 +1,22 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=kconfig-hardened-check
+pkgver=0.5.10
+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 python-setuptools)
+source=($pkgname-$pkgver::https://github.com/a13xp0p0v/kconfig-hardened-check/archive/v$pkgver.tar.gz)
+sha256sums=('f2f0b4399d6d99c091d2351f63d2a576d4211e52c81a7c0d04bb1dd3e16c5bf6')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+}



More information about the arch-commits mailing list