]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/log
people/pmueller/ipfire-2.x.git
2 years agogzip: update to 1.10
Peter Müller [Wed, 2 Jun 2021 17:53:43 +0000 (19:53 +0200)] 
gzip: update to 1.10

Relevant excerpt from Changelog as per
https://savannah.gnu.org/forum/forum.php?forum_id=9339:

NEWS

* Noteworthy changes in release 1.10 (2018-12-29) [stable]

** Changes in behavior

  Compressed gzip output no longer contains the current time as a
  timestamp when the input is not a regular file.  Instead, the output
  contains a null (zero) timestamp.  This makes gzip's behavior more
  reproducible when used as part of a pipeline.  (As a reminder, even
  regular files will use null timestamps after the year 2106, due to a
  limitation in the gzip format.)

** Bug fixes

  A use of uninitialized memory on some malformed inputs has been fixed.
  [bug present since the beginning]

  A few theoretical race conditions in signal handers have been fixed.
  These bugs most likely do not happen on practical platforms.
  [bugs present since the beginning]

In addition, gzip 1.10 comes with the GNU library patch applied, so
there is no need to carry this file around any more.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship perl files with changed permissions
Michael Tremer [Wed, 2 Jun 2021 09:45:04 +0000 (09:45 +0000)] 
core158: Ship perl files with changed permissions

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoconfigroot: prevent any Perl file within /var/ipfire/ from being owned by nobody
Peter Müller [Tue, 1 Jun 2021 20:23:59 +0000 (22:23 +0200)] 
configroot: prevent any Perl file within /var/ipfire/ from being owned by nobody

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agodnsdist: Improve initscript to prevent reload on config error
Michael Tremer [Tue, 1 Jun 2021 09:39:09 +0000 (11:39 +0200)] 
dnsdist: Improve initscript to prevent reload on config error

start, restart and reload will now be prohibited if the configuration
file has an incorrect syntax. This avoids killing a running daemon and
is showing an indication to the user instead of having the daemon dying
silently in the background.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDeleted no longer used 'if' clauses (ALG) from firewall init
Matthias Fischer [Sun, 30 May 2021 14:21:20 +0000 (16:21 +0200)] 
Deleted no longer used 'if' clauses (ALG) from firewall init

In https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=ffafaa71a6970a8c3d0942247feb37facfe24d25
all ALGs were removed from UI.

But they remained - somehow - in the initscript (firewall).

I tried to remove the remnants - hopefully in the correct way.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Acked-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship sshd_config
Michael Tremer [Mon, 31 May 2021 12:41:41 +0000 (12:41 +0000)] 
core158: Ship sshd_config

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoOpenSSH: restrict file permissions for sshd_config to 0600
Peter Müller [Sun, 30 May 2021 10:33:31 +0000 (12:33 +0200)] 
OpenSSH: restrict file permissions for sshd_config to 0600

This file does not have to be readable by anybody else than the user
running an OpenSSH server. While it does not really contain confidential
information, exposing it to the rest of the world makes no sense either.

This will silence a Lynis warning. :-)

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship expat
Michael Tremer [Mon, 31 May 2021 12:41:00 +0000 (12:41 +0000)] 
core158: Ship expat

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoexpat: Update to 2.4.1
Adolf Belka [Sat, 29 May 2021 16:41:31 +0000 (18:41 +0200)] 
expat: Update to 2.4.1

