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 09b99106962149873a7071931afff75d84fb1ef9 (commit) via c0fc25861ff4ce8acb610e43c191d1d509ae78f8 (commit) via d52b5a4c2274cbc99a1e332cb058f8542a941120 (commit) from 171512b7a76f61669b61d234965570e40f585fee (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 09b99106962149873a7071931afff75d84fb1ef9 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jun 7 11:14:11 2019 +0100
Rootfile update
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit c0fc25861ff4ce8acb610e43c191d1d509ae78f8 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jun 7 11:13:01 2019 +0100
core133: Ship updated knot package
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit d52b5a4c2274cbc99a1e332cb058f8542a941120 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Thu Jun 6 20:30:56 2019 +0200
knot: Update to 2.8.2
For details see: https://www.knot-dns.cz/2019-06-05-version-282.html
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/i586/binutils | 19 ++++++++++--------- .../{oldcore/128 => core/133}/filelists/knot | 0 lfs/knot | 4 ++-- 3 files changed, 12 insertions(+), 11 deletions(-) copy config/rootfiles/{oldcore/128 => core/133}/filelists/knot (100%)
Difference in files: diff --git a/config/rootfiles/common/i586/binutils b/config/rootfiles/common/i586/binutils index 20d8972a8..e82fd907c 100644 --- a/config/rootfiles/common/i586/binutils +++ b/config/rootfiles/common/i586/binutils @@ -16,7 +16,9 @@ usr/bin/strings #usr/bin/strip #usr/include/ansidecl.h #usr/include/bfd.h +#usr/include/bfd_stdint.h #usr/include/bfdlink.h +#usr/include/diagnostics.h #usr/include/dis-asm.h #usr/include/libiberty.h #usr/include/plugin-api.h @@ -154,17 +156,11 @@ usr/bin/strings #usr/lib/ldscripts/elf_x86_64.xu #usr/lib/ldscripts/elf_x86_64.xw #usr/lib/ldscripts/elf_x86_64.xwe -#usr/lib/ldscripts/i386linux.x -#usr/lib/ldscripts/i386linux.xbn -#usr/lib/ldscripts/i386linux.xe -#usr/lib/ldscripts/i386linux.xn -#usr/lib/ldscripts/i386linux.xr -#usr/lib/ldscripts/i386linux.xu -usr/lib/libbfd-2.30.so +usr/lib/libbfd-2.32.so #usr/lib/libbfd.a #usr/lib/libbfd.la #usr/lib/libbfd.so -usr/lib/libopcodes-2.30.so +usr/lib/libopcodes-2.32.so #usr/lib/libopcodes.a #usr/lib/libopcodes.la #usr/lib/libopcodes.so @@ -232,6 +228,10 @@ usr/lib/libopcodes-2.30.so #usr/share/locale/ms/LC_MESSAGES/gprof.mo #usr/share/locale/nl/LC_MESSAGES/gprof.mo #usr/share/locale/nl/LC_MESSAGES/opcodes.mo +#usr/share/locale/pt +#usr/share/locale/pt/LC_MESSAGES +#usr/share/locale/pt/LC_MESSAGES/bfd.mo +#usr/share/locale/pt/LC_MESSAGES/binutils.mo #usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo #usr/share/locale/pt_BR/LC_MESSAGES/ld.mo #usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo @@ -296,7 +296,6 @@ usr/lib/libopcodes-2.30.so #usr/share/man/man1/elfedit.1 #usr/share/man/man1/gprof.1 #usr/share/man/man1/ld.1 -#usr/share/man/man1/nlmconv.1 #usr/share/man/man1/nm.1 #usr/share/man/man1/objcopy.1 #usr/share/man/man1/objdump.1 @@ -307,3 +306,5 @@ usr/lib/libopcodes-2.30.so #usr/share/man/man1/strip.1 #usr/share/man/man1/windmc.1 #usr/share/man/man1/windres.1 +-usr/lib/libbfd-2.30.so +-usr/lib/libopcodes-2.30.so diff --git a/config/rootfiles/core/133/filelists/knot b/config/rootfiles/core/133/filelists/knot new file mode 120000 index 000000000..28e96f878 --- /dev/null +++ b/config/rootfiles/core/133/filelists/knot @@ -0,0 +1 @@ +../../../common/knot \ No newline at end of file diff --git a/lfs/knot b/lfs/knot index 804d3bcc2..be3991689 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@
include Config
-VER = 2.8.1 +VER = 2.8.2
THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 14e67b33ed409f92259dbdbaf0e5ade7 +$(DL_FILE)_MD5 = 7b2e9d44070e0559b13dac575547845b
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree