* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 10ae0bfa546c861ebcda815aca96bd681cbc1892
@ 2017-01-12 10:10 git
0 siblings, 0 replies; only message in thread
From: git @ 2017-01-12 10:10 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 4556 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 10ae0bfa546c861ebcda815aca96bd681cbc1892 (commit)
via 7c5ad656cc93952b9825cda01c44825bc9288ba8 (commit)
via e05a599ce60a34c3fc97a2bb1e49b17e5669da76 (commit)
from 06e0bdd3b38e4e79ae95ba8ccdde8412d94e1f77 (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 10ae0bfa546c861ebcda815aca96bd681cbc1892
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Wed Oct 19 12:55:30 2016 +0200
sed: Disable SELinux support
Fixes #11227.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 7c5ad656cc93952b9825cda01c44825bc9288ba8
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Fri Oct 21 08:52:24 2016 +0200
passwd: Update to 0.79
This is a minor update to the lates available version of passwd.
* Add download URL.
* Drop SELinux support.
Fixes #11221.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit e05a599ce60a34c3fc97a2bb1e49b17e5669da76
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Oct 29 15:47:51 2016 +0200
libuser: Drop SELinux support.
Fixes #11211.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
libuser/libuser.nm | 19 +++++++++++++------
passwd/passwd.nm | 9 ++++-----
sed/sed.nm | 6 +-----
3 files changed, 18 insertions(+), 16 deletions(-)
Difference in files:
diff --git a/libuser/libuser.nm b/libuser/libuser.nm
index c0751dc..709d5ea 100644
--- a/libuser/libuser.nm
+++ b/libuser/libuser.nm
@@ -5,7 +5,7 @@
name = libuser
version = 0.62
-release = 1
+release = 2
groups = System/Libraries
url = https://fedorahosted.org/libuser/
@@ -25,23 +25,30 @@ build
requires
cyrus-sasl-devel
glib2-devel
- libselinux-devel
openldap-devel
pam-devel
pkg-config
popt-devel
- python-devel
+ python-devel >= 2.7.12-2
end
+ export LD_LIBRARY_PATH = %{DIR_APP}/lib/.libs
+
configure_options += \
- --sysconfdir=/etc \
- --with-ldap \
- --with-selinux
+ --with-ldap
prepare_cmds
# Little hack that we don't build documentation that requires sgml2html
sed -e "s/^SUBDIRS = .*/SUBDIRS = po/" -i Makefile.in
end
+
+ test
+ # Disable tests which requires a running ldap server.
+ sed -e "s/tests\/default_pw_test//" -i Makefile
+ sed -e "s/tests\/ldap_test//" -i Makefile
+
+ make check
+ end
end
packages
diff --git a/passwd/passwd.nm b/passwd/passwd.nm
index cc1958c..b7c34e0 100644
--- a/passwd/passwd.nm
+++ b/passwd/passwd.nm
@@ -4,8 +4,8 @@
###############################################################################
name = passwd
-version = 0.76
-release = 2
+version = 0.79
+release = 1
groups = System/Base
url = http://fedorahosted.org/passwd
@@ -18,7 +18,7 @@ description
Modules) library.
end
-source_dl =
+source_dl = https://fedorahosted.org/releases/p/a/%{name}/
sources = %{thisapp}.tar.bz2
build
@@ -28,12 +28,11 @@ build
libuser-devel
pam-devel
pkg-config
- libselinux-devel
popt-devel
end
configure_options +=\
- --with-selinux \
+ --without-selinux \
--with-audit \
--disable-static
diff --git a/sed/sed.nm b/sed/sed.nm
index 6f21595..49a44e4 100644
--- a/sed/sed.nm
+++ b/sed/sed.nm
@@ -5,7 +5,7 @@
name = sed
version = 4.2.2
-release = 1
+release = 2
groups = Applications/Text
url = http://sed.sourceforge.net/
@@ -23,10 +23,6 @@ end
source_dl = ftp://ftp.gnu.org/gnu/sed/
build
- requires
- libselinux-devel
- end
-
configure_options += \
--without-included-regex
hooks/post-receive
--
IPFire 3.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-12 10:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-12 10:10 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 10ae0bfa546c861ebcda815aca96bd681cbc1892 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox