]> git.ipfire.org Git - ipfire-2.x.git/log
ipfire-2.x.git
3 years agocore156: Ship grep
Michael Tremer [Wed, 7 Apr 2021 13:14:01 +0000 (13:14 +0000)] 
core156: Ship grep

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agogrep: Update to 3.6
Adolf Belka [Wed, 7 Apr 2021 10:16:58 +0000 (12:16 +0200)] 
grep: Update to 3.6

- Update from 2.27 to 3.6
- No update of rootfiles required
- Changelog is too long to include here
   Full details can be reviewed in the ChangeLog file in the source tarball
   55 bug fixes implemented between 2.27 and 3.6

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship GMP
Michael Tremer [Wed, 7 Apr 2021 13:13:38 +0000 (13:13 +0000)] 
core156: Ship GMP

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agogmp: Update to 6.2.1
Adolf Belka [Wed, 7 Apr 2021 10:16:19 +0000 (12:16 +0200)] 
gmp: Update to 6.2.1

- Update from 6.2.0 to 6.2.1
- Update of rootfiles
- Changelog
   2020-11-13 Marco Bodrato <bodrato@mail.dm.unipi.it>
* Version 6.2.1 released.
* gmp-h.in (__GNU_MP_VERSION_PATCHLEVEL): Bump version info.
* Makefile.am (LIBGMP_LT_*, LIBGMPXX_LT_*): Bump revision info.
   2020-11-10 Marco Bodrato <bodrato@mail.dm.unipi.it>
* configure.ac (fat_path): Add bd1, goldmont,silvermont for CPUVEC.
* mpn/x86_64/fat/fat.c: Add more CPUs.
* mpn/x86/fat/fat.c: Add more CPUs.
   2020-11-01 Marco Bodrato <bodrato@mail.dm.unipi.it>
* configure.ac: X86_{,64_}PATTERN: GMP_ASM_COFF_TYPE for all ABIs;
* mpn/x86_64/x86_64-defs.m4 (COFF_TYPE): Copy from mpn/x86/x86-defs.m4
as suggested by Jeremy Drake.
* tests/misc/t-locale.c (nl_langinfo): No redefine on __TERMUX__,
spotted by Sanselme and Glisse.
* configure.ac: Consider *-*-msys as *-*-mingw* (except on arm* |
aarch64*), as suggested by Ralph Peterson.
* Makefile.am (EXTRA_DIST): Add mini-gmp/ChangeLog.
   2020-10-30 Marco Bodrato <bodrato@mail.dm.unipi.it>
* tests/mpf/t-get_d_2exp.c: Test also the case zero.
* tests/mpz/t-get_d.c: Likewise.
* tests/mpf/t-trunc.c: Use mpf_size.
* tests/mpf/t-conv.c: Some more tests on zero.
   2020-10-25 Marco Bodrato <bodrato@mail.dm.unipi.it>
* configfsf.guess: Updated to version 2020-10-22, from gnulib.
   2020-10-17 Marco Bodrato <bodrato@mail.dm.unipi.it>
* tests/devel/Makefile.am: Remove redundancies.
* tests/mpz/io.c: Test out-of-range bases for mpz_out_str.
   2020-10-15  Torbjörn Granlund  <tg@gmplib.org>
* configure.ac: Recognise zen3.
* config.guess: Recognise zen3.
   2020-10-14 Marco Bodrato <bodrato@mail.dm.unipi.it>
* doc/gmp.texi (Number sequences): Remove redundancy. (spotted: TonyMcC)
* configfsf.sub: Updated to version 2020-10-13, from gnulib.
* configfsf.guess: Updated to version 2020-09-19, from gnulib.
   2020-10-06  Niels Möller  <nisse@lysator.liu.se>
* Makefile.am: Better support for make check-mini-gmp on wine or cygwin.
   2020-09-22  Torbjörn Granlund  <tg@gmplib.org>
