Skip to content

Commit 0da26ce

Browse files
committed
2 parents 773bc9e + d63fb47 commit 0da26ce

File tree

4 files changed

+10
-192
lines changed

4 files changed

+10
-192
lines changed

coreutils-selinux/.SRCINFO

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = coreutils-selinux
22
pkgdesc = The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support
3-
pkgver = 9.6
4-
pkgrel = 4
3+
pkgver = 9.7
4+
pkgrel = 1
55
url = https://www.gnu.org/software/coreutils/
66
arch = x86_64
77
arch = aarch64
@@ -19,18 +19,14 @@ pkgbase = coreutils-selinux
1919
depends = libcap
2020
depends = libselinux
2121
depends = openssl
22-
provides = coreutils=9.6-4
23-
provides = selinux-coreutils=9.6-4
22+
provides = coreutils=9.7-1
23+
provides = selinux-coreutils=9.7-1
2424
conflicts = coreutils
2525
conflicts = selinux-coreutils
26-
source = git+https://git.savannah.gnu.org/git/coreutils.git?signed#tag=v9.6
26+
source = git+https://git.savannah.gnu.org/git/coreutils.git?signed#tag=v9.7
2727
source = git+https://git.savannah.gnu.org/git/gnulib.git
28-
source = coreutils-9.6-fix-ls-crash.patch
29-
source = coreutils-9.6-cat-crash.patch
3028
validpgpkeys = 6C37DC12121A5006BC1DB804DF6FD971306037D9
31-
b2sums = 8d8ee559af5401564314c87e6b2affb670d6de59546b23dab3fa5235d6d3c71f841f91dcb6daf9bf38db25ebc3c21db4f9a536568744fabe3d02bcf9430c90ca
29+
b2sums = 9c18801f93853f6f78919f79ce84256260e9f5fa5f496e73ac8b9e2c66106cdcd808fe971f6c064cf4f9a97aae4dd4afc97126a8ac89b59497557f89a3734bab
3230
b2sums = SKIP
33-
b2sums = d365086f33ffd770c8f457348561ed4120919c84f1bd4126495cd339f85a1fbf99845e1b17032a4ea579a93986f45ad71add1cd997e6a43235852087eac1279d
34-
b2sums = f2d56b36ed9689fc7b879eb2985ad6aaeb8f50e5c1e7ac3b1ae064aad91d06198ea021f98792e7fb50994aa25f37a72edfcae40c59371427d477399327e2a8f1
3531

3632
pkgname = coreutils-selinux

coreutils-selinux/PKGBUILD

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# If you want to help keep it up to date, please open a Pull Request there.
1212

1313
pkgname=coreutils-selinux
14-
pkgver=9.6
15-
pkgrel=4
14+
pkgver=9.7
15+
pkgrel=1
1616
pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support'
1717
arch=('x86_64' 'aarch64')
1818
license=(
@@ -42,16 +42,12 @@ provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
4242
source=(
4343
git+https://git.savannah.gnu.org/git/coreutils.git?signed#tag=v${pkgver}
4444
git+https://git.savannah.gnu.org/git/gnulib.git
45-
${pkgname/-selinux}-9.6-fix-ls-crash.patch # https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=patch;h=915004f403cb25fadb207ddfdbe6a2f43bd44fac
46-
${pkgname/-selinux}-9.6-cat-crash.patch # https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=patch;h=7386c291be8e2de115f2e161886e872429edadd7
4745
)
4846
validpgpkeys=(
4947
6C37DC12121A5006BC1DB804DF6FD971306037D9 # Pádraig Brady
5048
)
51-
b2sums=('8d8ee559af5401564314c87e6b2affb670d6de59546b23dab3fa5235d6d3c71f841f91dcb6daf9bf38db25ebc3c21db4f9a536568744fabe3d02bcf9430c90ca'
52-
'SKIP'
53-
'd365086f33ffd770c8f457348561ed4120919c84f1bd4126495cd339f85a1fbf99845e1b17032a4ea579a93986f45ad71add1cd997e6a43235852087eac1279d'
54-
'f2d56b36ed9689fc7b879eb2985ad6aaeb8f50e5c1e7ac3b1ae064aad91d06198ea021f98792e7fb50994aa25f37a72edfcae40c59371427d477399327e2a8f1')
49+
b2sums=('9c18801f93853f6f78919f79ce84256260e9f5fa5f496e73ac8b9e2c66106cdcd808fe971f6c064cf4f9a97aae4dd4afc97126a8ac89b59497557f89a3734bab'
50+
'SKIP')
5551

5652
prepare() {
5753
cd "${pkgname/-selinux}"

coreutils-selinux/coreutils-9.6-cat-crash.patch

Lines changed: 0 additions & 76 deletions
This file was deleted.

coreutils-selinux/coreutils-9.6-fix-ls-crash.patch

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)