]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/log
people/pmueller/ipfire-2.x.git
3 years agoMerge remote-tracking branch 'ms/exoscale' into next
Michael Tremer [Tue, 29 Sep 2020 08:22:58 +0000 (08:22 +0000)] 
Merge remote-tracking branch 'ms/exoscale' into next

3 years agocore151: Link to individual rootfiles for boost for each arch
Michael Tremer [Tue, 29 Sep 2020 08:22:32 +0000 (08:22 +0000)] 
core151: Link to individual rootfiles for boost for each arch

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agobinutils: Update to 2.35.1
Michael Tremer [Tue, 29 Sep 2020 08:21:08 +0000 (08:21 +0000)] 
binutils: Update to 2.35.1

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoexoscale: Get SSH key from meta-data API
Michael Tremer [Tue, 29 Sep 2020 08:05:44 +0000 (08:05 +0000)] 
exoscale: Get SSH key from meta-data API

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoboost: Add rootfile for armv5tel
Michael Tremer [Tue, 29 Sep 2020 07:59:46 +0000 (07:59 +0000)] 
boost: Add rootfile for armv5tel

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoqpdf: Link against libatomic on armv5tel
Michael Tremer [Tue, 29 Sep 2020 07:55:38 +0000 (07:55 +0000)] 
qpdf: Link against libatomic on armv5tel

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoShip testsuite of BorgBackup
Jonatan Schlag [Sat, 26 Sep 2020 07:19:58 +0000 (07:19 +0000)] 
Ship testsuite of BorgBackup

BorgBackup seems to need this testsuite on all systems, because it does
some selftests when starting a backup.

Fixes: #12438
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocmake: Update to 3.18.3
Matthias Fischer [Sun, 27 Sep 2020 08:42:01 +0000 (10:42 +0200)] 
cmake: Update to 3.18.3

For details see:
https://cmake.org/cmake/help/v3.18/release/3.18.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosetup: Remove tampering with MAC addresses
Michael Tremer [Sun, 27 Sep 2020 11:19:56 +0000 (11:19 +0000)] 
setup: Remove tampering with MAC addresses

There are NICs with 06: and we cannot simply replace the
first byte of the address.

I have no idea why this hack is needed and I believe we
do not need it at all.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoexoscale: Add cloud setup script
Michael Tremer [Fri, 25 Sep 2020 16:08:46 +0000 (16:08 +0000)] 
exoscale: Add cloud setup script

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocloud-init: Extend to support Exoscale
Michael Tremer [Fri, 25 Sep 2020 10:37:06 +0000 (10:37 +0000)] 
cloud-init: Extend to support Exoscale

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agonetsnmpd: Disable parallel build
Michael Tremer [Fri, 25 Sep 2020 08:41:46 +0000 (08:41 +0000)] 
netsnmpd: Disable parallel build

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoboost: Add rootfile for i586
Michael Tremer [Fri, 25 Sep 2020 08:35:24 +0000 (08:35 +0000)] 
boost: Add rootfile for i586

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoboost: Move x86_64 rootfile to arch subdir
Michael Tremer [Fri, 25 Sep 2020 08:34:57 +0000 (08:34 +0000)] 
boost: Move x86_64 rootfile to arch subdir

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoboost: Update rootfile for aarch64
Michael Tremer [Fri, 25 Sep 2020 08:31:19 +0000 (08:31 +0000)] 
boost: Update rootfile for aarch64

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoUpdate list of contributors
Michael Tremer [Thu, 24 Sep 2020 17:48:27 +0000 (17:48 +0000)] 
Update list of contributors

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoRevert "core151: Ship libloc"
Michael Tremer [Thu, 24 Sep 2020 17:43:10 +0000 (17:43 +0000)] 
Revert "core151: Ship libloc"

This reverts commit 6cfa52d99e19dfcba47c7aca25ce0a38ec4ab25d.

libloc is now being updated in Core Update 150.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoMerge branch 'master' into next
Michael Tremer [Thu, 24 Sep 2020 17:42:41 +0000 (17:42 +0000)] 
Merge branch 'master' into next

3 years agocore150: Ship libloc
Michael Tremer [Thu, 24 Sep 2020 17:41:41 +0000 (17:41 +0000)] 
core150: Ship libloc

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocrontab: Update misleading comment
Michael Tremer [Thu, 24 Sep 2020 15:25:27 +0000 (15:25 +0000)] 
crontab: Update misleading comment

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agofcron: Fix invalid syntax in update-location-database cronjob
Michael Tremer [Thu, 24 Sep 2020 10:08:41 +0000 (10:08 +0000)] 
fcron: Fix invalid syntax in update-location-database cronjob