* tests/mpz/t-mul.c: Print GMP_CHECK_FFT.
* longlong.h (x86 umul_ppmm): Fix typo.
   2020-09-21  Torbjörn Granlund  <tg@gmplib.org>
* mpz/n_pow_ui.c: Detect and report overflow.
   2020-07-04  Torbjörn Granlund  <tg@gmplib.org>
* mpn/arm64/bdiv_q_1.asm: Use LEA_HI/LEA_LO
* mpn/arm64/invert_limb.asm: Likewise.
* mpn/arm64/arm64-defs.m4: New file.
* mpn/arm64/darwin.m4: New file.
* configure.ac: Use arm64/arm64-defs.m4 and arm64/darwin.m4.
   2020-06-20  Torbjörn Granlund  <tg@gmplib.org>
* longlong.h (add_sssaaaa arm32/arm64): Generalise allowed operands
when using adds for sub and subs for add, while disallowing 0.
(sub_ddmmss ppc64): Disallow 0 when using addic.  Also disallow
constants for register-only middle addic operand.
(C add_sssaaaa and sub_ddmmss): Use more temps to make operation more
well-defined.
   2020-06-18  Torbjörn Granlund  <tg@gmplib.org>
* tests/devel/gen-test-longlong_h.c: New file.
* tests/devel/Makefile.am: Compile and use gen-test-longlong_h.c.
   2020-06-10  Torbjörn Granlund  <tg@gmplib.org>
* configure.ac: Recognise armcortexa55.
   2020-05-25  Torbjörn Granlund  <tg@gmplib.org>
* tests/cxx/t-assign.cc: Use reference parameter for 'catch'.
* tests/cxx/t-constr.cc: Likewise.
* tests/cxx/t-ops2z.cc: Likewise.
* tests/cxx/t-rand.cc: Likewise.
* tests/cxx/t-do-exceptions-work-at-all-with-this-compiler.cc: Likewise.
* tune/speed.c: Undo 2020-05-24 _POSIX_C_SOURCE change, it breaks on
many broken systems.
* tune/freq.c: Likewise.
* tune/time.c: Likewise.
* tune/tuneup.c: Likewise.
* tests/devel/try.c: Revert 2020-05-24 changes.
   2020-05-21  Torbjörn Granlund  <tg@gmplib.org>
* tune/freq.c (_POSIX_C_SOURCE): Define.
* tune/tuneup.c (print_define_with_speedup): Fall back from snprintf to
sprintf for C90.
(_POSIX_C_SOURCE): Define.
(max_opsize): Set by #define instead of const size_t to please C90.
(n_measurements): Likewise.
(speed_mpn_pre_set_str): Adhere to C90 declaration rules.
* tune/tune-gcd-p.c: Back out 2020-01-10 change to comply to C90.
* tune/time.c (speed_endtime): Cast printf args to right type.
(_POSIX_C_SOURCE): Define.
* tune/speed.h (CACHE_LINE_SIZE): Do #undef before defining.
(SPEED_ROUTINE_MPN_GCD_1): Provide dummy first argument for standard
compliance.
(SPEED_ROUTINE_MPN_HGCD2): Adhere to C90 declaration rules.
* tune/speed.c (main): Cast printf args to right type.
(_POSIX_C_SOURCE): Define.
* tests/mpz/reuse.c: Avoid using non-standard function fileno().
* tests/spinner.c: Likewise.
* tests/mpz/convert.c (str_casecmp): New function.
(main): Use it instead of non-standard strcasecmp.
* tests/misc.c (tests_start): Fall back from snprintf to sprintf for
C90.
* tests/devel/try.c: Avoid getpagesize and use POSIX sysconf instead.
(_POSIX_C_SOURCE): Define.
* mpn/generic/mod_1_1.c: Don't use C++ comments.
* mpn/generic/get_d.c: Add clarifying parens.
   2020-05-18  Torbjörn Granlund  <tg@gmplib.org>