- Update from 2.3.0 to 2.4.1
- Update rootfile
- Changelog (URL in changelog changed to https://verbump(dot)de as mail was
   rejected by IPFire mail system due to policy violation because URL was
   highlighted as a blacklisted addresss
   Release 2.4.1 Sun May 23 2021
        Bug fixes:
         #488 #490  Autotools: Fix installed header expat_config.h for multilib
                    systems; regression introduced in 2.4.0 by pull request #486
        Other changes:
         #491 #492  Version info bumped from 9:0:8 to 9:1:8;
                    see https://verbump(dot)de/ for what these numbers do
        Special thanks to:
            Gentoo's QA check "multilib_check_headers"
   Release 2.4.0 Sun May 23 2021
        Security fixes:
         #34 #466 #484  CVE-2013-0340/CWE-776 -- Protect against billion laughs attacks
                    (denial-of-service; flavors targeting CPU time or RAM or both,
                    leveraging general entities or parameter entities or both)
                    by tracking and limiting the input amplification factor
                    (<amplification> := (<direct> + <indirect>) / <direct>).
                    By conservative default, amplification up to a factor of 100.0
                    is tolerated and rejection only starts after 8 MiB of output bytes
                    (=<direct> + <indirect>) have been processed.
                    The fix adds the following to the API:
                    - A new error code XML_ERROR_AMPLIFICATION_LIMIT_BREACH to
                      signals this specific condition.
                    - Two new API functions ..
                      - XML_SetBillionLaughsAttackProtectionMaximumAmplification and
                      - XML_SetBillionLaughsAttackProtectionActivationThreshold
                      .. to further tighten billion laughs protection parameters
                      when desired.  Please see file "doc/reference.html" for details.
                      If you ever need to increase the defaults for non-attack XML
                      payload, please file a bug report with libexpat.
                    - Two new XML_FEATURE_* constants ..
                      - that can be queried using the XML_GetFeatureList function, and
                      - that are shown in "xmlwf -v" output.
                    - Two new environment variable switches ..
                      - EXPAT_ACCOUNTING_DEBUG=(0|1|2|3) and
                      - EXPAT_ENTITY_DEBUG=(0|1)
                      .. for runtime debugging of accounting and entity processing.
                      Specific behavior of these values may change in the future.
                    - Two new command line arguments "-a FACTOR" and "-b BYTES"
                      for xmlwf to further tighten billion laughs protection
                      parameters when desired.
                      If you ever need to increase the defaults for non-attack XML
                      payload, please file a bug report with libexpat.
        Bug fixes:
         #332 #470  For (non-default) compilation with -DEXPAT_MIN_SIZE=ON (CMake)
                    or CPPFLAGS=-DXML_MIN_SIZE (GNU Autotools): Fix segfault
                    for UTF-16 payloads containing CDATA sections.
         #485 #486  Autotools: Fix generated CMake files for non-64bit and
                    non-Linux platforms (e.g. macOS and MinGW in particular)
                    that were introduced with release 2.3.0
        Other changes:
         #468 #469  xmlwf: Improve help output and the xmlwf man page
              #463  xmlwf: Improve maintainability through some refactoring
              #477  xmlwf: Fix man page DocBook validity
         #458 #459  CMake: Support absolute paths for both CMAKE_INSTALL_LIBDIR
                    and CMAKE_INSTALL_INCLUDEDIR
         #471 #481  CMake: Add support for standard variable BUILD_SHARED_LIBS
              #457  Unexpose symbol _INTERNAL_trim_to_complete_utf8_characters
              #467  Resolve macro HAVE_EXPAT_CONFIG_H
              #472  Delete unused legacy helper file "conftools/PrintPath"
         #473 #483  Improve attribution
         #464 #465 #477  doc/reference.html: Fix XHTML validity
         #475 #478  doc/reference.html: Replace the 90s look by OK.css
              #479  Version info bumped from 8:0:7 to 9:0:8
                    due to addition of new symbols and error codes;
                    see https://verbump(dot)de/ for what these numbers do
        Infrastructure:
              #456  CI: Enable periodic runs
              #457  CI: Start covering the list of exported symbols
              #474  CI: Isolate coverage task
         #476 #482  CI: Adapt to breaking changes in image "ubuntu-18.04"
              #477  CI: Cover well-formedness and DocBook/XHTML validity
                    of doc/reference.html and doc/xmlwf.xml
        Special thanks to:
            Dimitry Andric
            Eero Helenius
            Nick Wellnhofer
            Rhodri James
            Tomas Korbar
            Yury Gribov and Clang LeakSan
            JetBrains
            OSS-Fuzz

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship curl
Michael Tremer [Mon, 31 May 2021 12:40:34 +0000 (12:40 +0000)] 
core158: Ship curl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocurl: Update to 7.77.0
Adolf Belka [Sat, 29 May 2021 16:02:43 +0000 (18:02 +0200)] 
curl: Update to 7.77.0

- Update from 7.76.1 to 7.77.0
- Update rootfile
- Changelog is too large to include here. It can be accesed at
   https://curl.se/changes.html
   There are 5 changes and 133 bug fixes of which 3 are related to CVE's

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocmake: Update to 3.20.3
Adolf Belka [Sat, 29 May 2021 16:02:22 +0000 (18:02 +0200)] 
cmake: Update to 3.20.3

- Update from 3.20.2 to 3.20.3
- Update of rootfile not required
- Changelog
   Changes made since CMake 3.20.2:
   Brad King (7):
    Help: Use relative path for IDE Integration guide link to preset schema
    BinUtils: Use more-private temporary variable names
    ObjectiveC: Respect OSX_ARCHITECTURES for OBJC
    FindBoost: Add support for Boost 1.76
    Ninja: Restore support for Fortran in a symlinked build tree
    Utilities/Sphinx: Update man page config for Sphinx 4
    CMake 3.20.3
   Craig Scott (2):
    ExternalProject: Ensure git fetch if updating to hash we don’t have yet
    ExternalProject: Only add git config setting with git 1.7.7 or later
   Kyle Edwards (2):
    Ninja Multi-Config: Split long command lines by config
    CMP0082: Check EXCLUDE_FROM_ALL property at generate time
   Raul Tambre (3):
    GNU: C++17 default version
    GNU: Final C++20 flags
    GNU: C++23 support
   Robert Maynard (6):
    CUDA: improve regex for CUDA Toolkit root from nvcc verbose output
    cmCommandLineArgument: Correctly record parsing failures
    cmake: --build and --install error out when encountering bad flags
    cmCommandLineArgument: Provide more information syntax error messages
    NVHPC: Support explicit language flags
    NVHPC: Support Ninja dependency scanning

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship zstd
Michael Tremer [Mon, 31 May 2021 12:39:47 +0000 (12:39 +0000)] 
core158: Ship zstd

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agozstd: Update to 1.5.0
Adolf Belka [Tue, 25 May 2021 19:34:56 +0000 (21:34 +0200)] 
zstd: Update to 1.5.0

- Update from 1.4.9 to 1.5.0
- Update of rootfile
- Changelog
    v1.5.0  (May 11, 2021)
     api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42)
       `ZSTD_defaultCLevel()`
       `ZSTD_getDictID_fromCDict()`
     api: Several experimental functions have been deprecated and will emit a compiler warning (#2582, @senhuang42)
       `ZSTD_compress_advanced()`
       `ZSTD_compress_usingCDict_advanced()`
       `ZSTD_compressBegin_advanced()`
       `ZSTD_compressBegin_usingCDict_advanced()`
       `ZSTD_initCStream_srcSize()`
       `ZSTD_initCStream_usingDict()`
       `ZSTD_initCStream_usingCDict()`
       `ZSTD_initCStream_advanced()`
       `ZSTD_initCStream_usingCDict_advanced()`
       `ZSTD_resetCStream()`
     api: ZSTDMT_NBWORKERS_MAX reduced to 64 for 32-bit environments (@Cyan4973)
     perf: Significant speed improvements for middle compression levels (#2494, @senhuang42 @terrelln)
     perf: Block splitter to improve compression ratio, enabled by default for high compression levels (#2447, @senhuang42)
     perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #2630, @Cyan4973)
     perf: Reduced stack usage during compression and decompression entropy stage (#2522 #2524, @terrelln)
     bug: Improve setting permissions of created files (#2525, @felixhandte)
     bug: Fix large dictionary non-determinism (#2607, @terrelln)
     bug: Fix non-determinism test failures on Linux i686 (#2606, @terrelln)
     bug: Fix various dedicated dictionary search bugs (#2540 #2586, @senhuang42 @felixhandte)
     bug: Ensure `ZSTD_estimateCCtxSize*() `monotonically increases with compression level (#2538, @senhuang42)
     bug: Fix --patch-from mode parameter bound bug with small files (#2637, @occivink)
     bug: Fix UBSAN error in decompression (#2625, @terrelln)
     bug: Fix superblock compression divide by zero bug (#2592, @senhuang42)
     bug: Make the number of physical CPU cores detection more robust (#2517, @PaulBone)
     doc: Improve `zdict.h` dictionary training API documentation (#2622, @terrelln)
     doc: Note that public `ZSTD_free*()` functions accept NULL pointers (#2521, @animalize)
     doc: Add style guide docs for open source contributors (#2626, @Cyan4973)
     tests: Better regression test coverage for different dictionary modes (#2559, @senhuang42)
     tests: Better test coverage of index reduction (#2603, @terrelln)
     tests: OSS-Fuzz coverage for seekable format (#2617, @senhuang42)
     tests: Test coverage for ZSTD threadpool API (#2604, @senhuang42)
     build: Dynamic library built multithreaded by default (#2584, @senhuang42)
     build: Move  `zstd_errors.h`  and  `zdict.h`  to  `lib/`  root (#2597, @terrelln)
     build: Allow `ZSTDMT_JOBSIZE_MIN` to be configured at compile-time, reduce default to 512KB (#2611, @Cyan4973)
     build: Single file library build script moved to `build/` directory (#2618, @felixhandte)
     build: `ZBUFF_*()` is no longer built by default (#2583, @senhuang42)
     build: Fixed Meson build (#2548, @SupervisedThinking @kloczek)
     build: Fix excessive compiler warnings with clang-cl and CMake (#2600, @nickhutchinson)
     build: Detect presence of `md5` on Darwin (#2609, @felixhandte)
     build: Avoid SIGBUS on armv6 (#2633, @bmwiedmann)
     cli: `--progress` flag added to always display progress bar (#2595, @senhuang42)
     cli: Allow reading from block devices with `--force` (#2613, @felixhandte)
     cli: Fix CLI filesize display bug (#2550, @Cyan4973)
     cli: Fix windows CLI `--filelist` end-of-line bug (#2620, @Cyan4973)
     contrib: Various fixes for linux kernel patch (#2539, @terrelln)
     contrib: Seekable format - Decompression hanging edge case fix (#2516, @senhuang42)
     contrib: Seekable format - New seek table-only API  (#2113 #2518, @mdittmer @Cyan4973)
     contrib: Seekable format - Fix seek table descriptor check when loading (#2534, @foxeng)
     contrib: Seekable format - Decompression fix for large offsets, (#2594, @azat)
     misc: Automatically published release tarballs available on Github (#2535, @felixhandte)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agozerofree: Update to 1.1.1
Adolf Belka [Tue, 25 May 2021 19:34:42 +0000 (21:34 +0200)] 
zerofree: Update to 1.1.1

- Update from 1.0.1 (2008) to 1.1.1 (2018)
- Update of rootfile not required
- Changelog information is not available in the source tarball or in the
   zerofree website

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship zd1211-firmware
Michael Tremer [Mon, 31 May 2021 12:39:01 +0000 (12:39 +0000)] 
core158: Ship zd1211-firmware

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agozd1211-firmware: Update to 1.5
Adolf Belka [Tue, 25 May 2021 19:34:22 +0000 (21:34 +0200)] 
zd1211-firmware: Update to 1.5

- Update from 1.4 (2007) to 1.5 (2014)
- Update of rootfile not required
- Changelog
    Sync to vendor driver v3.0.0.56
    Header files taken from LinuxUSB_AR2524-3.0.0.56.tgz

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship perl-XML-Parser
Michael Tremer [Mon, 31 May 2021 12:38:23 +0000 (12:38 +0000)] 
core158: Ship perl-XML-Parser

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoXML-Parser: Update to 2.46
Adolf Belka [Tue, 25 May 2021 19:33:57 +0000 (21:33 +0200)] 
XML-Parser: Update to 2.46

- Update from 2.34 to 2.46
- Update rootfile
- Changelog
    2.46 2019-09-24 (by Todd Rinaldo)
        - use foreach not for for loops
        - produce README.md so travis will show up on github
        - remove use vars and switch to our.
        - travis-ci testing from 5.8..5.28
        - Convert XML::Parser to use 3 arg opens with no barewords.
        - Migrate tracker to github
        - Switch to XSLoader
        - Fix a buffer overwrite in parse_stream()
    2.44 2015-01-12 (by Todd Rinaldo)
        - RT 99098 - Revert "Add more useful error message on parse to Expat". It breaks
          XML::Twig. Calling code will need to do this if it's needed.
        - RT 100959 - Add use FileHandle to t/astress.t - Make perl 5.10.0 happy.
    2.43 2014-12-11 (by Todd Rinaldo)
        - POD patch to man from Debian via Nicholas Bamber
        - POD patch from Debian via gregor herrmann.
        - Add more useful error message on parse to Expat
        - Fix LWP dependency to be LWP::Useragent
        - Bump to 2.43 for overdue release to CPAN.
    2.42_01 2013-07-12 (by Todd Rinaldo)
        - Added instructions to README for OSX
        - XS changes: stop using SvPV(string, PL_na)
        - Fix documentation typos
    2.41 2011-06-01 (by Todd Rinaldo)
        - Tests are cleaned. promoting to stable. No changes since 2.40_02
    2.40_02 2011-05-31 (by Todd Rinaldo)
        - TODO some tests which fail in Free BSD due to improper expat CVE patch
          http://www.freebsd.org/cgi/query-pr.cgi?pr=157469
    2.40_01 2011-05-24 (by Todd Rinaldo)
        - better installation instructions
        - Small spelling patches from Debian package - Thanks Nicholas Bamber
        - RT 68399 - Upgrade Devel::CheckLib to 0.93 to make it
          perl 5.14 compliant - qw()
        - RT 67207 - Stop doing tied on globs - Thanks sprout
        - RT 31319 - Fix doc links in POD for XML/Parser.pm
    2.40  2010-09-16 (by Alexandr Ciornii)
        - Add windows-1251.enc, ibm866.enc, koi8-r.enc (Russian)
        - Add windows-1255.enc (Hebrew)
        - Update iso-8859-7.enc (RT#40712)
        - Use Devel::CheckLib
        - Better description of expat packages
        - Better Perl style in both code and docs
    2.36
        - Fix for Carp::Heavy bugs
    2.35   (mostly by Alexandr Ciornii)
        - Works in 5.10 (Andreas J. Koenig)
        - Added license in Makefile.PL (Alexandr Ciornii)
        - Makefile.PL also searches for expat in C:/lib/Expat-2.0.0 (Alexandr Ciornii)
        - No longer uses variable named 'namespace' in Expat.xs (Jeff Hunter)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship knot
Michael Tremer [Mon, 31 May 2021 12:37:49 +0000 (12:37 +0000)] 
core158: Ship knot

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoknot: Update to 3.0.6
Matthias Fischer [Tue, 25 May 2021 15:37:16 +0000 (17:37 +0200)] 
knot: Update to 3.0.6

For details see:
https://www.knot-dns.cz/2021-05-12-version-306.html

"Features:

        mod-probe: new module for simple traffic logging (Python API not yet included)

Improvements:

        keymgr: new mode for listing zones with at least one key stored
        keymgr: the pregenerate command accepts optional timestamp-from parameter
        kzonecheck: accept '-' as substitution for standard input #727
        knotd: print an error when unable to change owner of a logging file
        knotd: new warning log if no interface is configured
        knotd: new signing policy check for NSEC3 iterations higher than 20
        knotd: don't allow backup to/restore from the DB storage directory
        Various code (mostly zone backup/restore), tests, and documentation improvements

Bugfixes:

        knotd: secondary fails to load zone file if HTTPS or SVCB record is present #725
        knotd: (KSK roll-over) new KSK is not signing DNSKEY long enough before DS submission
        knotd: (KSK roll-over) old KSK uselessly published after roll-over finished
        knotd: malformed address in TCP-related logs when listening on a UNIX socket
        knotd: server responds FORMERR instead of BADTIME if TSIG signed time is zero #730
        modules: incorrect local and remote addresses in the XDP mode
        modules: failed to read configuration from a section without identifiers
        mod-synthrecord: queries on synthesized empty-non-terminals not answered with NODATA
        keymgr: confusing error if del-all-old command fails"

For 3.0.5 (skipped):
https://www.knot-dns.cz/2021-03-25-version-305.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship pakfire
Michael Tremer [Tue, 25 May 2021 09:52:59 +0000 (09:52 +0000)] 
core158: Ship pakfire

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agopakfire.cgi: Check for locked pakfire before trying to perform operations.
Stefan Schantl [Mon, 24 May 2021 17:38:21 +0000 (19:38 +0200)] 
pakfire.cgi: Check for locked pakfire before trying to perform operations.

Fixes #12621.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agopakfire: Prevent from get launched multiple times.
Stefan Schantl [Mon, 24 May 2021 17:38:20 +0000 (19:38 +0200)] 
pakfire: Prevent from get launched multiple times.

When pakfire gets launched a check if a so called lockfile exists and
the process will be aborted, otherwise the file will be created which
prevents any other pakfire instance to perform any operations until the
first process gets finished and the lock will be released again.

Because the release of the lock is located in an END block, the lock
also will be released in case the pakfire process gets interuped or
gains an error.

This prevents from an lock loop and an unuseable pakfire.

Reference: #12621.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship libusb
Michael Tremer [Tue, 25 May 2021 09:51:33 +0000 (09:51 +0000)] 
core158: Ship libusb

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agolibusb: update to 1.0.24
Peter Müller [Sun, 23 May 2021 15:43:38 +0000 (17:43 +0200)] 
libusb: update to 1.0.24

Full changelog as per CHANGELOG file:

2020-12-09: v1.0.24
* Add new platform abstraction (#252)
* Add Null POSIX backend
* Add support for eventfd
* Add support for thread IDs on Haiku, NetBSD and Solaris
* New API libusb_hotplug_get_user_data()
* Darwin (macOS): Fix race condition that results in segmentation fault (#701)
* Darwin (macOS): Fix stale descriptor information post reset (#733)
* Darwin (macOS): use IOUSBDevice as darwin_device_class explicitly (#693)
* Linux: Drop support for kernel older than 2.6.32
* Linux: Provide an event thread name (#689)
* Linux: Wait until all USBs have been reaped before freeing them (#607)
* NetBSD: Recognize device timeouts (#710)
* OpenBSD: Allow opening ugen devices multiple times (#763)
* OpenBSD: Support libusb_get_port_number() (#764)
* SunOS: Fix a memory leak (#756)
* SunOS: Various fixes (#627, #628, #629)
* Windows: Add Visual Studio 2019 support
* Windows: Drop support for WinCE and Visual Studio older than 2013
* Windows: Drop support for Windows XP
* Windows: Support building all examples using Visual Studio (#151)
* Documentation fixes and improvements
* Various other bug fixes and improvements

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship iputils
Michael Tremer [Tue, 25 May 2021 09:50:05 +0000 (09:50 +0000)] 
core158: Ship iputils

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoiputils: update to 20210202
Peter Müller [Sun, 23 May 2021 15:40:46 +0000 (17:40 +0200)] 
iputils: update to 20210202

The changelog between version "s20160803" is too large to include it
here, please refer to https://github.com/iputils/iputils/releases for a
human-readable version.

Due to build system changes, single binaries cannot be compiled by
running "make [program]" anymore, updated rootfiles to reflect that
change.

20210202's version of /usr/bin/ping is bug-compatible to s20160803's
one, hence does not cause trouble in ~/src/ppp/ip-up. Tested, works.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoMerge branch 'master' into next
Michael Tremer [Tue, 25 May 2021 09:46:50 +0000 (09:46 +0000)] 
Merge branch 'master' into next

2 years agocore158: Ship bind
Michael Tremer [Tue, 25 May 2021 09:46:41 +0000 (09:46 +0000)] 
core158: Ship bind

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agobind: Update to 9.11.32
Matthias Fischer [Sat, 22 May 2021 13:29:30 +0000 (15:29 +0200)] 
bind: Update to 9.11.32

For details see:
https://downloads.isc.org/isc/bind9/9.11.31/RELEASE-NOTES-bind-9.11.32.html

"Notes for BIND 9.11.32
Feature Changes

    DNSSEC responses containing NSEC3 records with iteration counts
    greater than 150 are now treated as insecure. [GL #2445]

    The maximum supported number of NSEC3 iterations that can be
    configured for a zone has been reduced to 150. [GL #2642]

    The implementation of the ZONEMD RR type has been updated to match
    RFC 8976. [GL #2658]

Notes for BIND 9.11.31
Security Fixes

    A malformed incoming IXFR transfer could trigger an assertion
    failure in named, causing it to quit abnormally. (CVE-2021-25214)

    ISC would like to thank Greg Kuechle of SaskTel for bringing this
    vulnerability to our attention. [GL #2467]

    named crashed when a DNAME record placed in the ANSWER section
    during DNAME chasing turned out to be the final answer to a client
    query. (CVE-2021-25215)

    ISC would like to thank Siva Kakarla for bringing this vulnerability
    to our attention. [GL #2540]

    When a server's configuration set the tkey-gssapi-keytab
    or tkey-gssapi-credential option, a specially crafted GSS-TSIG query
    could cause a buffer overflow in the ISC implementation of SPNEGO
    (a protocol enabling negotiation of the security mechanism used for
    GSSAPI authentication). This flaw could be exploited to crash named
    binaries compiled for 64-bit platforms, and could enable remote code
    execution when named was compiled for 32-bit platforms.
    (CVE-2021-25216)

    This vulnerability was reported to us as ZDI-CAN-13347 by Trend
    Micro Zero Day Initiative. [GL #2604]

Feature Changes

    The ISC implementation of SPNEGO was removed from BIND 9 source
    code. Instead, BIND 9 now always uses the SPNEGO implementation
    provided by the system GSSAPI library when it is built with GSSAPI
    support. All major contemporary Kerberos/GSSAPI libraries contain
    an implementation of the SPNEGO mechanism. [GL #2607]

Notes for BIND 9.11.30

The BIND 9.11.30 release was withdrawn after a backporting bug was
discovered during pre-release testing. ISC would like to acknowledge the
assistance of Natan Segal of Bluecat Networks.2"

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>
2 years agocore158: Ship vnstat
Michael Tremer [Tue, 25 May 2021 09:46:10 +0000 (09:46 +0000)] 
core158: Ship vnstat

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agovnstat 2.7: Adjusted 'traffic.cgi' to display 5-minute graphs
Matthias Fischer [Sat, 22 May 2021 13:25:56 +0000 (15:25 +0200)] 
vnstat 2.7: Adjusted 'traffic.cgi' to display 5-minute graphs

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>
2 years agovnstat: Update to 2.7
Matthias Fischer [Sat, 22 May 2021 13:25:11 +0000 (15:25 +0200)] 
vnstat: Update to 2.7

For details see:

https://humdi[dot]net/vnstat/CHANGES

"2.7 / 16-May-2021

 - Fixed
   - Possibility of segmentation fault with image list output when database
     existed but no data was available
   - ./configure output could show invalid install paths with some parameter
     combinations (pull request by Severin Glöckner)
   - Columns in text hours graph output could get misaligned if the selected
     system locale used a UTF-8 sequence for the thousands separator instead
     of a single character
 - New
   - Add -5g / --fivegraph options to image output with sizing related
     parameters for the output of a 5 minute resolution bar graph
   - Add configuration option SummaryGraph and optional parameter for
     --hsummary and --vsummary for selecting which graph is shown next to
     the summary data in the horizontal and vertical summary image outputs
   - Add --large / --small options and configuration option LargeFonts for
     controlling the image output font size
   - Add --scale and configuration option ImageScale for scaling the image
     output to a given percent
   - Add configuration option LineSpacingAdjustment for adjusting the line
     spacing of list format image outputs
   - Add bar visualizations for traffic estimations in image output
   - Allow writing image output to a filename starting with -
   - Add --initdb to daemon for creating a new empty database without having
     the daemon process staying running, doesn't discard data if a database
     already exists
   - Add configuration option BarColumnShowsRate for having the bar column in
     image list outputs be scaled according to the average rate column values
     when those values are visible, disabled by default
   - Add --dbiflist for getting a list of interfaces in the database, both
     --iflist and --dbiflist also get alternative more parseable outputs
   - Add configuration option for large font output and make 5 minute
     resolution graph visible in vnstat.cgi"

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>
2 years agocore158: Ship backup.pl script
Michael Tremer [Tue, 25 May 2021 09:44:20 +0000 (09:44 +0000)] 
core158: Ship backup.pl script

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agobackup.pl: Fix #12626 backup/include.user entries will not override backup/exclude
Adolf Belka [Fri, 21 May 2021 12:22:50 +0000 (14:22 +0200)] 
backup.pl: Fix #12626 backup/include.user entries will not override backup/exclude

- Current situation is that any restrictions in the exclude file will not
   be overwritten by the include.user file
- For example the global exclude file has *.tmp preventing any tmp files
   being backed up from the globally included IPFire files
   If a user has some specific tmp files they want to backup and include
   them in the include.user file they will not override the global
   exclude file.
- This fix does the backup of the global and user backups as two separate
   events and then appends them. This means that any tmp files in the
   include.user file will be backed up.
- The backups are created as a global tar file and then have the user
   tar file appended and then the combined file gzipped and given the .ipf
   suffix. This has to be done this was as gzipped files can not be
   appended to each other whereas tar files can.

Fixes: 12626
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoIcinga: Do not ship event handlers for Nagios
Peter Müller [Fri, 21 May 2021 13:42:36 +0000 (15:42 +0200)] 
Icinga: Do not ship event handlers for Nagios

These are owned (hence being writable) by "nobody", posing a potential
security risk. Since the files itself were already exluded from being
shipped, their parent directory should be as well.

This patch should reduce the amount of executable files being owned by
nobody to zero after upgrading to Core Update 157. Due to complexity
reasons, not all applications available in Pakfire could be tested,
though, so your mileage may vary.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agonagios-plugins: Set SUID bit for plugins which need it to function properly
Peter Müller [Fri, 21 May 2021 13:42:14 +0000 (15:42 +0200)] 
nagios-plugins: Set SUID bit for plugins which need it to function properly

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoCore Update 157: Delete shared object files leftover from pppd 2.4.8
Peter Müller [Fri, 21 May 2021 13:41:50 +0000 (15:41 +0200)] 
Core Update 157: Delete shared object files leftover from pppd 2.4.8

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agopppd: Explicitly ship pppd shared object files
Peter Müller [Fri, 21 May 2021 13:41:29 +0000 (15:41 +0200)] 
pppd: Explicitly ship pppd shared object files

These are needed by pppd, but were not previously shipped as such.
Instead, since their parent directory at /usr/lib/pppd/${version}/ was
not commented out, we implicitly shipped the entire directory.

This patch does not change our behaviour in the end, but makes things
more transparent to developers.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoCore Update 157: Ship backup package to apply changed permissions
Peter Müller [Fri, 21 May 2021 13:41:05 +0000 (15:41 +0200)] 
Core Update 157: Ship backup package to apply changed permissions

This is required as "backup" itself does not gets updated automatically,
contrary to it's LFS file suggesting by having a "PAK_VER" number.

In order to fix #12619, it is therefore necessary to ship the backup
files with Core Update 157.

Partially fixes: #12619

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoCore Update 157: Apply changed SSH configurations
Peter Müller [Fri, 21 May 2021 13:40:38 +0000 (15:40 +0200)] 
Core Update 157: Apply changed SSH configurations

This is necessary to fix SSH not starting after upgrading to Core Update
157 unless it's settings are manually written via the WebUI.

Reported-by: Erik Kapfer <ummeegge@ipfire.org>
Reported-by: Tom Rymes <tom@rymes.net>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship ca-certificates
Michael Tremer [Fri, 21 May 2021 08:53:16 +0000 (08:53 +0000)] 
core158: Ship ca-certificates

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoupdate ca-certificates CA bundle
Peter Müller [Thu, 20 May 2021 22:06:14 +0000 (00:06 +0200)] 
update ca-certificates CA bundle

Update the CA certificates list to what Mozilla NSS ships currently.

The original file can be retrieved from:
https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoClean up various files left from dropped add-ons and packages
Peter Müller [Thu, 20 May 2021 21:25:05 +0000 (23:25 +0200)] 
Clean up various files left from dropped add-ons and packages

Since I only ran "find . -type f -name ...", I missed mostly directories
containing configuration and initscripts of recently dropped add-ons and
packages.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agopython-pyparsing: Update to 2.4.7 and migrate to python3
Adolf Belka [Sun, 16 May 2021 11:46:20 +0000 (13:46 +0200)] 
python-pyparsing: Update to 2.4.7 and migrate to python3

- Update from 2.2.0 to 2.4.7
- Migrate from python2 to python3
- Move the rootfile from common to packages as pyparsing is an addon

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoelinks: Bump package version
Michael Tremer [Thu, 20 May 2021 10:02:43 +0000 (10:02 +0000)] 
elinks: Bump package version

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoconfig/elinks/elinks.conf does not have to be executable
Peter Müller [Tue, 18 May 2021 19:50:47 +0000 (21:50 +0200)] 
config/elinks/elinks.conf does not have to be executable

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agopython3-setuptools: Create a python3 version of python-setuptools
Adolf Belka [Sun, 16 May 2021 17:25:49 +0000 (19:25 +0200)] 
python3-setuptools: Create a python3 version of python-setuptools

- python3-setuptools works with python3-daemon but not with
   python-m2crypto. m2crypto has to stay with python2 because crda
   will not find the python3 version of m2crypto.
- python-m2crypto only works with python-setuptools so both the
   python2 and python3 versions of setuptools need to stay in place.
- Therefore this patch only creates python3-setuptools, it does not
   remove python-setuptools

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship ethtool
Michael Tremer [Thu, 20 May 2021 09:47:57 +0000 (09:47 +0000)] 
core158: Ship ethtool

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoethtool: Update to 5.12
Adolf Belka [Mon, 17 May 2021 15:10:38 +0000 (17:10 +0200)] 
ethtool: Update to 5.12

- Update from 3.16 (2014) to 5.12 (2021)
- Update of rootfile
- Changelog is too large to include here. Changelog details are available
   at https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/log/

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship qpdf
Michael Tremer [Thu, 20 May 2021 09:47:26 +0000 (09:47 +0000)] 
core158: Ship qpdf

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoqpdf: Update to 10.3.2
Adolf Belka [Mon, 17 May 2021 12:31:22 +0000 (14:31 +0200)] 
qpdf: Update to 10.3.2

- Update from 10.3.0 to 10.3.2
- Update rootfiles
- Changelog
   * 10.3.2: release
     * Fix problem that caused the generated manual from being included
       in the Windows distributions. Fixes #521.
     * Fix 11-year-old bug of leaving unreferenced objects in preserved
       object streams. Fixes #520.
     * Portability fix: use tm_gmtoff rather than global timezone
       variable if available to get timezone offset. This fixes
       compilation on BSD and also results in a daylight saving
       time-aware offset for Linux or other GNU systems. Fixes #515.
     * When adding a page, if the page already exists, make a shallow
       copy of the page instead of throwing an exception. This makes the
       behavior of adding a page from the library consistent with what
       the CLI does and also with what the library does if it starts with
       a file that already has a duplicated page. Note that this means
       that, in some cases, the page you pass to addPage or addPageAt
       (either in QPDF or QPDFPageDocumentHelper) will not be the same
       object that actually gets added. (This has actually always been
       the case.) That means that, if you are going to do subsequent
       modification on the page, you should retrieve it again.
   * 10.3.1: release
     * Bug fix: allow /DR to be direct in /AcroForm

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship perl-CGI
Michael Tremer [Thu, 20 May 2021 09:47:00 +0000 (09:47 +0000)] 
core158: Ship perl-CGI

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoperl-CGI: Update to 4.52
Adolf Belka [Mon, 17 May 2021 12:31:06 +0000 (14:31 +0200)] 
perl-CGI: Update to 4.52

- Update from 4.44 to 4.52
- Update of rootfile not needed
- Changelog
   4.52 2021-05-04
     [ FIX ]
     - sort hash keys for deterministic behaviour (GH #245, GH #246)
   4.51 2020-10-01
     [ DOCUMENTATION ]
     - Document support for SameSite=None cookies in CGI::Cookie (GH #244)
   4.50 2020-06-22
     [ ENHANCEMENT ]
     - Add APPEND_QUERY_STRING option (GH #243, thanks to stevenh)
   4.49 2020-06-08
     [ FIX ]
     - remove deprecation warning as no longer in core (GH #221)
   4.48 2020-06-02
     [ FIX ]
     - fix CGI::Cookie->bake() doesn't work with mod_perl redirects (GH #240)
     - thanks to sherrardb for the PR (GH #241)
   4.47 2020-05-01
     [ FIX / TESTING ]
     - fix typo in variable name (GH #239)
   4.46 2020-02-03
     [ DOCUMENTATION ]
     - Document support for SameSite=None cookies (GH #238)
   4.45 2019-06-03
     [ ENHANCEMENT ]
     - Add support for SameSite=None cookies (GH #237, thanks to Dur09)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship glib
Michael Tremer [Thu, 20 May 2021 09:46:36 +0000 (09:46 +0000)] 
core158: Ship glib

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoglib: Update to 2.68.2
Adolf Belka [Mon, 17 May 2021 12:30:48 +0000 (14:30 +0200)] 
glib: Update to 2.68.2

- Update from 2.68.1 to 2.68.2
- Update rootfiles
- Changelog
   Overview of changes in GLib 2.68.2
    * Fix building third-party projects against GLib on CentOS 7 (work by
      Ignacio Casal Quinteiro) (#2387)
    * Bugs fixed:
      - #2387 json-glib does not build with glib 2.68.1
      - !2060 gmacros: check that __cplusplus or _MSC_VER is defined
      - !2068 gmacros: missing check if __STDC_VERSION__ is defined
      - !2079 Backport !2078 “gthreadedresolver: don't ignore flags in lookup_by_name_with_flags” to glib-2-68
    * Translation updates:
      - Nepali
      - Serbian

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoflac: Update to 1.3.3
Adolf Belka [Mon, 17 May 2021 12:30:12 +0000 (14:30 +0200)] 
flac: Update to 1.3.3

- Update from 1.3.2 to 1.3.3
- Update rootfiles
- Changelog
    General:
        Fix CPU detection (Janne Hyvärinen).
        Switch from unsigned types to uint32_t (erikd).
        CppCheck fixes (erikd).
        Improve SIMD decoding of 24 bit files (lvqcl).
        POWER* amnd POWER9 improvements (Anton Blanchard).
        More tests.
    FLAC format:
        (none)
    Ogg FLAC format:
        (none)
    flac:
        When converting to WAV, use WAVEFORMATEXTENSIBLE when bits per
         second is not 8 or 16 (erikd).
        Fix --output-prefix with input-files in sub-directories (orbea).
    metaflac:
        (none)
    plugins:
        (none)
    build system:
        Cmake support (Vitaliy Kirsanov, evpobr).
        Visual Studio updates (Janne Hyvärinen).
        Fix for MSVC when UNICODE is enabled (lvqcl).
        Fix for OpenBSD/i386 (Christian Weisgerber).
    documentation:
        (none)
    libraries:
        (none).
    Interface changes:
        libFLAC:
            (none)
        libFLAC++:
            (none)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship dhcp.cgi
Michael Tremer [Thu, 20 May 2021 09:45:43 +0000 (09:45 +0000)] 
core158: Ship dhcp.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agodhcp.cgi: Bug 10400 - Add Additional DHCP Options - change default
Adolf Belka [Wed, 19 May 2021 14:52:13 +0000 (16:52 +0200)] 
dhcp.cgi: Bug 10400 - Add Additional DHCP Options - change default

- Make the default that Additional DHCP options Enabled checkbox is
   checked when entering a new option.
- For existing options the Enabled checkbox status is honoured.

Fixes: #10400
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDelete UPnP initscript for ARM64 as well
Peter Müller [Tue, 18 May 2021 21:34:49 +0000 (23:34 +0200)] 
Delete UPnP initscript for ARM64 as well

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agompd: build without UPnP support
Peter Müller [Tue, 18 May 2021 21:34:32 +0000 (23:34 +0200)] 
mpd: build without UPnP support

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship updated firewall initscript
Michael Tremer [Thu, 20 May 2021 09:44:56 +0000 (09:44 +0000)] 
core158: Ship updated firewall initscript

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Drop upnpd initscript
Michael Tremer [Thu, 20 May 2021 09:43:30 +0000 (09:43 +0000)] 
core158: Drop upnpd initscript

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDelete the remainings of libupnp and upnpd
Peter Müller [Tue, 18 May 2021 21:34:14 +0000 (23:34 +0200)] 
Delete the remainings of libupnp and upnpd

These include rootfiles, firewall menue entries that have been
unmaintained for a long time, and firewall chains which were never used
in recent time.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Uninstall libupnp
Michael Tremer [Thu, 20 May 2021 09:41:39 +0000 (09:41 +0000)] 
core158: Uninstall libupnp

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDrop libupnp
Peter Müller [Tue, 18 May 2021 21:33:43 +0000 (23:33 +0200)] 
Drop libupnp

This library has received no attention within the last three years. By
design, UPnP is a security risk on any firewall, and and outdated
version of a UPnP library definitely is.

This patch therefore drops libupnp completely.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agointltool: Move into the core system and don't ship any more
Michael Tremer [Thu, 20 May 2021 09:39:12 +0000 (09:39 +0000)] 
intltool: Move into the core system and don't ship any more

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDrop miniupnpd stuff from rootfiles and all systems
Michael Tremer [Thu, 20 May 2021 09:38:02 +0000 (09:38 +0000)] 
Drop miniupnpd stuff from rootfiles and all systems

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agominiupnpd: Delete files that would have become orphaned after deletion of miniupnpd...
Peter Müller [Tue, 18 May 2021 19:58:27 +0000 (21:58 +0200)] 
miniupnpd: Delete files that would have become orphaned after deletion of miniupnpd add-on as well

This patch requires
https://patchwork.ipfire.org/project/ipfire/list/?series=2059 to be
applied in the first place.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agomake.sh: Do no longer build fbset and sendEmail
Peter Müller [Mon, 17 May 2021 21:59:12 +0000 (23:59 +0200)] 
make.sh: Do no longer build fbset and sendEmail

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDrop sendEmail add-on
Peter Müller [Mon, 17 May 2021 21:58:54 +0000 (23:58 +0200)] 
Drop sendEmail add-on

As discussed in https://wiki.ipfire.org/devel/telco/2021-05-03.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDrop fbset
Peter Müller [Mon, 17 May 2021 21:58:35 +0000 (23:58 +0200)] 
Drop fbset

As discussed in https://wiki.ipfire.org/devel/telco/2021-05-03.

Please note this patch does not remove fbset on existing installations,
that has to be done via the corresponding upgrade script.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDrop miniupnpd add-on
Peter Müller [Mon, 17 May 2021 21:58:18 +0000 (23:58 +0200)] 
Drop miniupnpd add-on

As discussed in https://wiki.ipfire.org/devel/telco/2021-05-03.

Frankly, if you need or use UPnP, you probably do not even need to _think_
about running a firewall...

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDrop SANE add-on
Peter Müller [Mon, 17 May 2021 21:57:37 +0000 (23:57 +0200)] 
Drop SANE add-on

As discussed in https://wiki.ipfire.org/devel/telco/2021-05-03.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoZut alors, delete motion initiscript as well :-/
Peter Müller [Mon, 17 May 2021 21:57:18 +0000 (23:57 +0200)] 
Zut alors, delete motion initiscript as well :-/

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDrop orphaned dependency "libsrtp"
Peter Müller [Mon, 17 May 2021 21:56:50 +0000 (23:56 +0200)] 
Drop orphaned dependency "libsrtp"

This was solely needed by Asterisk and is no longer used anymore.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDrop Asterisk add-on
Peter Müller [Mon, 17 May 2021 21:56:30 +0000 (23:56 +0200)] 
Drop Asterisk add-on

As discussed in https://wiki.ipfire.org/devel/telco/2021-05-03.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDrop orphaned dependency add-on libmicrohttpd
Peter Müller [Mon, 17 May 2021 21:56:09 +0000 (23:56 +0200)] 
Drop orphaned dependency add-on libmicrohttpd

This was solely needed by "motion". It can be safely removed now.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoDrop motion add-on
Peter Müller [Mon, 17 May 2021 21:55:46 +0000 (23:55 +0200)] 
Drop motion add-on

As discussed in https://wiki.ipfire.org/devel/telco/2021-05-03.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agosarg: Update to 2.4.0
Adolf Belka [Tue, 18 May 2021 16:58:31 +0000 (18:58 +0200)] 
sarg: Update to 2.4.0

- Update from 2.3.11 to 2.4.0
- Update of rootfile not required
- Update of patches as the source code is different enough that the
   patches failed to work.
- Changelog has information on changes for version 2.4.0. Prior version
   information is for 2.3.3 from 2012. All intervening versions have no
   changelog information available.
   Version 2.4.0
    - Update translations.
    - Useragent report is produced if information is available.
    - Don't abort if DNS resolution is failing to resolve a host IP address.
    - xz compressed log files are supported.
    - Compressed redirector logs are now supported.
    - Filter converted and split logs using -t command line option.
    - Add many new buffer overflow checks.
    - Use random temporary directory name by default.
    - Many bug fixed.
    - Many new features added.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agocore158: Ship IPsec changes for iOS
Michael Tremer [Thu, 20 May 2021 09:28:21 +0000 (09:28 +0000)] 
core158: Ship IPsec changes for iOS

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoRevert "IPsec: Ensure that iOS VPNs are always connected"
Michael Tremer [Thu, 20 May 2021 09:26:13 +0000 (09:26 +0000)] 
Revert "IPsec: Ensure that iOS VPNs are always connected"

This reverts commit 8ce6222a1002a669cb511ba75b9e4e57810a4432.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoMerge remote-tracking branch 'ms/ipsec-ios' into next
Michael Tremer [Thu, 20 May 2021 09:25:05 +0000 (09:25 +0000)] 
Merge remote-tracking branch 'ms/ipsec-ios' into next

2 years agofireinfo: Update to 2.2.0
Michael Tremer [Tue, 18 May 2021 13:52:11 +0000 (13:52 +0000)] 
fireinfo: Update to 2.2.0

This release ports fireinfo to Python 3

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoStart Core Update 158
Michael Tremer [Tue, 18 May 2021 13:34:15 +0000 (13:34 +0000)] 
Start Core Update 158

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoFix merge error in samba rootfiles
Michael Tremer [Tue, 18 May 2021 12:51:59 +0000 (12:51 +0000)] 
Fix merge error in samba rootfiles

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoUpdate contributors
Michael Tremer [Tue, 18 May 2021 09:33:47 +0000 (09:33 +0000)] 
Update contributors

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoUpdate language errors
Michael Tremer [Tue, 18 May 2021 09:33:32 +0000 (09:33 +0000)] 
Update language errors

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoMerge branch 'next'
Michael Tremer [Tue, 18 May 2021 09:33:05 +0000 (09:33 +0000)] 
Merge branch 'next'

2 years agoelfutils: Update to 0.184
Adolf Belka [Mon, 17 May 2021 12:29:44 +0000 (14:29 +0200)] 
elfutils: Update to 0.184

- Update from 0.183 to 0.184
- Update rootfiles
- Changelog
     2021-05-10  Mark Wielaard  <mark@klomp.org>
* configure.ac (AC_INIT): Set version to 0.184.
* NEWS: Add libdw, translation and debuginfod-client entries.
     2021-03-30  Frank Ch. Eigler  <fche@redhat.com>
* configure.ac: Look for pthread_setname_np.
     2021-02-17  Timm Bäder  <tbaeder@redhat.com>
* configure.ac: Add -Wno-packed-not-aligned check.
     2021-02-17  Timm Bäder  <tbaeder@redhat.com>
* configure.ac: Add -Wtrampolines check.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agogdb: Update to 10.2
Adolf Belka [Mon, 17 May 2021 12:30:32 +0000 (14:30 +0200)] 
gdb: Update to 10.2

- Update from 10.1 to 10.2
- Update rootfiles
- Changelog
   GDB 10.2 brings the following fixes and enhancements over GDB 10.1:
    * PR remote/26614 (AddressSanitizer: heap-use-after-free of extended_remote_target in remote_async_inferior_event_handler)
    * PR gdb/26828 (SIGSEGV in follow_die_offset dwarf2/read.c:22950)
    * PR gdb/26861 (internal-error: void target_mourn_inferior(ptid_t): Assertion `ptid == inferior_ptid' failed. OS: Mac OSX Catalina; Compiler: GCC; Language: C)
    * PR gdb/26876 (gdb error: internal-error: Unknown CFA rule when debugging the linux kernel with qemu)
    * PR breakpoints/26881 (infrun.c:6384: internal-error: void process_event_stop_test(execution_control_state*): Assertion `ecs->event_thread->control.exception_resume_breakpoint != NULL' failed)
    * PR gdb/26901 (Array subscript fails with flexible array member without size)
    * PR tui/26973 (gdb crashes when not including the status window in a new layout)
    * PR python/26974 (Wrong Value.format_string docu for static members argument)
    * PR breakpoints/27009 ([s390] GDB branches randomly for BC instruction while displaced stepping)
    * PR tdep/27015 (ARC: "eret" value is collected from the wrong data in register cache)
    * PR backtrace/27147 ([GNU/Linux, sparc64] GDB is unable to print full stack trace (got "previous frame inner to this frame" errors))
    * PR rust/27194 (put rust demangler on 10.x branch)
    * PR threads/27239 (gdb/cp-support.c:1619:(.text+0x5502): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `TLS init function for thread_local_segv_handler')
    * PR breakpoints/27330 (nextoverthrow.exp FAILs on arm-none-eabi)
    * PR symtab/27333 ([dwarf-5] abort on unhandled DW_TAG_type_unit in process_psymtab_comp_unit)
    * PR fortran/27341 ([dwarf-5] FAIL: gdb.fortran/function-calls.exp: p derived_types_and_module_calls::pass_cart_nd(c_nd))
    * PR tdep/27369 (ARC: Stepping over atomic instruction sequences loops infinitely)
    * PR build/27385 (Cannot compile arc.c with gcc-4.8 (error: no matching function for call to 'std::pair...'))
    * PR gdb/27435 (Attach on solaris segfaults GDB)
    * PR build/27535 (amd64-linux-siginfo.c fails to compile after updating to glibc-2.33 headers)
    * PR build/27536 (aarch64-linux-hw-point.c fails to compile after updating to glibc-2.33)
    * PR symtab/27541 (gdb crashes on "file -readnow")
    * PR gdb/27750 (local variables have wrong address and values on sparc64)
    * PR varobj/27757 (-var-list-children coredump)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoCore Update 157: Apply changed permissions to /srv/web/ipfire/cgi-bin/cachemgr.cgi
Peter Müller [Mon, 17 May 2021 19:07:52 +0000 (21:07 +0200)] 
Core Update 157: Apply changed permissions to /srv/web/ipfire/cgi-bin/cachemgr.cgi

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoSquid: cachemgr.cgi does not have to be owned (hence writeable) by nobody
Peter Müller [Mon, 17 May 2021 19:07:32 +0000 (21:07 +0200)] 
Squid: cachemgr.cgi does not have to be owned (hence writeable) by nobody

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agonagios-plugins: Prevent Nagios plugins from being owned by nobody
Peter Müller [Mon, 17 May 2021 19:07:11 +0000 (21:07 +0200)] 
nagios-plugins: Prevent Nagios plugins from being owned by nobody

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoNRPE: Prevent NRPE binary from being owned by "nobody"
Peter Müller [Mon, 17 May 2021 19:06:50 +0000 (21:06 +0200)] 
NRPE: Prevent NRPE binary from being owned by "nobody"

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoCore Update 157: Remove executable bit less ugly
Peter Müller [Mon, 17 May 2021 19:06:32 +0000 (21:06 +0200)] 
Core Update 157: Remove executable bit less ugly

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoCore Update 157: Apply changed permissions to /var/ipfire/ovpn/ovpn-leases.db
Peter Müller [Mon, 17 May 2021 19:06:12 +0000 (21:06 +0200)] 
Core Update 157: Apply changed permissions to /var/ipfire/ovpn/ovpn-leases.db

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoOpenVPN: ovpn-leases.db for sure does not have to be executable
Peter Müller [Mon, 17 May 2021 19:05:49 +0000 (21:05 +0200)] 
OpenVPN: ovpn-leases.db for sure does not have to be executable

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoCore Update 157: Apply changed permissions to /var/ipfire/updatexlrator/bin/
Peter Müller [Mon, 17 May 2021 19:05:26 +0000 (21:05 +0200)] 
Core Update 157: Apply changed permissions to /var/ipfire/updatexlrator/bin/

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>