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 2.x development tree branch, next, updated. 89ad036a38e7b1239867922262d7ad49d838397e Date: Wed, 24 May 2017 12:18:01 +0100 Message-ID: <20170524111801.AB46210853C3@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3722598594661117814==" List-Id: --===============3722598594661117814== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 2.x development tree". The branch, next has been updated via 89ad036a38e7b1239867922262d7ad49d838397e (commit) via c7f3f65b9ed2b71c6749ab13c92ac3f30e1badad (commit) from e5c370d0ba7f9d9722905ce9c05033f88c86879c (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 89ad036a38e7b1239867922262d7ad49d838397e Author: Michael Tremer Date: Wed May 24 12:15:01 2017 +0100 make.sh: Build libevent2-compat again I don't know how this disappeared but the package was not built any more. Signed-off-by: Michael Tremer commit c7f3f65b9ed2b71c6749ab13c92ac3f30e1badad Author: Michael Tremer Date: Wed May 24 12:09:54 2017 +0100 Revert "Rootfile update for gdbm" This reverts commit e5c370d0ba7f9d9722905ce9c05033f88c86879c. Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/common/gdbm | 24 ++++++++++-------------- make.sh | 1 + 2 files changed, 11 insertions(+), 14 deletions(-) Difference in files: diff --git a/config/rootfiles/common/gdbm b/config/rootfiles/common/gdbm index 00d3758..90bc8e8 100644 --- a/config/rootfiles/common/gdbm +++ b/config/rootfiles/common/gdbm @@ -1,19 +1,15 @@ -#usr/bin/gdbm_dump -#usr/bin/gdbm_load -#usr/bin/gdbmtool #usr/include/dbm.h #usr/include/gdbm.h #usr/include/ndbm.h +#usr/info/gdbm.info +#usr/lib/libgdbm.a #usr/lib/libgdbm.la -#usr/lib/libgdbm.so -usr/lib/libgdbm.so.4 -usr/lib/libgdbm.so.4.0.0 +usr/lib/libgdbm.so +usr/lib/libgdbm.so.3 +usr/lib/libgdbm.so.3.0.0 +#usr/lib/libgdbm_compat.a #usr/lib/libgdbm_compat.la -#usr/lib/libgdbm_compat.so -usr/lib/libgdbm_compat.so.4 -usr/lib/libgdbm_compat.so.4.0.0 -#usr/share/info/gdbm.info -#usr/share/man/man1/gdbm_dump.1 -#usr/share/man/man1/gdbm_load.1 -#usr/share/man/man1/gdbmtool.1 -#usr/share/man/man3/gdbm.3 +usr/lib/libgdbm_compat.so +usr/lib/libgdbm_compat.so.3 +usr/lib/libgdbm_compat.so.3.0.0 +#usr/man/man3/gdbm.3 diff --git a/make.sh b/make.sh index 4f53e46..19e19a9 100755 --- a/make.sh +++ b/make.sh @@ -494,6 +494,7 @@ buildipfire() { lfsmake2 nettle lfsmake2 libevent lfsmake2 libevent2 + lfsmake2 libevent2-compat lfsmake2 expat lfsmake2 unbound lfsmake2 gnutls hooks/post-receive -- IPFire 2.x development tree --===============3722598594661117814==--