* mpn/generic/toom_interpolate_12pts.c (DO_mpn_addlsh_n): Define only
when needed.
* mpn/generic/toom_interpolate_16pts.c: Likewise.
   2020-05-17 Marco Bodrato <bodrato@mail.dm.unipi.it>
* mpz/cmp.c: Avoid overflow on int even for huge sizes.
* mpq/cmp.c: Likewise.
* mpn/generic/mul_fft.c (mpn_fft_mul_modF_K):
Fully handle carry propagation in basecase multiplication.
   2020-05-16  Torbjörn Granlund  <tg@gmplib.org>
* mpn/generic/hgcd2.c (tabp): Combine several undefined tabp
variable definitions with a macro.
* mpn/generic/gcd_22.c: Avoid C99 constructs.
   2020-05-12  Torbjörn Granlund  <tg@gmplib.org>
* mpn/generic/compute_powtab.c: Avoid C99 constructs.
* mpn/generic/get_str.c: Likewise.
* mpn/generic/set_str.c: Likewise.
* gmp-impl.h (memset): Move ASSERT to before decls.
* tests/refmpn.c: Likewise.
* mpn/generic/hgcd2.c (tabp): Combine several undefined tabp variable
definitions with a macro.
* mpn/generic/strongfibo.c: Avoid defining helper function when unused.
* mpn/generic/dcpi1_bdiv_q.c (mpn_dcpi1_bdiv_q_n_itch): Disable unused
static function.
* mpz/mul.c: Add some {} to suppress warning.
* tests/mpn/t-gcd_11.c: Exit main() properly.
* tests/mpn/t-gcd_22.c: Likewise.
* tests/mpn/t-gcdext_1.c: Likewise.
   2020-04-28  Torbjörn Granlund  <tg@gmplib.org>
* tests/mpz/reuse.c (realloc_if_reducing): New function.
(INVOKE_RRS, etc): Use realloc_if_reducing.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship gettext
Michael Tremer [Wed, 7 Apr 2021 13:13:05 +0000 (13:13 +0000)] 
core156: Ship gettext

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agogettext: Update to 0.21
Adolf Belka [Wed, 7 Apr 2021 10:16:05 +0000 (12:16 +0200)] 
gettext: Update to 0.21

- Update from 0.19.8.1 to 0.21
- Update of rootfiles
- Changelog is too long to include here
   Full details can be found in the ChangeLog file in source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoUpdate translation issues
Michael Tremer [Wed, 7 Apr 2021 13:12:14 +0000 (13:12 +0000)] 
Update translation issues

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agobackup.cgi: New info text for restore
Matthias Fischer [Tue, 6 Apr 2021 16:46:52 +0000 (18:46 +0200)] 
backup.cgi: New info text for restore

This time without bold. ;-)

Altered the info text for restore to make clear that only the addon configs
are restored, not the addons themselves.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibcap: Drop compat library link
Michael Tremer [Wed, 7 Apr 2021 13:11:00 +0000 (13:11 +0000)] 
libcap: Drop compat library link

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibcap: Do not build for Go
Michael Tremer [Wed, 7 Apr 2021 13:09:47 +0000 (13:09 +0000)] 
libcap: Do not build for Go

I think we do not need this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Fix path to style.css
Michael Tremer [Tue, 6 Apr 2021 14:23:41 +0000 (14:23 +0000)] 
core156: Fix path to style.css

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship and reload sysctl.conf
Michael Tremer [Tue, 6 Apr 2021 10:15:00 +0000 (10:15 +0000)] 
core156: Ship and reload sysctl.conf

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosysctl.conf: prevent autoloading of TTY line disciplines
Michael Tremer [Tue, 6 Apr 2021 10:13:38 +0000 (10:13 +0000)] 
sysctl.conf: prevent autoloading of TTY line disciplines

