Sébastien Luttringer pushed to branch main at Arch Linux / Packaging / Packages
/ lksctp-tools
Commits:
b5ee00da by Sébastien Luttringer at 2024-08-20T19:03:46+02:00
upgpkg: 1.0.20-1
- Security release (fix buffer overflow)
- Fix licenses
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
pkgbase = lksctp-tools
pkgdesc = An implementation of the SCTP protocol
- pkgver = 1.0.19
- pkgrel = 2
+ pkgver = 1.0.20
+ pkgrel = 1
url = https://github.com/sctp/lksctp-tools
arch = x86_64
- license = GPL2
- license = LGPL2.1
+ license = GPL-2.0-or-later
+ license = LGPL-2.1-only
makedepends = git
+ depends = glibc
depends = bash
- source = git+https://github.com/sctp/lksctp-tools.git#tag=v1.0.19
- sha256sums = SKIP
+ source = git+https://github.com/sctp/lksctp-tools.git#tag=v1.0.20
+ sha256sums =
91c118f63d53d00b4f5eae9277aace9d9a52fdee5025ae4789abd675f47388eb
pkgname = lksctp-tools
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
# Contributer: Nicolas Martyanoff <[email protected]>
pkgname=lksctp-tools
-pkgver=1.0.19
-pkgrel=2
+pkgver=1.0.20
+pkgrel=1
pkgdesc='An implementation of the SCTP protocol'
arch=('x86_64')
url='https://github.com/sctp/lksctp-tools'
-license=('GPL2' 'LGPL2.1')
+license=('GPL-2.0-or-later' 'LGPL-2.1-only')
makedepends=('git')
-depends=('bash')
+depends=('glibc' 'bash')
source=("git+https://github.com/sctp/lksctp-tools.git#tag=v$pkgver")
-sha256sums=('SKIP')
+sha256sums=('91c118f63d53d00b4f5eae9277aace9d9a52fdee5025ae4789abd675f47388eb')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lksctp-tools/-/commit/b5ee00da167ad281706000c8bf57e4ca1c584535
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lksctp-tools/-/commit/b5ee00da167ad281706000c8bf57e4ca1c584535
You're receiving this email because of your account on gitlab.archlinux.org.