Fixes: #12484
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibloc: Update rootfile
Michael Tremer [Thu, 24 Sep 2020 17:15:57 +0000 (17:15 +0000)] 
libloc: Update rootfile

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibloc: Update to 0.9.4
Stefan Schantl [Tue, 22 Sep 2020 18:25:09 +0000 (20:25 +0200)] 
libloc: Update to 0.9.4

Also update to the shipped database to 2020-09-21.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoxinetd: Depend on libtirpc
Michael Tremer [Thu, 24 Sep 2020 10:24:56 +0000 (10:24 +0000)] 
xinetd: Depend on libtirpc

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoopenvmtools: Depend on libtirpc
Michael Tremer [Mon, 21 Sep 2020 15:09:20 +0000 (15:09 +0000)] 
openvmtools: Depend on libtirpc

Fixes: #12487
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibloc: Update rootfile
Michael Tremer [Thu, 24 Sep 2020 17:15:57 +0000 (17:15 +0000)] 
libloc: Update rootfile

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocrontab: Update misleading comment
Michael Tremer [Thu, 24 Sep 2020 15:25:27 +0000 (15:25 +0000)] 
crontab: Update misleading comment

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoopenssl: Update to 1.1.1h
Michael Tremer [Thu, 24 Sep 2020 15:05:07 +0000 (15:05 +0000)] 
openssl: Update to 1.1.1h

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoxinetd: Depend on libtirpc
Michael Tremer [Thu, 24 Sep 2020 10:24:56 +0000 (10:24 +0000)] 
xinetd: Depend on libtirpc

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agofcron: Fix invalid syntax in update-location-database cronjob
Michael Tremer [Thu, 24 Sep 2020 10:08:41 +0000 (10:08 +0000)] 
fcron: Fix invalid syntax in update-location-database cronjob

Fixes: #12484
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship libloc
Michael Tremer [Thu, 24 Sep 2020 10:03:39 +0000 (10:03 +0000)] 
core151: Ship libloc

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibloc: Update to 0.9.4
Stefan Schantl [Tue, 22 Sep 2020 18:25:09 +0000 (20:25 +0200)] 
libloc: Update to 0.9.4

Also update to the shipped database to 2020-09-21.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoipinfo.cgi: Allow to display multiple flags.
Stefan Schantl [Tue, 22 Sep 2020 18:25:08 +0000 (20:25 +0200)] 
ipinfo.cgi: Allow to display multiple flags.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Delete Locale::Codes
Michael Tremer [Thu, 24 Sep 2020 10:02:22 +0000 (10:02 +0000)] 
core151: Delete Locale::Codes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoLocale-Country: Drop package.
Stefan Schantl [Tue, 22 Sep 2020 18:25:07 +0000 (20:25 +0200)] 
Locale-Country: Drop package.

All used functions from this module now is done by libloc, so
this package safely can be dropped.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship ipinfo.cgi
Michael Tremer [Thu, 24 Sep 2020 10:00:40 +0000 (10:00 +0000)] 
core151: Ship ipinfo.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoipinfo.cgi: Display network flags of the given addresses.
Stefan Schantl [Tue, 22 Sep 2020 18:25:06 +0000 (20:25 +0200)] 
ipinfo.cgi: Display network flags of the given addresses.

Use the libloc data for gathering and displaying the stored network
flags, like "Anonymous Proxy" for the addresses.

The notice of a flag only will be displayed, if a flag is set for the
network which contains the given address.