This reverts commit a9d90b1b3f76a76b96a169e91cf3902e4cc0835b.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship even more RRD graph stuff
Michael Tremer [Tue, 6 Apr 2021 10:06:46 +0000 (10:06 +0000)] 
core156: Ship even more RRD graph stuff

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agorrdimage: Switch graphs.pl to the new graph scripts
Leo-Andres Hofmann [Thu, 1 Apr 2021 13:35:16 +0000 (15:35 +0200)] 
rrdimage: Switch graphs.pl to the new graph scripts

"makegraphbox" is modified to remove the old iframe method and output
a modern div container instead.
Graph errors are now returned, to be displayed by getrrdimage.cgi.

entropy.cgi and netovpnsrv.cgi are modified to ensure compatibility.

Add cache control HTTP header to image output.

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship more RRD graph stuff
Michael Tremer [Tue, 6 Apr 2021 10:04:51 +0000 (10:04 +0000)] 
core156: Ship more RRD graph stuff

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agorrdimage: Add CSS and Javascript to ipfire theme
Leo-Andres Hofmann [Thu, 1 Apr 2021 13:35:15 +0000 (15:35 +0200)] 
rrdimage: Add CSS and Javascript to ipfire theme

This patch adds styling for the new graph time range buttons
and loads the Javascript in the HTML head.

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship RRD graph stuff
Michael Tremer [Tue, 6 Apr 2021 10:03:29 +0000 (10:03 +0000)] 
core156: Ship RRD graph stuff

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agorrdimage: Add scripts for new graph display method
Leo-Andres Hofmann [Thu, 1 Apr 2021 13:35:14 +0000 (15:35 +0200)] 
rrdimage: Add scripts for new graph display method

This patch adds two scripts which will later be used to display graphs:

-> getrrdimage.cgi: Generates PNG images for graphs.
Until now, each CGI with embedded graphs had to be able to output
images. These functions are now gathered in this new script.
The additional parameter handling can be removed and the CGIs can
be simplified. This makes it easier to use and output the graphs.

-> rrdimage.js: Interactive Javascript functions
This allows the user to select time ranges without reloading the page.
In addition, the graphs are now periodically updated, allowing users
to live monitor the data.

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship nettle
Michael Tremer [Tue, 6 Apr 2021 09:58:50 +0000 (09:58 +0000)] 
core156: Ship nettle

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship ids.dat
Michael Tremer [Tue, 6 Apr 2021 09:57:28 +0000 (09:57 +0000)] 
core156: Ship ids.dat

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agologs.cgi/ids.dat: Change url to sid documentation site.
Stefan Schantl [Mon, 5 Apr 2021 13:42:48 +0000 (15:42 +0200)] 
logs.cgi/ids.dat: Change url to sid documentation site.

Fixes #12596.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship showrequestfromcountry.dat
Michael Tremer [Tue, 6 Apr 2021 09:56:59 +0000 (09:56 +0000)] 
core156: Ship showrequestfromcountry.dat

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agologs.cgi/showrequestfromcountry.dat: Proper lookup country code.
Stefan Schantl [Mon, 5 Apr 2021 13:36:12 +0000 (15:36 +0200)] 
logs.cgi/showrequestfromcountry.dat: Proper lookup country code.

Seems to be a code fragment has been left while switching to
libloc. Now call the right function from location-functions.pl.

Fixes #12599.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoFix typo in 'de.pl'
Matthias Fischer [Mon, 5 Apr 2021 12:28:00 +0000 (14:28 +0200)] 
Fix typo in 'de.pl'

Triggered by:
https://community.ipfire.org/t/where-can-i-place-a-ticket-with-an-error-in-the-german-wui/5104

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agonettle: Update to 3.7.2
Matthias Fischer [Sun, 4 Apr 2021 08:30:47 +0000 (10:30 +0200)] 
nettle: Update to 3.7.2

For details see:
https://lists.gnu.org/archive/html/info-gnu/2021-03/msg00005.html

