From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 747db4fdcf002ee97c155be7a20429ffc13c613c Date: Sun, 18 Oct 2015 20:02:25 +0200 Message-ID: <20151018180226.7F21A20C5D@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2285980130673272258==" List-Id: --===============2285980130673272258== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 747db4fdcf002ee97c155be7a20429ffc13c613c (commit) via d8966ea942ea2cda9d4b1e731d19390a03243573 (commit) from 61e7253b1ff164dbdb10aac3dda98a0145cfc326 (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 747db4fdcf002ee97c155be7a20429ffc13c613c Author: Stefan Schantl Date: Sun Oct 18 12:40:10 2015 +0200 systemd: Create missing system groups =20 The system groups input and utmp where missing which are required by udevd to proper work. =20 Fixes #10942. =20 Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer commit d8966ea942ea2cda9d4b1e731d19390a03243573 Author: Stefan Schantl Date: Sun Oct 18 01:51:35 2015 +0200 bison: Update to 3.0.4. =20 This is a major update to the latest stable version of bison. =20 A short excerpt of the changelog: =20 Several deprecated features were removed, such as support for YYFAIL, yys= type, yyltype, YYLEX_PARAM, and YYPARSE_PARAM. The user epilogue is no longer a= ffected by internal #defines. The recently-introduced dependency on stdio.h when locations are enabled was removed. Caret errors, as introduced in 2.7, ar= e now activated by default. The "-Werror" option was enhanced, and categorizati= on of warnings and errors was modified. Many other changes and various bugfixes= were made. =20 I also added flex as a build dependency to prevent from errors when runni= ng the testsuite. =20 Fixes #10403. =20 Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: bison/bison.nm | 10 ++++++---- systemd/systemd.nm | 4 +++- 2 files changed, 9 insertions(+), 5 deletions(-) Difference in files: diff --git a/bison/bison.nm b/bison/bison.nm index 8b1a1a9..0a2af3d 100644 --- a/bison/bison.nm +++ b/bison/bison.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D bison -version =3D 2.7.1 +version =3D 3.0.4 release =3D 1 =20 groups =3D Development/Tools @@ -13,14 +13,16 @@ license =3D GPLv2+ summary =3D GNU Bison is a parser generator. =20 description - Bison is a general-purpose parser generator that converts an annotated \ + Bison is a general-purpose parser generator that converts an annotated context-free grammar into an LALR(1) or GLR parser for that grammar. end =20 source_dl =3D http://ftp.gnu.org/gnu/bison/ +sources =3D %{thisapp}.tar.xz =20 build requires + flex >=3D 2.5.37 m4 >=3D 1.4.16 perl end @@ -43,8 +45,8 @@ build mkdir -pv %{BUILDROOT}%{libdir} cd lib install -v liby.so.%{version} %{BUILDROOT}%{libdir}/liby.so.%{version} - ln -vsf liby.so.%{version} %{BUILDROOT}%{libdir}/liby.so.2 - ln -vsf liby.so.2 %{BUILDROOT}%{libdir}/liby.so + ln -vsf liby.so.%{version} %{BUILDROOT}%{libdir}/liby.so.3 + ln -vsf liby.so.3 %{BUILDROOT}%{libdir}/liby.so end end =20 diff --git a/systemd/systemd.nm b/systemd/systemd.nm index 7346c09..0b8e604 100644 --- a/systemd/systemd.nm +++ b/systemd/systemd.nm @@ -5,7 +5,7 @@ =20 name =3D systemd version =3D 221 -release =3D 2 +release =3D 3 =20 maintainer =3D Stefan Schantl groups =3D System/Base @@ -164,6 +164,8 @@ create_groups getent group tape >/dev/null || groupadd -g 33 tape || : getent group dialout >/dev/null || groupadd -g 18 dialout || : getent group floppy >/dev/null || groupadd -g 19 floppy || : + getent group input >/dev/null || groupadd -r input || : + getent group utmp >/dev/null || groupadd -r -g 22 utmp || : =20 # Create group for journald. getent group systemd-journal >/dev/null || /usr/sbin/groupadd -r systemd-jo= urnal hooks/post-receive -- IPFire 3.x development tree --===============2285980130673272258==--