summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlberrymage2021-01-21 18:14:36 -0900
committerlberrymage2021-01-21 18:14:36 -0900
commitb94c2b394030caecaf3cf70a1f0c906feacf14b3 (patch)
tree6b0907634b2c7fb528228557dcf4e234ffe98dee
parent1eae1a89afb0323b3ff4b5f9b135c1a65017fc19 (diff)
downloadaur-b94c2b394030caecaf3cf70a1f0c906feacf14b3.tar.gz
Use b2sums instead of md5sums
We all know MD5 has been vulnerable to a myriad of attacks for a long time. Although this package most likely won't be "attacked," it is reasonable to ditch MD5 and migrate to a known secure hash algorithm since MD5 has proven it can no longer accomplish its job effectively. If for no other reason, BLAKE2b is faster than MD5 to compute, so why not switch?
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 467a566cd210..5d931c8a5d4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-linux-gnueabihf-linux-api-headers
pkgdesc = Kernel headers sanitized for use in userspace (arm-linux-gnueabihf)
pkgver = 5.10.9
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/libc
arch = any
license = GPL2
@@ -10,8 +10,8 @@ pkgbase = arm-linux-gnueabihf-linux-api-headers
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.9.tar.sign
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- md5sums = a5e948040f9b4a450bd91244dc673281
- md5sums = SKIP
+ b2sums = faedb4032fd709d3f0089d706232ec0dcfdf3817223aa910112e6cd58bffea20a3127fee407a465fa3b4db1a54050fabd839809c404492820216fadae70885b9
+ b2sums = SKIP
pkgname = arm-linux-gnueabihf-linux-api-headers
diff --git a/PKGBUILD b/PKGBUILD
index 1d482bb4ad75..b2f16d87a8fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,15 +9,15 @@ _target_arch=arm
_target=${_target_arch}-linux-gnueabihf
pkgname=${_target}-linux-api-headers
pkgver=5.10.9
-pkgrel=1
+pkgrel=2
pkgdesc="Kernel headers sanitized for use in userspace (${_target})"
arch=(any)
url='https://www.gnu.org/software/libc'
license=(GPL2)
makedepends=(rsync)
source=(https://www.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.{xz,sign})
-md5sums=('a5e948040f9b4a450bd91244dc673281'
- 'SKIP')
+b2sums=('faedb4032fd709d3f0089d706232ec0dcfdf3817223aa910112e6cd58bffea20a3127fee407a465fa3b4db1a54050fabd839809c404492820216fadae70885b9'
+ 'SKIP')
validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman