summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-02-01 10:15:34 +0100
committerNicolas Iooss2020-02-01 10:15:34 +0100
commitfa7dc29ad77ba6c84b7d122a25f82c4ab87d19fb (patch)
treef69589e031e95735b85a10d7e7c0d9deaa397223
parent42d4c8ed3cf131e765632daa6f7517e82f175312 (diff)
downloadaur-fa7dc29ad77ba6c84b7d122a25f82c4ab87d19fb.tar.gz
iproute2-selinux 5.5.0-1 update
-rw-r--r--.SRCINFO14
-rw-r--r--0002-ss-fix-end-of-line-printing.patch39
-rw-r--r--PKGBUILD15
3 files changed, 11 insertions, 57 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c523635ccd7..2547565cfdc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iproute2-selinux
pkgdesc = IP Routing Utilities with SELinux support
- pkgver = 5.4.0
- pkgrel = 2
+ pkgver = 5.5.0
+ pkgrel = 1
url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
arch = x86_64
groups = selinux
@@ -13,7 +13,7 @@ pkgbase = iproute2-selinux
depends = libselinux
optdepends = linux-atm: ATM support
provides = iproute
- provides = iproute2=5.4.0-2
+ provides = iproute2=5.5.0-1
conflicts = iproute2
options = staticlibs
backup = etc/iproute2/ematch_map
@@ -22,15 +22,13 @@ pkgbase = iproute2-selinux
backup = etc/iproute2/rt_realms
backup = etc/iproute2/rt_scopes
backup = etc/iproute2/rt_tables
- source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.4.0.tar.xz
- source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.4.0.tar.sign
+ source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.5.0.tar.xz
+ source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.5.0.tar.sign
source = 0001-make-iproute2-fhs-compliant.patch
- source = 0002-ss-fix-end-of-line-printing.patch
validpgpkeys = 9F6FC345B05BE7E766B83C8F80A77F6095CDE47E
- sha256sums = fe97aa60a0d4c5ac830be18937e18dc3400ca713a33a89ad896ff1e3d46086ae
+ sha256sums = bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c388f7b
sha256sums = SKIP
sha256sums = f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3
- sha256sums = 79cb0378988c7f58c2769a3333bae95b94cbd867c8d88e7331df8f5038d2cc6a
pkgname = iproute2-selinux
diff --git a/0002-ss-fix-end-of-line-printing.patch b/0002-ss-fix-end-of-line-printing.patch
deleted file mode 100644
index 600aeed57f8e..000000000000
--- a/0002-ss-fix-end-of-line-printing.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 9eee92a41ae630b2c9e92ae2875ca56801c96b73 Mon Sep 17 00:00:00 2001
-From: Brian Vazquez <brianvv@google.com>
-Date: Wed, 4 Dec 2019 13:32:28 -0800
-Subject: ss: fix end-of-line printing in misc/ss.c
-
-The previous change to ss to show header broke the printing of
-end-of-line for the last entry.
-
-Tested:
-
-diff <(./ss.old -nltp) <(misc/ss -nltp)
-38c38
-< LISTEN 0 128 [::1]:35417 [::]:* users:(("foo",pid=65254,fd=116))
-\ No newline at end of file
-
-Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
----
- misc/ss.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/misc/ss.c b/misc/ss.c
-index c58e5c4d..95f1d37a 100644
---- a/misc/ss.c
-+++ b/misc/ss.c
-@@ -1290,6 +1290,11 @@ static void render(void)
-
- token = buf_token_next(token);
- }
-+ /* Deal with final end-of-line when the last non-empty field printed
-+ * is not the last field.
-+ */
-+ if (line_started)
-+ printf("\n");
-
- buf_free_all();
- current_field = columns;
---
-cgit 1.2-0.3.lf.el7
-
diff --git a/PKGBUILD b/PKGBUILD
index 537e0140fc19..3ca704d419d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=iproute2-selinux
-pkgver=5.4.0
-pkgrel=2
+pkgver=5.5.0
+pkgrel=1
pkgdesc='IP Routing Utilities with SELinux support'
arch=('x86_64')
license=('GPL2')
@@ -28,12 +28,10 @@ makedepends=('linux-atm')
options=('staticlibs')
validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
source=("https://www.kernel.org/pub/linux/utils/net/${pkgname/-selinux}/${pkgname/-selinux}-${pkgver}.tar."{xz,sign}
- '0001-make-iproute2-fhs-compliant.patch'
- '0002-ss-fix-end-of-line-printing.patch')
-sha256sums=('fe97aa60a0d4c5ac830be18937e18dc3400ca713a33a89ad896ff1e3d46086ae'
+ '0001-make-iproute2-fhs-compliant.patch')
+sha256sums=('bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c388f7b'
'SKIP'
- 'f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3'
- '79cb0378988c7f58c2769a3333bae95b94cbd867c8d88e7331df8f5038d2cc6a')
+ 'f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3')
prepare() {
cd "${srcdir}/${pkgname/-selinux}-${pkgver}"
@@ -41,9 +39,6 @@ prepare() {
# set correct fhs structure
patch -Np1 -i "${srcdir}"/0001-make-iproute2-fhs-compliant.patch
- # ss: fix end-of-line printing
- patch -Np1 -i "${srcdir}"/0002-ss-fix-end-of-line-printing.patch
-
# do not treat warnings as errors
sed -i 's/-Werror//' Makefile