Commit Graph

16189 Commits

Author SHA1 Message Date
Michael Tremer
0fa56d84b2 core156: Ship libmpc
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-07 13:14:48 +00:00
Adolf Belka
5585b4bba5 libmpc: Update to 1.2.1
- Update from 1.1.0 to 1.2.1
- Update of rootfiles
- Changelog
   Version 1.2.1, "Hyacinthus orientalis", released in October 2020, comes with the following new features:
    Bug fixes:
        Fix an incompatibility problem with GMP 6.0 and before.
        Fix an intermediate overflow in asin.
   Version 1.2.0, "Hyacinthus orientalis", released in August 2020, comes with the following new features:
    Minimally required library version: mpfr 4.1.0
    New functions:
        mpc_sum
        mpc_dot
    Several functions are more robust with a reduced exponent range (for example corresponding to IEEE 754 binary formats).
    New mpcheck tool for comparison with the native C library

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-07 13:14:11 +00:00
Michael Tremer
da198988b0 core156: Ship grep
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-07 13:14:01 +00:00
Adolf Belka
acaf02215c 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>
2021-04-07 13:13:49 +00:00
Michael Tremer
4665298095 core156: Ship GMP
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-07 13:13:38 +00:00
Adolf Belka
2dda3d5e5d 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>
2021-04-07 13:13:18 +00:00
Michael Tremer
9467ea2f46 core156: Ship gettext
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-07 13:13:05 +00:00
Adolf Belka
91ec8b6db1 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>
2021-04-07 13:12:27 +00:00
Michael Tremer
50365e4bb1 Update translation issues
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-07 13:12:14 +00:00
Matthias Fischer
0f6cf6003c 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>
2021-04-07 13:11:51 +00:00
Michael Tremer
aa330a6cf4 libcap: Drop compat library link
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-07 13:11:00 +00:00
Michael Tremer
7f6d6e19c9 libcap: Do not build for Go
I think we do not need this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-07 13:09:47 +00:00
Michael Tremer
0973d01255 core156: Fix path to style.css
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-06 14:23:41 +00:00
Michael Tremer
a912966859 core156: Ship and reload sysctl.conf
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-06 10:15:00 +00:00
Michael Tremer
4d622b7ebe sysctl.conf: prevent autoloading of TTY line disciplines
This reverts commit a9d90b1b3f.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-06 10:13:38 +00:00
Michael Tremer
cc41f7a09b core156: Ship even more RRD graph stuff
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-06 10:06:46 +00:00
Leo-Andres Hofmann
9c6a0ce12d 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>
2021-04-06 10:05:28 +00:00
Michael Tremer
62206605d7 core156: Ship more RRD graph stuff
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-06 10:04:51 +00:00
Leo-Andres Hofmann
9064bc7242 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>
2021-04-06 10:03:44 +00:00
Michael Tremer
4b63a0322d core156: Ship RRD graph stuff
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-06 10:03:29 +00:00
Leo-Andres Hofmann
910f1e8494 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>
2021-04-06 10:01:15 +00:00
Michael Tremer
abd8ff79e6 core156: Ship nettle
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-06 09:58:50 +00:00
Michael Tremer
b62f367317 core156: Ship ids.dat
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-06 09:57:28 +00:00
Stefan Schantl
cdfbef5de7 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>
2021-04-06 09:57:13 +00:00
Michael Tremer
be2be8f0d7 core156: Ship showrequestfromcountry.dat
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-06 09:56:59 +00:00
Stefan Schantl
5ae1188589 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>
2021-04-06 09:56:15 +00:00
Matthias Fischer
33d18031fd 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>
2021-04-06 09:56:06 +00:00
Matthias Fischer
daa75b2f87 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>
2021-04-06 09:55:46 +00:00
Matthias Fischer
4e537e29e9 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>
2021-04-06 09:55:33 +00:00
Michael Tremer
54d4873de0 core156: Ship libpcap
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-06 09:55:21 +00:00
Matthias Fischer
5ce0e24ed4 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>
2021-04-06 09:54:40 +00:00
Michael Tremer
2131d81637 core156: Ship libcap
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-06 09:54:29 +00:00
Matthias Fischer
6fbfe9d771 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>
2021-04-06 09:53:57 +00:00
Matthias Fischer
5abd6d3ea2 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>
2021-04-04 12:27:01 +00:00
Matthias Fischer
001b9d5379 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>
2021-04-04 12:26:51 +00:00
Michael Tremer
8ea513191b gnump3d: Update plugin path
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-02 16:24:09 +00:00
Adolf Belka
bfc342e6dc 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>
2021-04-02 16:19:58 +00:00
Michael Tremer
eb29db5e24 core156: Ship Archive-Tar
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-02 16:19:42 +00:00
Adolf Belka
aaaf29d902 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>
2021-04-02 16:19:28 +00:00
Michael Tremer
1ef6d5f77b core156: Ship Archive-Zip
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-02 16:19:15 +00:00
Adolf Belka
200961ee2a 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>
2021-04-02 16:18:49 +00:00
Michael Tremer
464eb1ae33 core156: Ship BerkeleyDB
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-02 16:18:38 +00:00
Adolf Belka
3031a5be23 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>
2021-04-02 16:18:20 +00:00
Michael Tremer
4da36e0d18 core156: Ship Compress-Zlib
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-02 16:18:05 +00:00
Adolf Belka
b3bfbd52ce 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>
2021-04-02 16:17:50 +00:00
Michael Tremer
52498d1185 core156: Ship Convert-TNET
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-02 16:17:15 +00:00
Adolf Belka
dbc795c413 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>
2021-04-02 16:16:53 +00:00
Michael Tremer
1542fa5752 core156: Ship Convert-UUlib
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-02 16:16:31 +00:00
Adolf Belka
81c1d6c287 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>
2021-04-02 16:16:11 +00:00
Michael Tremer
52e6f6f494 core156: Ship Crypt-PasswdMD5
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-02 16:15:53 +00:00