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 80a2765de51ea614cb1e0c770e4e0217ec8d00a0 (commit) from bd61ace39bff5910d0f6a7ab6170ded80a9b0452 (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 80a2765de51ea614cb1e0c770e4e0217ec8d00a0 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed May 13 20:02:36 2020 +0000
core145: add files linked against new libpng, libdb
also bump cups-filters, ghostscript, minidlna and qemu
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/145/filelists/files | 20 ++++++++++++++++++++ lfs/cups-filters | 4 ++-- lfs/ghostscript | 4 ++-- lfs/minidlna | 4 ++-- lfs/qemu | 2 +- 5 files changed, 27 insertions(+), 7 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/145/filelists/files b/config/rootfiles/core/145/filelists/files index 39713eb09..d2f3b50ad 100644 --- a/config/rootfiles/core/145/filelists/files +++ b/config/rootfiles/core/145/filelists/files @@ -17,3 +17,23 @@ usr/sbin/openvpn-metrics var/ipfire/menu.d/70-log.menu var/ipfire/general-functions.pl var/ipfire/graphs.pl +usr/bin/squidGuard +usr/lib/sasl2/libsasldb.so.3.0.0 +usr/lib/perl5/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/DB_File/DB_File.so +usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/BerkeleyDB/BerkeleyDB.so +usr/lib/python2.7/lib-dynload/_bsddb.so +usr/sbin/sasldblistusers2 +usr/sbin/saslpasswd2 +usr/sbin/pluginviewer +usr/bin/rrdcached +usr/bin/pango-view +usr/lib/librrd.so.8.2.1 +usr/lib/libpoppler.so.66.0.0 +usr/lib/libgd.so.2.0.0 +usr/lib/libcairo-gobject.so.2.11600.0 +usr/lib/collectd/rrdtool.so +usr/lib/collectd/rrdcached.so +usr/lib/libcairo.so.2.11600.0 +usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/GD/GD.so +usr/lib/libcairo-script-interpreter.so.2.11600.0 +usr/lib/libpangocairo-1.0.so.0.3000.1 diff --git a/lfs/cups-filters b/lfs/cups-filters index 8acd557af..de862aa92 100644 --- a/lfs/cups-filters +++ b/lfs/cups-filters @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cups-filters -PAK_VER = 2 +PAK_VER = 3
DEPS = cups ghostscript
diff --git a/lfs/ghostscript b/lfs/ghostscript index f1dc55864..7dd32858e 100644 --- a/lfs/ghostscript +++ b/lfs/ghostscript @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ghostscript -PAK_VER = 4 +PAK_VER = 5
DEPS = cups dbus libtiff
diff --git a/lfs/minidlna b/lfs/minidlna index 4402181c2..67ba1f959 100644 --- a/lfs/minidlna +++ b/lfs/minidlna @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = minidlna -PAK_VER = 4 +PAK_VER = 5
DEPS = ffmpeg flac libexif libid3tag libogg
diff --git a/lfs/qemu b/lfs/qemu index 8005a11c9..ec5413b29 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = i586 x86_64 PROG = qemu -PAK_VER = 26 +PAK_VER = 27
DEPS = libusbredir spice libseccomp
hooks/post-receive -- IPFire 2.x development tree