"This is a bugfix release, fixing a bug in ECDSA signature
verification that could lead to a denial of service attack
(via an assertion failure) or possibly incorrect results. It
also fixes a few related problems where scalars are required
to be canonically reduced modulo the ECC group order, but in
fact may be slightly larger.

Upgrading to the new version is strongly recommended."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agotcpdump: Update to 4.99.0
Matthias Fischer [Sat, 3 Apr 2021 16:27:13 +0000 (18:27 +0200)] 
tcpdump: Update to 4.99.0

For details see:
https://www.tcpdump.org/tcpdump-changes.txt

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship libpcap
Michael Tremer [Tue, 6 Apr 2021 09:55:21 +0000 (09:55 +0000)] 
core156: Ship libpcap

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibpcap: Update to 1.10.0
Matthias Fischer [Sat, 3 Apr 2021 16:25:50 +0000 (18:25 +0200)] 
libpcap: Update to 1.10.0

For details see:
https://www.tcpdump.org/libpcap-changes.txt

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship libcap
Michael Tremer [Tue, 6 Apr 2021 09:54:29 +0000 (09:54 +0000)] 
core156: Ship libcap

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibcap: Update to 2.49
Matthias Fischer [Sat, 3 Apr 2021 16:23:24 +0000 (18:23 +0200)] 
libcap: Update to 2.49

For details see:
https://git.kernel.org/pub/scm/libs/libcap/libcap.git/

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agopoppler 0.89.0: Update for lfs
Matthias Fischer [Sat, 3 Apr 2021 16:21:41 +0000 (18:21 +0200)] 
poppler 0.89.0: Update for lfs

'cmake 3.20' complained about an "unknown option".

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocmake: Update to 3.20
Matthias Fischer [Sat, 3 Apr 2021 16:18:38 +0000 (18:18 +0200)] 
cmake: Update to 3.20

For details see:
https://cmake.org/cmake/help/v3.20/release/3.20.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agognump3d: Update plugin path
Michael Tremer [Fri, 2 Apr 2021 16:24:09 +0000 (16:24 +0000)] 
gnump3d: Update plugin path

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agotshark: Fixes bug #12598 Correct the non incremented PAK_VER
Adolf Belka [Thu, 1 Apr 2021 17:12:44 +0000 (19:12 +0200)] 
tshark: Fixes bug #12598 Correct the non incremented PAK_VER

- The PAK_VER number was not incremented in patch 3947
- All other addon patches raised by Adolf Belka at that time checked
   and all others have the PAK_VER correctly incremented
- Fixes bug #12598

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Archive-Tar
Michael Tremer [Fri, 2 Apr 2021 16:19:42 +0000 (16:19 +0000)] 
core156: Ship Archive-Tar

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoArchive-Tar: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:33:58 +0000 (18:33 +0200)] 
Archive-Tar: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Archive-Zip
Michael Tremer [Fri, 2 Apr 2021 16:19:15 +0000 (16:19 +0000)] 
core156: Ship Archive-Zip

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoArchive-Zip: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:33:57 +0000 (18:33 +0200)] 
Archive-Zip: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship BerkeleyDB
Michael Tremer [Fri, 2 Apr 2021 16:18:38 +0000 (16:18 +0000)] 
core156: Ship BerkeleyDB

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoBerkeleyDB: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:32:38 +0000 (18:32 +0200)] 
BerkeleyDB: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Compress-Zlib
Michael Tremer [Fri, 2 Apr 2021 16:18:05 +0000 (16:18 +0000)] 
core156: Ship Compress-Zlib

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoCompress-Zlib: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:32:37 +0000 (18:32 +0200)] 
Compress-Zlib: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Convert-TNET
Michael Tremer [Fri, 2 Apr 2021 16:17:15 +0000 (16:17 +0000)] 
core156: Ship Convert-TNET

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoConvert-TNEF: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:32:36 +0000 (18:32 +0200)] 
Convert-TNEF: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Convert-UUlib
Michael Tremer [Fri, 2 Apr 2021 16:16:31 +0000 (16:16 +0000)] 
core156: Ship Convert-UUlib

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoConvert-UUlib: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:32:35 +0000 (18:32 +0200)] 
Convert-UUlib: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Crypt-PasswdMD5
Michael Tremer [Fri, 2 Apr 2021 16:15:53 +0000 (16:15 +0000)] 
core156: Ship Crypt-PasswdMD5

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoCrypt-PasswdMD5: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:32:34 +0000 (18:32 +0200)] 
Crypt-PasswdMD5: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoDigest: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:32:33 +0000 (18:32 +0200)] 
Digest: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Digest-HMAC
Michael Tremer [Fri, 2 Apr 2021 16:14:36 +0000 (16:14 +0000)] 
core156: Ship Digest-HMAC

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoDigest-HMAC: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:32:32 +0000 (18:32 +0200)] 
Digest-HMAC: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Digest-SHA1
Michael Tremer [Fri, 2 Apr 2021 16:13:28 +0000 (16:13 +0000)] 
core156: Ship Digest-SHA1

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoDigest-SHA1: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:32:31 +0000 (18:32 +0200)] 
Digest-SHA1: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship GD-Graph
Michael Tremer [Fri, 2 Apr 2021 16:12:47 +0000 (16:12 +0000)] 
core156: Ship GD-Graph

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoGD-Graph: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:32:30 +0000 (18:32 +0200)] 
GD-Graph: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship GD-TextUtil
Michael Tremer [Fri, 2 Apr 2021 16:12:21 +0000 (16:12 +0000)] 
core156: Ship GD-TextUtil

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoGD-TextUtil: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:32:29 +0000 (18:32 +0200)] 
GD-TextUtil: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship HTML-Parser
Michael Tremer [Fri, 2 Apr 2021 16:11:40 +0000 (16:11 +0000)] 
core156: Ship HTML-Parser

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoHTML-Parser: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:32:00 +0000 (18:32 +0200)] 
HTML-Parser: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship HTML-Tagset
Michael Tremer [Fri, 2 Apr 2021 16:09:33 +0000 (16:09 +0000)] 
core156: Ship HTML-Tagset

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoHTML-Tagset: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:31:46 +0000 (18:31 +0200)] 
HTML-Tagset: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship HTML-Template
Michael Tremer [Fri, 2 Apr 2021 16:08:42 +0000 (16:08 +0000)] 
core156: Ship HTML-Template

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoHTML-Template: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:31:36 +0000 (18:31 +0200)] 
HTML-Template: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship IO-Socket-SSL
Michael Tremer [Fri, 2 Apr 2021 16:07:58 +0000 (16:07 +0000)] 
core156: Ship IO-Socket-SSL

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoIO-Socket-SSL: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:31:26 +0000 (18:31 +0200)] 
IO-Socket-SSL: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship IO-Stringy
Michael Tremer [Fri, 2 Apr 2021 16:07:32 +0000 (16:07 +0000)] 
core156: Ship IO-Stringy

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoIO-Stringy: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:30:58 +0000 (18:30 +0200)] 
IO-Stringy: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship MIME-Tools
Michael Tremer [Fri, 2 Apr 2021 16:07:01 +0000 (16:07 +0000)] 
core156: Ship MIME-Tools

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoMIME-Tools: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:30:46 +0000 (18:30 +0200)] 
MIME-Tools: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Mail-Tools
Michael Tremer [Fri, 2 Apr 2021 16:06:37 +0000 (16:06 +0000)] 
core156: Ship Mail-Tools

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoMail-Tools: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:30:36 +0000 (18:30 +0200)] 
Mail-Tools: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoNet-DNS: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:30:25 +0000 (18:30 +0200)] 
Net-DNS: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Net-IPv4Addr
Michael Tremer [Fri, 2 Apr 2021 16:05:48 +0000 (16:05 +0000)] 
core156: Ship Net-IPv4Addr

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoNet-IPv4Addr: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:30:15 +0000 (18:30 +0200)] 
Net-IPv4Addr: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Net-Server
Michael Tremer [Fri, 2 Apr 2021 16:05:14 +0000 (16:05 +0000)] 
core156: Ship Net-Server

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoNet-Server: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:30:04 +0000 (18:30 +0200)] 
Net-Server: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Net-Telnet
Michael Tremer [Fri, 2 Apr 2021 16:04:17 +0000 (16:04 +0000)] 
core156: Ship Net-Telnet

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoNet-Telnet: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:29:52 +0000 (18:29 +0200)] 
Net-Telnet: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Net_SSLeay
Michael Tremer [Fri, 2 Apr 2021 16:03:47 +0000 (16:03 +0000)] 
core156: Ship Net_SSLeay

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoNet_SSLeay: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:29:41 +0000 (18:29 +0200)] 
Net_SSLeay: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Text-Tabs+Wrap
Michael Tremer [Fri, 2 Apr 2021 16:03:06 +0000 (16:03 +0000)] 
core156: Ship Text-Tabs+Wrap

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoText-Tabs+Wrap: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:29:30 +0000 (18:29 +0200)] 
Text-Tabs+Wrap: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship URI
Michael Tremer [Fri, 2 Apr 2021 16:02:39 +0000 (16:02 +0000)] 
core156: Ship URI

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoURI: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:29:19 +0000 (18:29 +0200)] 
URI: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship Unix-Syslog
Michael Tremer [Fri, 2 Apr 2021 16:02:12 +0000 (16:02 +0000)] 
core156: Ship Unix-Syslog

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoUnix-Syslog: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:29:06 +0000 (18:29 +0200)] 
Unix-Syslog: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship XML-Parser
Michael Tremer [Fri, 2 Apr 2021 16:01:48 +0000 (16:01 +0000)] 
core156: Ship XML-Parser

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoXML-Parser: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:28:50 +0000 (18:28 +0200)] 
XML-Parser: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibloc: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:28:26 +0000 (18:28 +0200)] 
libloc: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship libwww-perl
Michael Tremer [Fri, 2 Apr 2021 16:01:05 +0000 (16:01 +0000)] 
core156: Ship libwww-perl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibwww-perl: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:20:26 +0000 (18:20 +0200)] 
libwww-perl: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship liboping
Michael Tremer [Fri, 2 Apr 2021 16:00:36 +0000 (16:00 +0000)] 
core156: Ship liboping

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoliboping: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:20:27 +0000 (18:20 +0200)] 
liboping: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship perl-Apache-Htpasswd
Michael Tremer [Fri, 2 Apr 2021 15:59:35 +0000 (15:59 +0000)] 
core156: Ship perl-Apache-Htpasswd

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoperl-Apache-Htpasswd: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:20:25 +0000 (18:20 +0200)] 
perl-Apache-Htpasswd: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship perl-CGI
Michael Tremer [Fri, 2 Apr 2021 15:59:07 +0000 (15:59 +0000)] 
core156: Ship perl-CGI

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoperl-CGI: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:20:24 +0000 (18:20 +0200)] 
perl-CGI: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore156: Ship perl-DBD-SQLite
Michael Tremer [Fri, 2 Apr 2021 15:58:32 +0000 (15:58 +0000)] 
core156: Ship perl-DBD-SQLite

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoperl-DBD-SQLite: Update of rootfiles due to perl version update
Adolf Belka [Thu, 1 Apr 2021 16:20:23 +0000 (18:20 +0200)] 
perl-DBD-SQLite: Update of rootfiles due to perl version update

- Update of rootfiles due to perl update from 5.30.0 to 5.32.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>