Currently this notice text is "hardcoded" in englisch language, because
the entire other content of the page is in Englisch (responses from RIR's)
and also the flag names like "Anonymous Proxy" are only availabe in
English.

IMHO there is no need to to translate the string "This address is marked
as" into different languages, because of the reasons abouve.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship general-functions.pl
Michael Tremer [Thu, 24 Sep 2020 10:00:05 +0000 (10:00 +0000)] 
core151: Ship general-functions.pl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agogeneral-functions.pl: Drop unused use of Locale::Codes::Country.
Stefan Schantl [Tue, 22 Sep 2020 18:25:05 +0000 (20:25 +0200)] 
general-functions.pl: Drop unused use of Locale::Codes::Country.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoguardian: Bump package version
Michael Tremer [Thu, 24 Sep 2020 09:59:33 +0000 (09:59 +0000)] 
guardian: Bump package version

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoguardian.cgi: Drop unused use of Locale::Codes::Country.
Stefan Schantl [Tue, 22 Sep 2020 18:25:04 +0000 (20:25 +0200)] 
guardian.cgi: Drop unused use of Locale::Codes::Country.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agotor: Bump package version
Michael Tremer [Thu, 24 Sep 2020 09:59:09 +0000 (09:59 +0000)] 
tor: Bump package version

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agotor.cgi: Use own location functions.
Stefan Schantl [Tue, 22 Sep 2020 18:25:03 +0000 (20:25 +0200)] 
tor.cgi: Use own location functions.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship country.cgi
Michael Tremer [Thu, 24 Sep 2020 09:58:38 +0000 (09:58 +0000)] 
core151: Ship country.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocountry.cgi: Use own location-functions.
Stefan Schantl [Tue, 22 Sep 2020 18:25:02 +0000 (20:25 +0200)] 
country.cgi: Use own location-functions.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolocation-functions.pl: Add address_has_flag() function.
Stefan Schantl [Tue, 22 Sep 2020 18:25:01 +0000 (20:25 +0200)] 
location-functions.pl: Add address_has_flag() function.

This function can be used to check if a given address has
one of the known flags like "Anonymous Proxy".

If this is true, the mapped special country code will be returned.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolocation-functions.pl: Refactor get_full_country_name() function to use the Location...
Stefan Schantl [Tue, 22 Sep 2020 18:25:00 +0000 (20:25 +0200)] 
location-functions.pl: Refactor get_full_country_name() function to use the Location module.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship location-functions.pl
Michael Tremer [Thu, 24 Sep 2020 09:57:34 +0000 (09:57 +0000)] 
core151: Ship location-functions.pl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolocation-functions.pl: Refactor get_locations() function to use the Location module.
Stefan Schantl [Tue, 22 Sep 2020 18:24:59 +0000 (20:24 +0200)] 
location-functions.pl: Refactor get_locations() function to use the Location module.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship updated IPsec CGI and control binary
Michael Tremer [Mon, 21 Sep 2020 16:02:03 +0000 (16:02 +0000)] 
core151: Ship updated IPsec CGI and control binary

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoIPsec: Bring down connections after reloading configuration
Michael Tremer [Thu, 17 Sep 2020 16:35:21 +0000 (16:35 +0000)] 
IPsec: Bring down connections after reloading configuration

It could happen that the remote peer re-established the connection
before "ipsec reload" removed it from the daemon.

Now, we write the configuration files first, reload them
and then bring down any connections that are still established.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship logwatch
Michael Tremer [Mon, 21 Sep 2020 16:00:46 +0000 (16:00 +0000)] 
core151: Ship logwatch

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agologwatch: Update to 7.5.4
Matthias Fischer [Wed, 16 Sep 2020 18:36:29 +0000 (20:36 +0200)] 
logwatch: Update to 7.5.4

Sorry, there is no changelog available.

For a better overview I moved 'logwatch-7.3.6-date_manip6.patch' to a directory of its own.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoguardian: Bump package version to ship updated translation
Michael Tremer [Mon, 21 Sep 2020 15:59:34 +0000 (15:59 +0000)] 
guardian: Bump package version to ship updated translation

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoguardian: Update french translation
Stéphane Pautrel [Sun, 13 Sep 2020 17:34:08 +0000 (19:34 +0200)] 
guardian: Update french translation

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship lmdb
Michael Tremer [Mon, 21 Sep 2020 15:59:01 +0000 (15:59 +0000)] 
core151: Ship lmdb

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoNew package: lmdb 0.9.24 - required for knot 3.0.0
Matthias Fischer [Sun, 13 Sep 2020 15:04:39 +0000 (17:04 +0200)] 
New package: lmdb 0.9.24 - required for knot 3.0.0

Lightning Memory-mapped Database from symas.

For details see:
https://symas.com/lmdb/

In contrast to the information from the knot documentation
(see: https://www.knot-dns.cz/docs/3.0/html/requirements.html#required-libraries),
this library is no longer included.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoknot: Update to 3.0.0
Matthias Fischer [Sun, 13 Sep 2020 15:04:38 +0000 (17:04 +0200)] 
knot: Update to 3.0.0

For details see:
https://www.knot-dns.cz/2020-09-09-version-300.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship collectd
Michael Tremer [Mon, 21 Sep 2020 15:58:12 +0000 (15:58 +0000)] 
core151: Ship collectd

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocollectd: Link against libip4tc
Michael Tremer [Thu, 10 Sep 2020 20:39:06 +0000 (20:39 +0000)] 
collectd: Link against libip4tc

libiptc is no longer being shipped by iptables and has been split
into a version for IPv4 and IPv6.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship conntrack-tools
Michael Tremer [Mon, 21 Sep 2020 15:56:36 +0000 (15:56 +0000)] 
core151: Ship conntrack-tools

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoconntrack-tools: Update to 1.4.6
Adolf Belka [Mon, 7 Sep 2020 11:48:54 +0000 (13:48 +0200)] 
conntrack-tools: Update to 1.4.6

- Update conntrack-tools from version 1.4.5 to 1.4.6

Supporting request from Peter Müller
Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship libnetfilter_conntrack
Michael Tremer [Mon, 21 Sep 2020 15:55:58 +0000 (15:55 +0000)] 
core151: Ship libnetfilter_conntrack

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibnetfilter_conntrack: Update to 1.0.8
Adolf Belka [Mon, 7 Sep 2020 11:48:36 +0000 (13:48 +0200)] 
libnetfilter_conntrack: Update to 1.0.8

- Update libnetfilter_conntrack from version 1.0.7 to 1.0.8
- No change to rootfiles

Supporting request from Peter Müller
Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship libnetfilter_queue
Michael Tremer [Mon, 21 Sep 2020 15:55:24 +0000 (15:55 +0000)] 
core151: Ship libnetfilter_queue

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibnetfilter_queue: Update to 1.0.5
Adolf Belka [Mon, 7 Sep 2020 11:48:07 +0000 (13:48 +0200)] 
libnetfilter_queue: Update to 1.0.5

- Update libnetfilter_queue from version 1.0.3 to 1.0.5

Supporting request from Peter Müller
Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship iptables
Michael Tremer [Mon, 21 Sep 2020 15:54:44 +0000 (15:54 +0000)] 
core151: Ship iptables

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoiptables: Update to 1.8.5
Adolf Belka [Mon, 7 Sep 2020 11:45:37 +0000 (13:45 +0200)] 
iptables: Update to 1.8.5

- Update iptables from version 1.8.3 to 1.8.5
    See: https://www.netfilter.org/projects/iptables/files/changes-iptables-1.8.5.txt

Supporting request from Peter Müller
Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship knot
Michael Tremer [Mon, 21 Sep 2020 15:53:45 +0000 (15:53 +0000)] 
core151: Ship knot

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoknot: Update to 2.9.6
Matthias Fischer [Sun, 6 Sep 2020 11:44:24 +0000 (13:44 +0200)] 
knot: Update to 2.9.6

For details see:
https://www.knot-dns.cz/2020-08-31-version-296.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoUpdate cmake to 3.18.1
Jonatan Schlag [Sat, 5 Sep 2020 08:30:09 +0000 (08:30 +0000)] 
Update cmake to 3.18.1

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship boost
Michael Tremer [Mon, 21 Sep 2020 15:52:40 +0000 (15:52 +0000)] 
core151: Ship boost

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoUpdate boost to 1.71.0
Jonatan Schlag [Sat, 5 Sep 2020 08:30:08 +0000 (08:30 +0000)] 
Update boost to 1.71.0

I did not update to the current version 1.74.0 because another package
I want to submit do not build with the current version.

I do not think this is a big show stopper because other distributions
are not on the latest version either.

The removed switch do not seem to be availavle in this version anymore.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship strongswan
Michael Tremer [Mon, 21 Sep 2020 15:51:14 +0000 (15:51 +0000)] 
core151: Ship strongswan

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agostrongswan: Update to 5.9.0
Adolf Belka [Wed, 2 Sep 2020 08:36:39 +0000 (10:36 +0200)] 
strongswan: Update to 5.9.0

- Update strongswan from version 5.8.4 to 5.9.0
  see https://wiki.strongswan.org/versions/78

Supporting request from Peter Müller
Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoRootfile update after fresh build
Michael Tremer [Tue, 25 Aug 2020 09:50:40 +0000 (09:50 +0000)] 
Rootfile update after fresh build

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agofoomatic: Drop files that are now provided by cups-filter
Michael Tremer [Tue, 25 Aug 2020 09:50:39 +0000 (09:50 +0000)] 
foomatic: Drop files that are now provided by cups-filter

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocups-filters: Update to 1.27.4
Michael Tremer [Tue, 25 Aug 2020 09:50:38 +0000 (09:50 +0000)] 
cups-filters: Update to 1.27.4

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocups: Update to 2.3.3
Michael Tremer [Tue, 25 Aug 2020 09:50:37 +0000 (09:50 +0000)] 
cups: Update to 2.3.3

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship poppler-data
Michael Tremer [Mon, 21 Sep 2020 15:45:57 +0000 (15:45 +0000)] 
core151: Ship poppler-data

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agopoppler-data: New package
Michael Tremer [Tue, 25 Aug 2020 09:50:36 +0000 (09:50 +0000)] 
poppler-data: New package

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoavahi: Update to 0.8
Michael Tremer [Tue, 25 Aug 2020 09:50:35 +0000 (09:50 +0000)] 
avahi: Update to 0.8

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship poppler
Michael Tremer [Mon, 21 Sep 2020 15:45:17 +0000 (15:45 +0000)] 
core151: Ship poppler

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agopoppler: Update to 0.89.0
Michael Tremer [Tue, 25 Aug 2020 09:50:34 +0000 (09:50 +0000)] 
poppler: Update to 0.89.0

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship lcms2
Michael Tremer [Mon, 21 Sep 2020 15:44:40 +0000 (15:44 +0000)] 
core151: Ship lcms2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolcms2: Update to 2.9
Michael Tremer [Tue, 25 Aug 2020 09:50:33 +0000 (09:50 +0000)] 
lcms2: Update to 2.9

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship qpdf
Michael Tremer [Mon, 21 Sep 2020 15:44:11 +0000 (15:44 +0000)] 
core151: Ship qpdf

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoqpdf: Update to 10.0.1
Michael Tremer [Tue, 25 Aug 2020 09:50:32 +0000 (09:50 +0000)] 
qpdf: Update to 10.0.1

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship openjpeg
Michael Tremer [Mon, 21 Sep 2020 15:43:34 +0000 (15:43 +0000)] 
core151: Ship openjpeg

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoopenjpeg: New package
Michael Tremer [Tue, 25 Aug 2020 09:50:31 +0000 (09:50 +0000)] 
openjpeg: New package

This package adds encoding/decoding JPEG-2000 image files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship freetype
Michael Tremer [Mon, 21 Sep 2020 15:42:53 +0000 (15:42 +0000)] 
core151: Ship freetype

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agofreetype: Update to 2.10.2
Michael Tremer [Tue, 25 Aug 2020 09:50:30 +0000 (09:50 +0000)] 
freetype: Update to 2.10.2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship fontconfig
Michael Tremer [Mon, 21 Sep 2020 15:41:54 +0000 (15:41 +0000)] 
core151: Ship fontconfig

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agofontconfig: update to 2.13.1
Michael Tremer [Tue, 25 Aug 2020 09:50:29 +0000 (09:50 +0000)] 
fontconfig: update to 2.13.1

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship libgcrypt
Michael Tremer [Mon, 21 Sep 2020 15:40:04 +0000 (15:40 +0000)] 
core151: Ship libgcrypt

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibgcrypt: Update to 1.8.6
Matthias Fischer [Wed, 19 Aug 2020 15:57:34 +0000 (17:57 +0200)] 
libgcrypt: Update to 1.8.6

For details see:
https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00001.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship libidn
Michael Tremer [Mon, 21 Sep 2020 15:39:34 +0000 (15:39 +0000)] 
core151: Ship libidn

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibidn: Update to 1.36
Matthias Fischer [Wed, 19 Aug 2020 15:49:11 +0000 (17:49 +0200)] 
libidn: Update to 1.36

For details see:
https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00004.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship updaated pakfire.cgi
Michael Tremer [Mon, 21 Sep 2020 15:34:38 +0000 (15:34 +0000)] 
core151: Ship updaated pakfire.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agopakfire.cgi: Partially fixes Bug #12049
Matthias Fischer [Sat, 18 Jul 2020 12:49:51 +0000 (14:49 +0200)] 
pakfire.cgi: Partially fixes Bug #12049

I added translations for package uninstallation but didn't know how to fix
the missing list of affected dependencies during uninstallation, see:

=> https://forum.ipfire.org/viewtopic.php?f=17&t=21912&p=120466#p120593

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>