* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 093faec544fdd5f2201b607a8c0815555868815d
@ 2016-10-13 23:19 git
0 siblings, 0 replies; only message in thread
From: git @ 2016-10-13 23:19 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 7838 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 093faec544fdd5f2201b607a8c0815555868815d (commit)
via 83b38b676a1acee7e89fd79de772c99b5487af78 (commit)
via fadae9ad8554e1758a482b002783ae2849b1fbc3 (commit)
via 1ccb4c07adf6e7bcecceecde1482ee46e70acd22 (commit)
from 63c3f2f085041cd2fc3d93505cc099d29b8002e7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 093faec544fdd5f2201b607a8c0815555868815d
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Thu Oct 13 09:22:38 2016 +0200
lsof: Update to 4.89.
This is an update to the latest available version of lsof.
* Drop support for SELinux.
Fixes #11214.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 83b38b676a1acee7e89fd79de772c99b5487af78
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Wed Oct 5 14:22:54 2016 +0200
e2fsprogs: Update to 1.43.3.
This is a major update to the latest stable version of e2fsprogs.
* Drop SELinux support.
Fixes #11205.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit fadae9ad8554e1758a482b002783ae2849b1fbc3
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Fri Oct 7 15:15:36 2016 +0200
shadow-utils: Update to 4.4.
This is a major update to the latest version of shadow-utils.
* They are now hosted on github.
* Adjust code to not generate manpages or binaries for a certain tools.
* Drop support for SELinux.
Fixes #11228.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 1ccb4c07adf6e7bcecceecde1482ee46e70acd22
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Fri Oct 7 15:17:19 2016 +0200
dbus: Update to 1.11.4
This is a minor update to the latest version of dbus.
* Drop support for SELinux.
Fixes #11203.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
dbus/dbus.nm | 8 ++++----
e2fsprogs/e2fsprogs.nm | 19 +++++++++++++++----
lsof/lsof.nm | 8 ++------
shadow-utils/shadow-utils.nm | 27 ++++++++++++++++++---------
4 files changed, 39 insertions(+), 23 deletions(-)
Difference in files:
diff --git a/dbus/dbus.nm b/dbus/dbus.nm
index ad8a7e6..8b8d304 100644
--- a/dbus/dbus.nm
+++ b/dbus/dbus.nm
@@ -4,7 +4,7 @@
###############################################################################
name = dbus
-version = 1.11.2
+version = 1.11.4
release = 1
maintainer = Stefan Schantl <stefan.schantl(a)ipfire.org>
@@ -23,16 +23,16 @@ source_dl = http://dbus.freedesktop.org/releases/dbus/
build
requires
+ /usr/bin/xsltproc
audit-devel
expat-devel
libcap-ng-devel
- libselinux-devel
- systemd-units
+ systemd-devel
+ xmlto
end
configure_options += \
--enable-libaudit \
- --enable-selinux=yes \
--with-systemdsystemunitdir=%{unitdir} \
--with-dbus-user=dbus
end
diff --git a/e2fsprogs/e2fsprogs.nm b/e2fsprogs/e2fsprogs.nm
index ba95d9d..f140c4f 100644
--- a/e2fsprogs/e2fsprogs.nm
+++ b/e2fsprogs/e2fsprogs.nm
@@ -4,8 +4,8 @@
###############################################################################
name = e2fsprogs
-version = 1.42.13
-release = 2
+version = 1.43.3
+release = 1
groups = System/Filesystems
url = http://e2fsprogs.sourceforge.net/
@@ -23,8 +23,6 @@ source_dl = http://prdownloads.sourceforge.net/%{name}/
build
requires
libblkid-devel
- libselinux-devel
- libsepol-devel
libuuid-devel
psmisc
end
@@ -65,6 +63,19 @@ build
# Create empty mtab file if it does not exist.
[ -e /etc/mtab ] || touch /etc/mtab
+ # Disable failing test to fallocate sparse files and big files on a blockmap fs.
+ #
+ # test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
+ # test_filesys: 13/4096 files (7.7% non-contiguous), 12422/65536 blocks
+ # Exit status is 1
+ #
+ # But the test fails because the Inode 12 and 13 have differnet permissions.
+ # ( 0644 instead of 0666 ).
+ # -Inode: 12 Type: regular Mode: 0666 Flags: 0x0
+ # +Inode: 12 Type: regular Mode: 0644 Flags: 0x0
+ rm -rvf tests/d_fallocate_blkmap
+
+ # Run testsuite.
cd build && make check
end
diff --git a/lsof/lsof.nm b/lsof/lsof.nm
index 6b8a022..6ee9764 100644
--- a/lsof/lsof.nm
+++ b/lsof/lsof.nm
@@ -4,8 +4,8 @@
###############################################################################
name = lsof
-version = 4.85
-release = 2
+version = 4.89
+release = 1
groups = Development/Debuggers
url = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
@@ -21,10 +21,6 @@ end
thisapp = %{name}_%{version}_src
build
- requires
- libselinux-devel
- end
-
export LSOF_CFGL = %{CFLAGS} %{LDFLAGS}
build
diff --git a/shadow-utils/shadow-utils.nm b/shadow-utils/shadow-utils.nm
index 378121e..11dcf28 100644
--- a/shadow-utils/shadow-utils.nm
+++ b/shadow-utils/shadow-utils.nm
@@ -4,13 +4,13 @@
###############################################################################
name = shadow-utils
-version = 4.2.1
-release = 2.1
+version = 4.4
+release = 1
thisapp = shadow-%{version}
maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
groups = System/Base
-url = http://pkg-shadow.alioth.debian.org/
+url = https://github.com/shadow-maint/shadow/
license = GPLv2+
summary = Utilities to deal with user accounts.
@@ -20,37 +20,46 @@ description
format, plus programs for managing user and group accounts.
end
-source_dl = http://pkg-shadow.alioth.debian.org/releases/
-sources = %{thisapp}.tar.xz
+source_dl = https://github.com/shadow-maint/shadow/archive/%{version}.tar.gz#/
build
requires
+ autoconf
+ automake
audit-devel
bison
+ docbook-xsl
flex
+ gettext-devel
gnome-doc-utils
libacl-devel
libattr-devel
libcap-devel
- libselinux-devel
- libsemanage-devel
+ libtool
end
configure_options += \
--enable-shadowgrp \
+ --enable-man \
--with-sha-crypt \
- --with-selinux \
--without-libcrack \
--without-libpam \
--disable-static \
--with-group-name-max-length=32
prepare_cmds
+ autoreconf -vfi
+
# Do not build these files:
for i in nologin chfn chgpasswd chpasswd chsh expiry gpasswd groups login \
logoutd passwd su; do \
+
+ # Do not generate any manpages for them.
+ find man -name Makefile.in -exec sed -i -e "/$i\.[1-9]\.xml/d" {} \;; \
+ find man -name Makefile.in -exec sed -i -e "s/man1\/$i\.1/ /" {} \;; \
+
+ # Do not compile them.
sed -i "s/$i\$(EXEEXT)//" src/Makefile.in; \
- find man -name Makefile.in -exec sed -i "s/$i\.1/ /" {} \;; \
done
sed -i src/Makefile.in \
hooks/post-receive
--
IPFire 3.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-13 23:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-13 23:19 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 093faec544fdd5f2201b607a8c0815555868815d git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox