Commit Graph

16022 Commits

Author SHA1 Message Date
Michael Tremer
39cfa7d72e core156: Ship gawk
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 12:57:56 +00:00
Adolf Belka
1a5e319b5c gawk: Update to 5.1.0
- Update from 4.1.4 to 5.1.0
- Update of rootfile carried out
- Changelog is too long to fit in here.
   Changes for versions 5.0.0 and 5.1.0 can be found in the ChangeLog file
    in the source tarball
   Changes for versions 4.2.0 and 4.2.1 can be found in the ChangeLog.1
    file in the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 12:55:40 +00:00
Michael Tremer
cb85f8b8c8 core156: Ship ed
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 12:55:28 +00:00
Adolf Belka
a71209a343 ed: Update to 1.17
- Update from 0.2 to 1.17
- Update of rootfile carried out
- ed-0.2-mkstemp-1.patch from LFS is no longer required in later versions
   of ed or LFS
- Changelog is a bit too long to add here.
   Full change log can be found by viewing ChangeLog file in tar sourceball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 12:54:50 +00:00
Michael Tremer
799cca48a1 core156: Ship diffutils
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 12:54:35 +00:00
Adolf Belka
dc1917a9aa diffutils: Update to 3.7
- Update from 3.6 to 3.7
- No update of rootfile required
- Changelog
   2018-12-31  Jim Meyering  <meyering@fb.com>
	version 3.7
	* NEWS: Record release date.
	maint: distribute new file, init.cfg
	Otherwise, strip-trailing-cr would fail on a system without valgrind.
	* tests/Makefile.am (EXTRA_DIST): Include init.cfg.
   2018-12-30  Dennis Lambe Jr  <malsyned@malsyned.net>
	diff: adjust ANSI escapes for compatibility with less -R
	GNU less can display ANSI-colored text with the -R flag, but this
	support has some limitations. One of them is that if an escape
	sequence starts on one line and ends on a different line, only the
	first line will be colored in less.
	As a result, when diff creates colored output with multi-line deletes
	or adds, less will only color the first line.
	This change resets ANSI color to the default at the end of
	each line and restarts it at the beginning of the next. It patches
	normal and context mode. Side-by-side already worked in my testing.
	* src/context.c (print_context_label, pr_context_hunk): As above.
	(pr_unidiff_hunk, print_context_header): Likewise.
	* src/normal.c (print_normal_hunk): Likewise.
	* tests/colors: Adjust existing tests to accommodate this.
	* NEWS (Improvements): Mention it.
	Proposed in http://bugs.gnu.org/31105
   2018-12-29  Jim Meyering  <meyering@fb.com>
	tests: fix colors test on systems lacking fractional timestamp support
	* tests/colors: The .NNNNNNNNN suffix is not printed on some systems.
	Adapt the test to accommodate those systems.
	tests: strip-trailing-cr: avoid failure with ASAN
	Valgrind cannot operate on an ASAN-compiled binary.
	* tests/strip-trailing-cr (valgrind): Define as no-op when diff
	was compiled with sanitizer support.
   2018-12-28  Jim Meyering  <meyering@fb.com>
	tests: add test for --strip-trailing-cr UMR bug
	* tests/strip-trailing-cr: New file. Test for today's bug fix.
	* tests/Makefile.am (TESTS): Add it.
	tests: import test infrastructure from coreutils
	* tests/init.cfg: New file, for require_valgrind_ definition (from coreutils).
	* tests/Makefile.am (PATH): Don't set stderr_fileno_ here, since it is
	now initialized in init.cfg.
   2018-12-28  Paul Eggert  <eggert@cs.ucla.edu>
	    Jim Meyering  <jim@meyering.net>
	diff: fix UMR with --strip-trailing-cr
	Problem reported by Hongxu Chen (Bug#31935).
	* src/io.c (prepare_text): Strip trailing CR before
	doing the rest of the analysis.
	* NEWS: Mention the fix.
   2018-12-28  Bruno Haible  <bruno@clisp.org>
	tests: colors: avoid test failure on AIX 7
	* tests/colors: Splice the argument into the printf format string.
   2018-12-27  Bruno Haible  <address@hidden>
	maint: don't use an undocumented Autoconf macro
	* configure.ac: Use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER.
   2018-12-23  Jim Meyering  <meyering@fb.com>
	build: avoid build failure with --enable-gcc-warnings and latest gcc
	* src/diff.c (usage): Assert that each line length is no longer than
	the minimum required size of 4095.  This lets newer gcc (currently
	9.0.0 20181219) infer that it need not issue this warning:
	diff.c:1012:19: error: '%.*s' directive output between 0 and 2147483647
	bytes may exceed minimum required size of 4095
	[-Werror=format-overflow=]
	1012 |        printf ("  %.*s", msglen, msg);
	build: update gnulib to latest; and bootstrap and init.sh
	build: make the autoconf-2.63 requirement explicit
	* configure.ac: AC_PREREQ: Require 2.63, not 2.59. And quote properly.
	Autoconf-2.63 has been required for some time via gnulib.
	This merely makes it explicit.
   2018-12-20  Jim Meyering  <meyering@fb.com>
	maint: use https: in gnu mirror URL prefix, not http
	This appears in the generated release announcement message.
	* cfg.mk (url_dir_list): Use https: prefix, not http:.
   2018-07-24  Paul Eggert  <eggert@cs.ucla.edu>
	cmp: fix bug in -b diagnostic
	Problem reported by mancha (Bug#32249).
	* src/cmp.c (count_newlines): Restore old value of sentinel.
	* tests/cmp: Test for the bug.
	build: update gnulib submodule to latest
   2018-05-14  Paul Eggert  <eggert@cs.ucla.edu>
	doc: prepend "GNU" to NAME in man pages
	Requested by RMS.
	* src/cmp.c, src/diff.c, src/diff3.c, src/sdiff.c:
	Prepend "GNU" to first comment, so that the man page says "GNU".
   2018-04-20  Paul Eggert  <eggert@cs.ucla.edu>
	sdiff: port to mingw
	Problem reported by Ross Burton (Bug#31218).
	* src/sdiff.c (checksigs): Use ‘raise’, not ‘kill’.
   2018-03-23  Paul Eggert  <eggert@cs.ucla.edu>
	build: update gnulib submodule to latest
   2018-01-14  Jim Meyering  <meyering@fb.com>
	tests: fix quoting error in previous change
	* tests/colors: Double-quote $PATH.
   2018-01-06  Jim Meyering  <meyering@fb.com>
	tests: port tests/colors to some env-munging shell
	* tests/colors: Also set PATH="$PATH" in env invocation.
	maint: update gnulib and copyright dates for 2018
	* gnulib: Update to latest.
	* all files: Run "make update-copyright".
	* bootstrap: Update from gnulib.
	maint: suppress gcc's new -Wcast-function-type in gnulib
	* configure.ac (WERROR_CFLAGS): Suppress gcc's new -Wcast-function-type
	warning in gnulib, because it would trigger on this:
	sig-handler.h:47:12: error: cast between incompatible function types\
	  from 'void (* const)(int,  siginfo_t *, void *)' \
	  {aka 'void (* const)(int,  struct <anonymous> *, void *)'} \
	  to 'void (*)(int)' [-Werror=cast-function-type]
	return (sa_handler_t) a->sa_sigaction;
   2017-10-22  Jim Meyering  <meyering@fb.com>
	tests: add expected-failing test for minor subopimality
	In some unusual cases, diff -u prints suboptimal output.
	* tests/large-subopt: New test script.
	* tests/Makefile.am (TESTS): Add it.
	(XFAIL_TESTS): Add it here, too, to record that this test is
	currently expected to fail.
	* tests/large-subopt.in1, tests/large-subopt.in2: Inputs derived from
	those in http://bugs.gnu.org/28796
   2017-09-23  Jim Meyering  <meyering@fb.com>
	gnulib: update to latest
   2017-05-21  Jim Meyering  <meyering@fb.com>
	maint: make the announcement template Cc the devel- list
	* cfg.mk (announcement_Cc_): Define.
	maint: post-release administrivia
	* NEWS: Add header line for next release.
	* .prev-version: Record previous version.
	* cfg.mk (old_NEWS_hash): Auto-update.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 12:54:10 +00:00
Michael Tremer
c8dd8b783e core156: Ship bzip2
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 12:53:36 +00:00
Adolf Belka
d315898acd bzip2: Update to 1.0.8
- Update from 1.0.6 to 1.0.8
- Update of rootfile
- Changelog
   1.0.8 (13 Jul 19)
    * Accept as many selectors as the file format allows.
      This relaxes the fix for CVE-2019-12900 from 1.0.7
      so that bzip2 allows decompression of bz2 files that
      use (too) many selectors again.
    * Fix handling of large (> 4GB) files on Windows.
    * Cleanup of bzdiff and bzgrep scripts so they don't use
      any bash extensions and handle multiple archives correctly.
    * There is now a bz2-files testsuite at
      https://sourceware.org/git/bzip2-tests.git
   1.0.7 (27 Jun 19)
    * Fix undefined behavior in the macros SET_BH, CLEAR_BH, & ISSET_BH
    * bzip2: Fix return value when combining --test,-t and -q.
    * bzip2recover: Fix buffer overflow for large argv[0]
    * bzip2recover: Fix use after free issue with outFile (CVE-2016-3189)
    * Make sure nSelectors is not out of range (CVE-2019-12900)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 12:53:09 +00:00
Adolf Belka
b3c86db7f0 bison: Update to 3.7.6
- Update from 3.7.1 to 3.7.6
- No update of rootfile required
- Changelog is too large to include here
   Full changelog can be viewed in ChangeLog file in the source tarball
    3.7.6  1 bug fix
    3.7.5  4 bug fixes
    3.7.4  2 bug fixes
    3.7.3  2 bug fixes
    3.7.2  6 bug fixes

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 12:53:03 +00:00
Arne Fitzenreiter
99d987bd4a lfs/Config: fix build if MAX_PARALLELISM is lower than one
If you have 2GB RAM the build of dnsdist will fail because MAX_PARALLELISM was
set to zero by RAM/2048 because a bit of RAM is used by the system.

This patch ensure that the lowest PARALLELISM value is 1.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 10:33:19 +00:00
Peter Müller
4e24418705 Tor: update to 0.4.5.7
Full changelog as per https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.4.5.7:

Changes in version 0.4.5.7 - 2021-03-16
  Tor 0.4.5.7 fixes two important denial-of-service bugs in earlier
  versions of Tor.

  One of these vulnerabilities (TROVE-2021-001) would allow an attacker
  who can send directory data to a Tor instance to force that Tor
  instance to consume huge amounts of CPU. This is easiest to exploit
  against authorities, since anybody can upload to them, but directory
  caches could also exploit this vulnerability against relays or clients
  when they download. The other vulnerability (TROVE-2021-002) only
  affects directory authorities, and would allow an attacker to remotely
  crash the authority with an assertion failure. Patches have already
  been provided to the authority operators, to help ensure
  network stability.

  We recommend that everybody upgrade to one of the releases that fixes
  these issues (0.3.5.14, 0.4.4.8, or 0.4.5.7) as they become available
  to you.

  This release also updates our GeoIP data source, and fixes a few
  smaller bugs in earlier releases.

  o Major bugfixes (security, denial of service):
    - Disable the dump_desc() function that we used to dump unparseable
      information to disk. It was called incorrectly in several places,
      in a way that could lead to excessive CPU usage. Fixes bug 40286;
      bugfix on 0.2.2.1-alpha. This bug is also tracked as TROVE-2021-
      001 and CVE-2021-28089.
    - Fix a bug in appending detached signatures to a pending consensus
      document that could be used to crash a directory authority. Fixes
      bug 40316; bugfix on 0.2.2.6-alpha. Tracked as TROVE-2021-002
      and CVE-2021-28090.

  o Minor features (geoip data):
    - We have switched geoip data sources. Previously we shipped IP-to-
      country mappings from Maxmind's GeoLite2, but in 2019 they changed
      their licensing terms, so we were unable to update them after that
      point. We now ship geoip files based on the IPFire Location
      Database instead. (See https://location.ipfire.org/ for more
      information). This release updates our geoip files to match the
      IPFire Location Database as retrieved on 2021/03/12. Closes
      ticket 40224.

  o Minor bugfixes (directory authority):
    - Now that exit relays don't allow exit connections to directory
      authority DirPorts (to prevent network reentry), disable
      authorities' reachability self test on the DirPort. Fixes bug
      40287; bugfix on 0.4.5.5-rc.

  o Minor bugfixes (documentation):
    - Fix a formatting error in the documentation for
      VirtualAddrNetworkIPv6. Fixes bug 40256; bugfix on 0.2.9.4-alpha.

  o Minor bugfixes (Linux, relay):
    - Fix a bug in determining total available system memory that would
      have been triggered if the format of Linux's /proc/meminfo file
      had ever changed to include "MemTotal:" in the middle of a line.
      Fixes bug 40315; bugfix on 0.2.5.4-alpha.

  o Minor bugfixes (metrics port):
    - Fix a BUG() warning on the MetricsPort for an internal missing
      handler. Fixes bug 40295; bugfix on 0.4.5.1-alpha.

  o Minor bugfixes (onion service):
    - Remove a harmless BUG() warning when reloading tor configured with
      onion services. Fixes bug 40334; bugfix on 0.4.5.1-alpha.

  o Minor bugfixes (portability):
    - Fix a non-portable usage of "==" with "test" in the configure
      script. Fixes bug 40298; bugfix on 0.4.5.1-alpha.

  o Minor bugfixes (relay):
    - Remove a spammy log notice falsely claiming that the IPv4/v6
      address was missing. Fixes bug 40300; bugfix on 0.4.5.1-alpha.
    - Do not query the address cache early in the boot process when
      deciding if a relay needs to fetch early directory information
      from an authority. This bug resulted in a relay falsely believing
      it didn't have an address and thus triggering an authority fetch
      at each boot. Related to our fix for 40300.

  o Removed features (mallinfo deprecated):
    - Remove mallinfo() usage entirely. Libc 2.33+ now deprecates it.
      Closes ticket 40309.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 10:31:48 +00:00
Michael Tremer
ad173413e3 core156: Ship suricata
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 10:31:34 +00:00
Matthias Fischer
395513f525 rust: Update to 1.51
For details see:
https://github.com/rust-lang/rust/blob/master/RELEASES.md

Please note: I can only build on Intel 32bit and 64bit, rootfiles for 'aarch64'
and 'armv5tel' are still missing.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 10:30:46 +00:00
Michael Tremer
8ada7e9b51 core156: Ship header.pl
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 10:28:40 +00:00
Leo-Andres Hofmann
9db81dc9d4 header.pl: Hide PPPoE menu item if RED is in IP mode
Fixes: #11342

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 10:28:15 +00:00
Michael Tremer
e3e38ee611 core156: Drop snortupdateutility.js
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 10:27:53 +00:00
Leo-Andres Hofmann
6c958adf2f Remove unused snortupdateutility.js
This script doesn't seem to be maintained or used anywhere anymore.
The last reference to it was removed in commit 1772664.

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Acked-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-29 10:27:23 +00:00
Michael Tremer
9a11c96b8a openssl: Update to 1.1.1k
From https://www.openssl.org/news/secadv/20210325.txt:

OpenSSL Security Advisory [25 March 2021]
=========================================

CA certificate check bypass with X509_V_FLAG_X509_STRICT (CVE-2021-3450)
========================================================================

Severity: High

The X509_V_FLAG_X509_STRICT flag enables additional security checks of the
certificates present in a certificate chain. It is not set by default.

Starting from OpenSSL version 1.1.1h a check to disallow certificates in
the chain that have explicitly encoded elliptic curve parameters was added
as an additional strict check.

An error in the implementation of this check meant that the result of a
previous check to confirm that certificates in the chain are valid CA
certificates was overwritten. This effectively bypasses the check
that non-CA certificates must not be able to issue other certificates.

If a "purpose" has been configured then there is a subsequent opportunity
for checks that the certificate is a valid CA.  All of the named "purpose"
values implemented in libcrypto perform this check.  Therefore, where
a purpose is set the certificate chain will still be rejected even when the
strict flag has been used. A purpose is set by default in libssl client and
server certificate verification routines, but it can be overridden or
removed by an application.

In order to be affected, an application must explicitly set the
X509_V_FLAG_X509_STRICT verification flag and either not set a purpose
for the certificate verification or, in the case of TLS client or server
applications, override the default purpose.

OpenSSL versions 1.1.1h and newer are affected by this issue. Users of these
versions should upgrade to OpenSSL 1.1.1k.

OpenSSL 1.0.2 is not impacted by this issue.

This issue was reported to OpenSSL on 18th March 2021 by Benjamin Kaduk
from Akamai and was discovered by Xiang Ding and others at Akamai. The fix was
developed by Tomáš Mráz.

NULL pointer deref in signature_algorithms processing (CVE-2021-3449)
=====================================================================

Severity: High

An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation
ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits
the signature_algorithms extension (where it was present in the initial
ClientHello), but includes a signature_algorithms_cert extension then a NULL
pointer dereference will result, leading to a crash and a denial of service
attack.

A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which
is the default configuration). OpenSSL TLS clients are not impacted by this
issue.

All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions
should upgrade to OpenSSL 1.1.1k.

OpenSSL 1.0.2 is not impacted by this issue.

This issue was reported to OpenSSL on 17th March 2021 by Nokia. The fix was
developed by Peter Kästle and Samuel Sapalski from Nokia.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-25 14:37:45 +00:00
Michael Tremer
1ac60db42e core156: Ship network-functions.pl
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-25 09:22:42 +00:00
Leo-Andres Hofmann
a2f77069aa zoneconf.cgi: Avoid unnecessary MAC address changes
Ensure that a bridge always has a MAC address configured, to prevent
udev/network-hotplug-bridges assigning random addresses at each start.
Cache previously generated MAC addresses so that they are not
regenerated each time the configuration is saved by the user.

Add more comments to existing code.

Fixes: #12583

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-25 09:21:59 +00:00
Leo-Andres Hofmann
92d8c1f73c network-functions.pl: Add MAC address compare function
Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-25 09:21:39 +00:00
Michael Tremer
5f97b190db sysbench: Disable build on armv5tel
This package ships a bundled version of luajit and concurrency kit.

The latter does not build on this architecture.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-25 09:17:49 +00:00
Michael Tremer
9823fd82e1 Update contributors
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 14:40:03 +00:00
Stéphane Pautrel
b037af96cd Update French translation
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 14:39:09 +00:00
Adolf Belka
7460d07128 perl-Net-SMTP-SSL: Update to 1.04
- Update from 1.02 to 1.04
- Update of rootfile not required
- This is a dependency of git addon package
- Changelog
   1.04    2016-10-09
    - mark this library deprecated, suggest newer Net::SMTP instead
   1.03    2015-06-20
    - $net_smtp_ssl->isa('Net::SMTP') is now true

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:44:44 +00:00
Adolf Belka
81bf7f0683 perl-MIME-Base64: Update to 3.16
- Update from 3.15 to 3.16
- No update of rootfile required
- This a dependency to the git addon package
- Changelog
   2020-09-26
    - Convert the build to Dist::Zilla to ensure we're releasing well built packages
    - Ensure all tests are using strict and warnings (thanks, Nicolas R).
    - Cleanup this change log
    - Add a .mailmap to cleanup our contributors list
    - Use `our` instead of `use vars`
    - Bump the required Perl version to v5.6.2

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:44:39 +00:00
Adolf Belka
5683592675 git: Update to 2.31.0
- Update git from 2.28.0 to 2.31.0
- Updated rootfile
- Changelog
   Nine releases between these two versions so the changes are too many
    to enter here.
   The change logs for each version can be found in the tarball under
    Documentation/RelNotes

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:44:24 +00:00
Michael Tremer
4961dd3c94 core156: Ship crda
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:44:10 +00:00
Adolf Belka
8b11d19d79 crda: Update to 4.14
- Update from 3.18 to 4.14
- No update of rootfile required
- Changelog
   2019-11-12	crda: Makefile: fix .so compilation line with some compilersHEADmaster	Brian Norris
   2018-11-21	README: add legacy notice	Luis Chamberlain
   2018-11-21	crda: add URLs to README	Xose Vazquez Perez
   2018-11-21	crda: be explicit about file permission on install	Luis Chamberlain
   2018-04-28	reglib: properly ident code on reglib_is_valid_rd()	Luis R. Rodriguez
   2018-01-05	crda: Fix error: `keys’ defined but not usedv4.14	Jelle van der Waa

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:43:52 +00:00
Adolf Belka
8b7c93ca3e libstatgrab: Update to 0.92
- Update from 0.91 to 0.92
- Update of rootfile
- Changelog
   2019-07-16  Tim Bishop  <tim@bishnet.net>
      Fix build/install of manpages.
      This defaults to attempting to install manpages, unless --disable-man is
      given to stop it. It defaults to not building the manpages, unless it
      finds docbook2man to build them with.
      So for users of the release tarball this will install the manual pages
      from the tarball, unless requested not to.
      For users of the git repository it will error if they don't have
      docbook2man, unless they choose to disable manual pages. I think this is
      reasonable because docbook2man is a required tool for build from source.
    Files affected:
      configure.ac
      docs/libstatgrab/Makefile.am
      docs/saidar/Makefile.am
      docs/statgrab/Makefile.am
   2019-07-15  Tim Bishop  <tim@bishnet.net>
      Allow version to be overridden.
      By default, it still uses the short version of the commit reference.
      This is most useful for normal CI builds so you can easily see which
      commit a tarball is made from. But when testing for a release one might
      want to specify the version explicitly, so this can now be overridden by
      manually triggering a build and setting LSG_VERSION (eg. 0.92).
    Files affected:
      .gitlab-ci.yml

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:43:44 +00:00
Adolf Belka
ffa561be7b mcelog: Update to version 175
- Update from versom version 135 to 175
- Updated rootfile
- Changelog
   40 updates between the previous version and current version (5 years)
   Changelog is just the list of commits in the git repository - too much
    to include here.
   https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git/log/

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:43:34 +00:00
Adolf Belka
ca81153591 rpcbind: Update to 1.2.5
- Update from 0.2.3 to 1.2.5
- rpcbind-0.2.3-tirpc_fix-1.patch no longer needed as changes are now
   included in the tarball
- Updated rootfile
- Dependency of nfs addon package
- Changelog
   Too many lines to put in here
   Full change logs for 0.2.4 and 1.2.5 can be found at
    https://sourceforge.net/projects/rpcbind/files/rpcbind/
   No bug fixes in 0.2.4
   One bug fix in 1.2.5
    Author: Steve Dickson <steved@redhat.com>
    Date:   Sat Dec 16 15:31:21 2017 -0500
      rpcbind.service: Not pulling the rpcbind.target
      According to systemd.special(7) manpage:
      rpcbind.target
        The portmapper/rpcbind pulls in this target and orders itself
        before it, to indicate its availability. systemd automatically
        adds dependencies of type After= for this target unit to
        all SysV init script service units with an LSB header
        referring to the "$portmap" facility.
      Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1431574

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:43:23 +00:00
Adolf Belka
da442f3c53 libtirpc: Update to 1.3.1
- Update from 1.0.2 to 1.3.1
- libtirpc-1.0.2-glibc-2.26.patch no longer needed as changes are now
   included in the tarball
- Updated rootfile
- Dependency of rpcbind addon which is a dependency for the nfs addon
- Changelog
   No changelog file provided anymore. Only git commits available
   See http://git.linux-nfs.org/?p=steved/libtirpc.git;a=log for details

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:42:41 +00:00
Adolf Belka
0a1bbb49e2 libnfsidmap: Update to 0.27
- Update from 0.26 to 0.27
- Update to rootfile not required
- Dependency of nfs addon
- Changelog
   Too many lines to put whole log here. Full change log can be viewed at
    https://fedorapeople.org/~steved/libnfsidmap/0.27/
   One bux fix
    Author: Steve Dickson <steved@redhat.com>
    Date:   Fri Sep 2 10:07:52 2016 -0400
      libnfsidmap: Make sure __res_querydomain is resolvable
      Fail the build when __res_querydomain is not resolvable
       Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1372136

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:42:33 +00:00
Adolf Belka
0422f3fc52 nfs: Update to 2.5.3
- Update from 2.5.1 to 2.5.3
- No update to rootfile required
- Changelog
   Changelog for each version has around 500 lines so there is too much to
    put here. The full change logs for each version can be found at
    https://sourceforge.net/projects/nfs/files/nfs-utils/
   Two bug fixes in 2.5.2 and four in 2.5.3 as follows
    Author: Steve Dickson <steved@redhat.com>
    Date:   Tue Feb 2 11:02:47 2021 -0500
      mount: fix parsing of default options
      A recent patch to change configfile.c to use parse_opt.c contained code
      which was intended to remove all "default*" options from the list before
      that could be passed to the kernel.  This code didn't work, so default*
      options WERE passed to the kernel, and the kernel complained and failed
      the mount attempt.
      A more recent patch attempted to fix this by not including the
      "default*" options in the option list at all.  This resulting in
      global-default defaults over-riding per-mount or per-server defaults.
      This patch reverse the "more recent" patch, and fixes the original patch
      by providing correct code to remove all "default*" options before the
      kernel can see them.
       Fixes: 88c22f924f1b ("mount: convert configfile.c to use parse_opt.c")
       Fixes: 8142542bda28 ("mount: parse default values correctly")
    Author: Steve Dickson <steved@redhat.com>
    Date:   Wed Jan 6 13:12:12 2021 -0500
      mount: parse default values correctly
      Commit 88c22f92 converted the configfile.c routines
      to use the parse_opt interfaces which broke how
      default values from nfsmount.conf are managed.
      Default values can not be added to the mount string
      handed to the kernel. They must be interpreted into
      the correct mount options then passed to the kernel.
       Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1912877
    Author: Steve Dickson <steved@redhat.com>
    Date:   Mon Nov 9 14:34:15 2020 -0500
      nfs-v4client.target: NFSv4 only client target.
      To allow v4 only clients, create an systemd
      nfs-client target that does not "Wants" a
      rpc-statd notify
       Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1886634
    Author: Steve Dickson <steved@redhat.com>
    Date:   Fri Sep 4 14:15:53 2020 -0400
      rpc.idmapd: Do not free config variables
      Commit 93e8f092e added a conf_cleanup() call to clean
      up memory after the config file was parsed. It turns
      out that memory still needed and it is not very much
      so the call is removed.
       Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1873965
    Author: Steve Dickson <steved@redhat.com>
    Date:   Wed Aug 5 14:59:23 2020 -0400
      rpc.idmapd: Turn down the verbosity in flush_inotify()
      Commit 27a8e146 introduce a debugging message
      that was not cover by a check if verbose
      is set, which cause a large number of message
      to be logged on every kerberos mount
       Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1867172

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:42:26 +00:00
Adolf Belka
79ee597553 parted: Update to 3.4
- Update from 3.2 to 3.4
- Updated rootfile
- parted-3.2-device-mapper.patch and parted-3.2-sysmacros.patch are no
   longer needed as changes are now included in the tarball
- Changelog is too large to put in here.
   11 bug fixes included in logs
   Full changelog can be viewed in the tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:42:07 +00:00
Adolf Belka
10b0533ce0 pigz: Update to 2.6
- Update from 2.3.1 to 2.6
- Update of rootfile not required
- Changelog
   There is no changelog in the tarball. The recommended source for the
    changes are the commits on the git repository
    https://github.com/madler/pigz/commits/

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:41:56 +00:00
Adolf Belka
1f9144f8d0 strace: Update to 5.11
- Update from 5.10 to 5.11
- No update of rootfile required
- Changelog is too long to put in here (several thousand lines)
   Full change log can be reviewed in the tarball.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:41:50 +00:00
Adolf Belka
ed04642b5d perl-File-Tail: Update to 1.3
- Update from 0.99.3 to 1.3
- No update required to rootfile
- perl-File-Tail is a dependency of the swatch addon
- Changelog
   1.0     Actually just two minor bug fixes (one of them in a test), but I no
           longer see a point in not having a 1.0 version.
   1.1     Lee Duncan drew my attention to Stephan Muller's fixes for Windows compatibility
           Changed the use of the system's mv command to using File::Copy in the
           tests. (Steffen Mueller)
           Added machine-readable license statement to Makefile.PL and thus
           META.yml (Steffen Mueller)
           The sixth test in 10/open.t is skipped on win32 because you can't just
           move files around that are opened. (Steffen Mueller)
           Due to using sysread and friends, there were newline problems on win32.
           That should be fixed now. (Steffen Mueller)
   1.2     Break the infinite loop that can result when the average length of lines
           causes the attempt to fill the tail buffer to fill with the exact same
           or even smaller number of lines.
   1.3     Fix for a stupid bug in 1.2 (GFILATOV, Slaven_Rezic)
           Added a warning for use of debug in a non-debug version of File::Tail
           Shows a warning when maxbuf is set to a too-small value
           Invoking name_changes callback changes the value of input attribute (sottile@ix.netcom.com)
           When deciding to reopen the file, check if the inode matches (that would mean it has not
            been ranamed)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:41:41 +00:00
Adolf Belka
fc2a771c97 perl-Date-Manip: Update to 6.85
- Update from 6.40 to 6.85
- Updated rootfile
- perl-Date-Manip is a dependency of the swatch addon
- Changelog is too long to include here
   Full changelog can be viewed in tarball
    Approximately 31 bug fixes in the 36 releases between 6.40 and 6.85

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:41:31 +00:00
Adolf Belka
1746f6a19a perl-Date-Calc: Update to 6.4
- Update from 6.3 to 6.4
- Update of rootfile not required
- perl-Date-Calc is a dependency of the swatch addon
- Changelog
   Version 6.4   07.03.2015
    +  Fixed t/f016.t, t/f027.t and t/f028.t which started failing on 01/01/2015
    +  Fixed t/f035.t which gave a warning "Unescaped left brace in regex is deprecated"
       with Perl 5.21.x

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:41:27 +00:00
Adolf Belka
dbcf1a03da perl-Carp-Clan: Update to 6.08
- Update from 6.04 to 6.08
- Updated rootfile
- perl-Carp-Clan is a dependency of the swatch addon
- Changelog
   6.08      2019-09-14 17:09:41Z
    - fix warning in bad test (thanks, Todd Rinaldo - RT#130494)
    - speed up code that was accomodating ancient perl versions that are no
      longer supported
   6.07      2018-12-02 21:44:55Z
    - declared test prerequisites in the proper phase (RT#125288)
    - modernized distribution tooling
   6.06      2016-05-29
    - Avoid failure due to version self-check in 20pre560.t
      This test seems like a footgun for release management reasons, but apprently
      I wasn't quite as careful as I tried to be in keeping the last release minimal.
   6.05      2016-05-29
    - Patch tests failing due to 5.25.1+'s deprecated unquoted { } in regex.
      (RT #114537)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:41:20 +00:00
Adolf Belka
e352fc1647 swatch: Update to 3.2.4
- Update from 3.2.3 to 3.2.4
- Updated rootfile
- Changelog
   There is no changelog in sourceforge for this package
   The changelog in the tarball has the last entry for 2008
   Found this url https://fossies.org/diffs/swatchdog/3.2.3_vs_3.2.4/lib/Swatch/Actions.pm-diff.html
    which indicates that all changes are only related to change of name from
    swatch to swatchdog

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:40:44 +00:00
Adolf Belka
3fbe85e711 swig: Update to 4.0.2
- Update from 3.0.12 to 4.0.2
- Updated rootfile
- Changelog is too large to include here
   Full chagelog can be found in the tarball in CHANGES and CHANGES.current
    Large number of bugs fixed in the two versions between 3.0.12 and 4.0.2

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:40:15 +00:00
Adolf Belka
adcc5193fb sysbench: Update to 1.0.20
- Update from 0.4.12 to 1.0.20
- Updated rootfile
- Changelog
    2020-04-24  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.20
	* build/CI/packaging: Add arm64 to Travis CI matrix (#358)
	* build/CI/packaging: add Ubuntu Focal
	* build/CI/packaging: remove Fedora Rawhide from CI matrix
	* build/CI/packaging: fix regression tests to work with MySQL 8.0.19+
	* build/CI/packaging: fix macOS builds in Travis
	* build/CI/packaging: remove Ubuntu Disco (EOL)
    2019-12-08  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.19
	* build/CI/packaging: fix Ubuntu packaging for Bionic and later versions
	* regression tests: compatibility fix for PostgreSQL 12
	* build/CI/packaging: fix macOs builds in Travis
	* build/CI/packaging: add Fedora 31.
    2019-10-21  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.18
	* build/CI/packaging: add Ubuntu Eoan.
	* build/CI/packaging: remove Ubuntu Cosmic (EOL).
	* build/CI/packaging: add CentOS 8.
	* build/CI/packaging: add Ubuntu Disco.
	* build/CI/packaging: remove Ubuntu Trusty (EOL).
	* build/CI/packaging: remove Fedora 28 (EOL).
	* build/CI/packaging: add Fedora 30.
	* build/CI/packaging: cherry-pick fix for LuaJIT/LuaJIT#484 to
	fix builds on macOS Mojave.
	* build/CI/packaging: add Debian Buster
    2019-03-15  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.17
	* build/CI/packaging: update RPM spec to support RHEL8-beta
	(thanks to Alexey Bychko for the patch)
	* regression tests: remove unnecessary error leading to opt_rate.t instability.
	* --rate mode: return a non-zero exit code on event queue
	overflow.
	* --rate mode: fix a bogus error about eventgen thread termination
    2018-12-16  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.16
	* build/CI/packaging: add Ubuntu Cosmic.
	* build/CI/packaging: add Fedora 29.
	* build/CI/packaging: remove Fedora 27 (EOL).
	* SQL API: fix GH-282 (Mysql's fetch_row() is broken)
	* --rate mode: fix latency stats skew on low rates
	* Lua: Add /usr/share/lua/5.1 to LUA_PATH and /usr/lib/lua/5.1
	to LUA_CPATH.
	* build/CI/packaging: add -Wvla to default compiler flags.
	* build/CI/packaging: fix debian/changelog format
	* build/CI/packaging: fix buildpack.sh to not push multiple file
	types to packagecloud.
	* build/CI/packaging: add libaio-dev to Debian/Ubuntu build
	dependencies.
    2018-07-03  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.15
	* CI/build/packaging: add Fedora 28
	* CI/build/packaging: add Ubuntu Bionic
	* CI/build/packaging: remove Fedora 26 (EOL)
	* CI/build/packaging: remove Debian Wheezy (EOL)
	* fileio: fix GH-229 (--file-fsync-freq=0 seems to prevent
	fsync() at the end of the test)
	* command line: improve parsing of boolean command line options
	* tests: fix GH-220 (Testsuite api_sql_mysql.t failed ...)
	* tests: fix GH-223 (test failure on ppc64)
	* tests: fix opt_help.t to pass when the binary is not
	configured with MySQL support
	* MySQL driver: use it by default in DB benchmarks
    2018-04-01  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.14
	* reports: fix JSON stats reporter to produce valid JSON
	(GH-195)
	* Lua SQL API: don't crash when query_row() is called with a
	SELECT returning empty result set
	* Lua SQL API: don't crash when bulk insert API calls are used
	out of order
	* regression tests: make PostgreSQL tests compatible with the
	new dump format introduced in 10.3
	* regression tests: minor stability and coverage improvements
    2018-02-17  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.13
	* remove Ubuntu Zesty from CI/build/packaging matrices (EOL)
	* minor cleanups in build scripts
	* improve report formatting for long latency values
	* fileio: --file-extra-flags now accepts a list of flags rather
	than just a single value
	* OLTP: re-prepare prepared statements after reconnects, i.e. in
	cases when a server connection is lost and sysbench is
	configured to ignore such errors
    2018-01-17  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.12
	* improve --rate mode precision for high argument values
	* add Fedora Rawhide and Debian Sid to CI matrix
	* fix compile-time architecture detection for some Broadwell
	CPUs which were incorrectly identified as Core 2.
	* remove build dependency on xxd (and vim-minimal package)
	* fix Lua API to correctly stop the benchmark when event()
	returns a value other than nil or false (thanks to caojiafeng
	for the patch)
	* fix the fileio benchmark when the specified file size is not a
	multiple of block size
	* fix the fileio benchmark to throw a descriptive error when the
	specified file size does not match the size of files created by
	'prepare'
	* remove Fedora 25 from CI/build/packaging matrices (EOL)
	* minor improvements in tests and documentation.
    2017-12-09  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.11
	* add Debian Stretch to CI/build/packaging matrices
	* add Fedora 27 to CI/build/packaging matrices
	* make statistic counters usable from Lua scripts
	* fix the PostgreSQL driver to be compatible with CockroachDB
	(GH-180)
	* fix oltp_insert.lua to work correctly when both --tables and
	--threads are greater than 1 (GH-178)
	* fix FreeBSD builds by adding -rdynamic to the default linker
	flags (GH-174)
	* minor documentation updates
    2017-10-25  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.10
	* fixed PK conflicts in oltp_insert.lua by creating empty tables
	on 'prepare'
	* made sysbench.opt available to init()/done() by exporting it
	to the global Lua state
	* added Fedora 26 (both x86_64 and AArch64) to the list of
	supported and tested distributions
	* fixed GH-172: sysbench 1.0.9 doesn't build with mariadb 10.2.8
	* add the /usr/local LuaRocks root directory to default LUA_PATH
	and LUA_CPATH
	* removed Fedora 24, Ubuntu Precise, Yakkety from default build
	matrices
	* added Ubuntu Artful to default build matrices
    2017-09-05  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.9
	* fixed oltp_delete.lua to not use INSERT statements for
	consistency with other oltp_* benchmarks (GH-168)
	* added a workaround for MySQL bug #87337 "8.0.2 reintroduces
	my_bool to client API"
	* fixed building on on Debian GNU/kFreeBSD (GH-161)
	* fixed building against MariaDB 10.2 (thanks to Xavier Bachelot
	for the patch, GH-160)
    2017-07-04  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.8
	* fixed api_report test for slow machines (thanks to @jcfp)
	* fileio: suggest to run prepare step on missing files (thanks
	to Heinrich Schuchardt)
	* JSON reports: removed an erroneous trailing comma (GH-139)
	* added events per second to the CPU benchmark report (GH-140)
	* fixed db_connect() in legacy SQL API to use the default value
	for --db-driver (GH-146)
	* removed busy-wait in the bounded event generation mode
	(--rate) to avoid CPU hogging
    2017-05-15  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.7
	* Ubuntu Zesty added to package build matrix
	* fixed GH-130: Mutex Benchmark Documentation
	* fixed latency reports in the --rate mode
	* fixed compiler warnings when building against MySQL 8.0 client
	libraries
    2017-04-13  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.6
	* no functional changes
	* many build- and packaging-related improvements
	* Linux packages are now automatically built using Travis CI and
	packpack, hosted by packagecloud.io
    2017-04-02  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.5
	* various build-related documentation updates
	* benchmark can now be specified by a module name on the command
	line
	* memory benchmark: performance and scalability improvements
	* fix ARMv6 builds with system ConcurrencyKit
	* fix GH-123: Table already exists error on prepare
	* fix GH-121: make buildhost cpudetection optional
    2017-03-13  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.4
	* fixed a number of compilation errors and warnings that were
	specific to 32-bit platforms
	* bundle cram (regression tests framework) and use it by default
	in 'make test'
	* bundled ConcurrencyKit updated to 0.6.0
    2017-02-26  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.3
	* LuaJIT scalability improvements for non-x86 architectures
	* performance optimizations in oltp_read_write.lua to avoid Lua
	string management
	* fixed Illumos builds (thanks to Dillon Amburgey)
    2017-02-17  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.2
	* improved scalability for --report-checkpoints mode
	* fix builds on CentoOS 6 and autoconf 2.63
	* support for Snap (http://snapcraft.io) packages
    2017-02-05  Alexey Kopytov  <akopytov@gmail.com>
	* version 1.0.1
	* fix clock_gettime runtime failure built with macOS 10.11 and
	Xcode 8.x
    2017-02-04  Aleksei Kopytov  <akopytov@gmail.com>
	* version 1.0.0
	* too much time and too many changes since the previous formal
	release, so briefly:
	* Lua scripts instead of hard-coded C tests for database
	("oltp") benchmarks + ability to create custom workloads
	* much better single-threaded performance
	* much better scalability
	* improvements and cleanups in command line syntax and options
	* latency histograms in cumulative statistic reports
	* report hooks to print statistics in custom formats
	(CSV/JSON/XML/etc.)
	* Dropped Windows support
	* Dropped support for Oracle, Drizzle and libattachsql drivers

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:39:44 +00:00
Michael Tremer
834614c7e3 core156: Ship sysvinit
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:39:31 +00:00
Adolf Belka
8b53d88a57 sysvinit: Update to 2.99
- Update from 2.98 to 2.99
- Update to rootfile not required
- Changelog
    sysvinit (2.99) released; urgency=low
      * Fixed typos and missing underlines in shutdown manual page.
        Corrections provided by Helge Kreutzmann.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:38:38 +00:00
Michael Tremer
95632cda51 core156: Ship zoneconf.cgi
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:38:27 +00:00
Leo-Andres Hofmann
715aa887b6 zoneconf.cgi: Fix VLAN tag range check
Use the correct VLAN tag range 1-4094 and add an error message
to the range check.
The missing error message was discovered by Jonatan.

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:37:47 +00:00
Michael Tremer
c5977469be core156: Ship bind
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-22 10:37:35 +00:00