diff options
author | Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> | 2019-02-02 21:37:56 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-02-02 22:43:29 +0100 |
commit | a8ce0e6b4ebd93aca1b0e56bce73341df8f4bcfc (patch) | |
tree | 1aad031c778874be9a20e9211a70e8b86ca24b0d /package/s6-linux-utils/0001-Include-sys-sysmacros.h-because-glibc-is-glibc.patch | |
parent | 3449c00d2b129d2509418ba9b89a234948e7985a (diff) | |
download | buildroot-a8ce0e6b4ebd93aca1b0e56bce73341df8f4bcfc.tar.gz buildroot-a8ce0e6b4ebd93aca1b0e56bce73341df8f4bcfc.zip |
package/s6-linux-utils: bump to 2.5.0.0
In 2.4.0.2, compilation under glibc 2.28 is fixed (and our local patch can
thus be removed).
While at it, bump to the latest released version 2.5.0.0.
Note: change in COPYING file is only the copyright year.
>From the NEWS file:
"""
In 2.5.0.0
----------
- Optional nsss support.
- s6-devd, s6-uevent-listener, s6-uevent-spawner removed.
In 2.4.0.2
----------
- s6-logwatch rewrite.
- Better portability with old glibc versions.
- s6-uevent-listener and s6-uevent-spawner are marked as deprecated. (The
mdevd package obsoletes them.)
"""
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/s6-linux-utils/0001-Include-sys-sysmacros.h-because-glibc-is-glibc.patch')
-rw-r--r-- | package/s6-linux-utils/0001-Include-sys-sysmacros.h-because-glibc-is-glibc.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/s6-linux-utils/0001-Include-sys-sysmacros.h-because-glibc-is-glibc.patch b/package/s6-linux-utils/0001-Include-sys-sysmacros.h-because-glibc-is-glibc.patch deleted file mode 100644 index ac31394f2b..0000000000 --- a/package/s6-linux-utils/0001-Include-sys-sysmacros.h-because-glibc-is-glibc.patch +++ /dev/null @@ -1,27 +0,0 @@ -From bec661b6f037209c67fc7c9f022ee157c342ade6 Mon Sep 17 00:00:00 2001 -From: Laurent Bercot <ska-skaware@skarnet.org> -Date: Thu, 5 Oct 2017 18:05:00 +0000 -Subject: [PATCH] Include sys/sysmacros.h because glibc is glibc - -Signed-off-by: Baruch Siach <baruch@tkos.co.il> ---- -Upstream status: commit bec661b6f037 - - src/minutils/s6ps_ttycache.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/minutils/s6ps_ttycache.c b/src/minutils/s6ps_ttycache.c -index 7fa4bc09e624..319356044da9 100644 ---- a/src/minutils/s6ps_ttycache.c -+++ b/src/minutils/s6ps_ttycache.c -@@ -7,6 +7,7 @@ - #include <string.h> - #include <stdint.h> - #include <sys/stat.h> -+#include <sys/sysmacros.h> - #include <errno.h> - #include <skalibs/types.h> - #include <skalibs/allreadwrite.h> --- -2.18.0 - |