Commit Graph

16360 Commits

Author SHA1 Message Date
Michael Tremer
cee27ff47b squid: Update to 4.15
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-05-10 16:00:31 +00:00
Adolf Belka
268cdcd5b1 ffmpeg: disable static libraries
- Added --disable-static to lfs configure statement
- Updated rootfile with removal of static library entries

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-05-07 09:51:30 +00:00
Adolf Belka
b33473414d samba: Update to 4.14.4
- Update from 4.14.3 to 4.14.4
- Update of rootfile not required
- Changelog
    Release Notes for Samba 4.14.4 April 29, 2021
     This is a security release in order to address the following defect:
      o CVE-2021-20254: Negative idmap cache entries can cause incorrect
        group entries in the Samba file server process token.
    Details
      o  CVE-2021-20254:
         The Samba smbd file server must map Windows group identities (SIDs) into unix
         group ids (gids). The code that performs this had a flaw that could allow it
         to read data beyond the end of the array in the case where a negative cache
         entry had been added to the mapping cache. This could cause the calling code
         to return those values into the process token that stores the group
         membership for a user.
         Most commonly this flaw caused the calling code to crash, but an alert user
         (Peter Eriksson, IT Department, Linköping University) found this flaw by
         noticing an unprivileged user was able to delete a file within a network
         share that they should have been disallowed access to.
         Analysis of the code paths has not allowed us to discover a way for a
         remote user to be able to trigger this flaw reproducibly or on demand,
         but this CVE has been issued out of an abundance of caution.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-05-06 09:54:35 +00:00
Adolf Belka
3a7a955ba2 cmake: Update to 3.20.2
- Update from 3.20.0 to 3.20.2
- Update rootfile
- Changelog
   3.20.1
     -The FindIntl module in CMake 3.20.0 added checks
      Intl_HAVE_GETTEXT_BUILTIN, Intl_HAVE_DCGETTEXT_BUILTIN, and
      Intl_IS_BUILTIN, but they were not implemented correctly. These have
      been removed and replaced with a single Intl_IS_BUILT_IN check, whose
      name is consistent with the FindIconv module.
     -The -rpath linker flag is now specified as supported on all Apple
      platforms, not just macOS. The install_name_dir used for iOS, tvOS
      and watchOS should now default to @rpath instead of using a full
      absolute path and failing at runtime when the library or framework
      is embedded in an application bundle (see XCODE_EMBED_<type>).
   3.20.2
     -The Intel Classic 2021 compiler version numbers are now detected
      correctly as having major version 2021. CMake 3.20.1 and below were
      not aware of a change to the identification macro version scheme
      made by Intel starting in version 2021, and detected the version
      as 20.2.
     -The Intel oneAPI Fortran compiler is now identified as IntelLLVM.
      The oneAPI 2021.1 Fortran compiler is missing an identification
      macro, so CMake 3.20.1 and below identified it as Intel. CMake now
      has a special case to recognize oneAPI 2021.1 Fortran as IntelLLVM.
      The oneAPI 2021.2 Fortran compiler defines the proper identification
      macro and so is identified as IntelLLVM by all CMake 3.20 versions.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-05-06 09:54:21 +00:00
Adolf Belka
9a652ff69b fetchmail: Update to 6.4.19 and using python3
- Update from 6.3.26 (2013-04-23) to 6.4.19 (2021-04-24)
- Update rootfile
- Delete fetchmail-6.3.26-permit-build-without-ssl3.patch as it is not
   needed with version 6.4.19
- Added command to use python3 to lfs
- Changelog is too large to include here
   Full details can be found in NEWS file in the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-05-06 09:53:31 +00:00
Michael Tremer
d73709d8ee ffmpeg: Honour CFLAGS and LDFLAGS
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-05-06 09:48:31 +00:00
Michael Tremer
be28aade96 ffmpeg: Build against libatomic on armv5tel and RISC-V
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-05-05 08:33:11 +00:00
Peter Müller
183ccaa5a5 icmp-types file does not have to be executable
This file does not contain any executable code, hence we should not set
its permission to be executable.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-05-04 15:51:15 +00:00
Michael Tremer
86beff5f75 collectd: Use libstatgrab for reading disk stats
Fixes: #12576
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-05-04 15:48:08 +00:00
Michael Tremer
be56c36b00 core157: Ship getipstat and iptables.cgi and bump guardian
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-05-04 14:48:59 +00:00
Robin Roevens
8b68ed1226 misc-progs: getipstat: Refactor + extend
* Return output of iptables directly instead of writing it to files.
 * Make iptables wait for 5s if xtables is locked by another iptables
 process. (--wait 5 argument)
 * Add optional parameter "-x" to have iptables report exact numbers.
 * Add optional parameter "-f" to display  the filter table  (default).
 * Add optional parameter "-n" to display the nat table.
 * Add optional parameter "-m" to display the mangle table.
  * Adapt iptables.cgi and guardian.cgi to catch getipstat output
  instead of reading temp-files.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-05-04 14:27:27 +00:00
Adolf Belka
d8bf30563f xfsprogs: Update to 5.11.0
- Update from 5.9.0 to 5.11.0
- Update of rootfile not required
- libinih is now a dependency for xfsprogs build
- Changelog
    xfsprogs-5.11.0 (12 Mar 2021)
	- xfs_admin: don't hide xfs_repair output when upgrading (Darrick Wong)
	- man: document attr2, ikeep option deprecation in xfs.5 (Pavel Reichl)
    xfsprogs-5.11.0-rc1 (23 Feb 2021)
	- mkfs: make use of xfs_validate_stripe_geometry() (Gao Xiang)
	- mkfs: fix wrong inobtcount usage error output (Zorro Lang)
	- xfs_repair: enable bigtime upgrade via repair (Darrick J. Wong)
	- xfs_repair: enable inobtcount upgrade via repair (Darrick J. Wong)
	- xfs_repair: set NEEDSREPAIR on first write (Darrick J. Wong)
	- xfs_repair: clear the needsrepair flag when done (Darrick J. Wong)
	- xfs_repair: check dquot id and type (Darrick J. Wong)
	- xfs_fsr: Verify bulkstat version in qsort's cmp() (Chandan Babu R)
	- xfs_fsr: Interpret args of qsort's cmp() correctly (Chandan Babu R)
	- xfs_scrub: load and unload libicu properly (Darrick J. Wong)
	- xfs_scrub: various fixes (Darrick J. Wong)
	- xfs_admin: support adding features to V5 filesystems (Darrick J. Wong)
	- xfs_admin: support filesystems with realtime devices (Darrick J. Wong)
	- man: mark all deprecated V4 format options (Darrick J. Wong)
	- misc: fix valgrind complaints (Darrick J. Wong)
	- xfs_db: disallow label/uuid setting if NEEDSREPAIR (Darrick J. Wong)
	- xfs_db: show NEEDSREPAIR in check & version commands (Darrick J. Wong)
	- xfs_db: add an ls command (Darrick J. Wong)
	- xfs_db: add a directory path lookup command (Darrick J. Wong)
    xfsprogs-5.11.0-rc0 (12 Feb 2021)
	- libxfs changes merged from kernel 5.10
	- Debian packaging fixes (Bastian Germann)
    xfsprogs-5.10.0 (11 Dec 2020)
	- xfs_repair: remove old code for mountpoint inodes (Anthony Iliopoulos)
    xfsprogs-5.10.0-rc1 (04 Dec 2020)
	- xfsprogs: Add inode btree counter feature (Darrick Wong)
	- xfsprogs: Add bigtime feature for Y2038 (Darrick Wong)
	- xfsprogs: Polish translation update (Jakub Bogusz)
	- mkfs.xfs: Add config file feature (Dave Chinner)
	- mkfs.xfs: allow users to specify rtinherit=0 (Darrick Wong)
	- xfs_repair: simplify bmap_next_offset (Christoph Hellwig)
	- man: various manpage updates (Eric Sandeen)
	- libxfs: remove some old dead code (Dave Chinner)
	- libxfs: add realtime extent tracking (Darrick Wong)
    xfsprogs-5.10.0-rc0 (17 Nov 2020)
	- libxfs changes merged from kernel 5.10

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-30 14:18:20 +00:00
Adolf Belka
ff075deff7 libinih: New dependency for build of xfsprogs
- libinih dependency for xfsprogs build from 5.10.0
- Creation of lfs file
- Creation of rootfile - all entries commented out as this is only
   required during the build
- Addition of libinih to make.sh

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-30 14:18:02 +00:00
Michael Tremer
5108b1129a core157: Ship libxml2
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-30 14:17:46 +00:00
Adolf Belka
35b2b3c619 libxml2: Update to 2.9.10
- Update from 2.9.4 to 2.9.10
- Update of rootfile
- Changelog
  v2.9.10: Oct 30 2019
  Documentation:
    Fix a few more typos ("fonction") (Nick Wellnhofer),
    Large batch of typo fixes (Jared Yanovich),
    Fix typos: tree: move{ -> s}, reconcil{i -> }ed, h{o -> e}ld by... (Jan Pokorný),
    Fix typo: xpath: simpli{ -> fi}ed (Jan Pokorný),
    Doc: do not mislead towards "infeasible" scenario wrt. xmlBufNodeDump (Jan Pokorný),
    Fix comments in test code (zhouzhongyuan),
    fix comment in testReader.c (zhouzhongyuan)
  Portability:
    Fix some release issues on Fedora 30 (Daniel Veillard),
    Fix exponent digits when running tests under old MSVC (Daniel Richard G),
    Work around buggy ceil() function on AIX (Daniel Richard G),
    Don't call printf with NULL string in runtest.c (Daniel Richard G),
    Switched from unsigned long to ptrdiff_t in parser.c (Stephen Chenney),
    timsort.h: support older GCCs (Jérôme Duval),
    Make configure.ac work with older pkg-config (Nick Wellnhofer),
    Stop defining _REENTRANT on some Win32 platforms (Nick Wellnhofer),
    Fix nanohttp.c on MinGW (Nick Wellnhofer),
    Fix Windows compiler warning in testC14N.c (Nick Wellnhofer),
    Merge testThreadsWin32.c into testThreads.c (Nick Wellnhofer),
    Fix Python bindings under Windows (Nick Wellnhofer)
  Bug Fixes:
    Another fix for conditional sections at end of document (Nick Wellnhofer),
    Fix for conditional sections at end of document (Nick Wellnhofer),
    Make sure that Python tests exit with error code (Nick Wellnhofer),
    Audit memory error handling in xpath.c (Nick Wellnhofer),
    Fix error code in xmlTextWriterStartDocument (Nick Wellnhofer),
    Fix integer overflow when counting written bytes (Nick Wellnhofer),
    Fix uninitialized memory access in HTML parser (Nick Wellnhofer),
    Fix memory leak in xmlSchemaValAtomicType (Nick Wellnhofer),
    Disallow conditional sections in internal subset (Nick Wellnhofer),
    Fix use-after-free in xmlTextReaderFreeNodeList (Nick Wellnhofer),
    Fix Regextests (Nick Wellnhofer),
    Fix empty branch in regex (Nick Wellnhofer),
    Fix integer overflow in entity recursion check (Nick Wellnhofer),
    Don't read external entities or XIncludes from stdin (Nick Wellnhofer),
    Fix Schema determinism check of ##other namespaces (Nick Wellnhofer),
    Fix potential null deref in xmlSchemaIDCFillNodeTables (zhouzhongyuan),
    Fix potential memory leak in xmlBufBackToBuffer (Nick Wellnhofer),
    Fix error message when processing XIncludes with fallbacks (Nick Wellnhofer),
    Fix memory leak in xmlRegEpxFromParse (zhouzhongyuan),
    14:00 is a valid timezone for xs:dateTime (Nick Wellnhofer),
    Fix memory leak in xmlParseBalancedChunkMemoryRecover (Zhipeng Xie),
    Fix potential null deref in xmlRelaxNGParsePatterns (Nick Wellnhofer),
    Misleading error message with xs:{min|max}Inclusive (bettermanzzy),
    Fix memory leak in xmlXIncludeLoadTxt (Wang Kirin),
    Partial fix for comparison of xs:durations (Nick Wellnhofer),
    Fix null deref in xmlreader buffer (zhouzhongyuan),
    Fix unability to RelaxNG-validate grammar with choice-based name class (Jan Pokorný),
    Fix unability to validate ambiguously constructed interleave for RelaxNG (Jan Pokorný),
    Fix possible null dereference in xmlXPathIdFunction (zhouzhongyuan),
    fix memory leak in xmlAllocOutputBuffer (zhouzhongyuan),
    Fix unsigned int overflow (Jens Eggerstedt),
    dict.h: gcc 2.95 doesn't allow multiple storage classes (Nick Wellnhofer),
    Fix another code path in xmlParseQName (Nick Wellnhofer),
    Make sure that xmlParseQName returns NULL in error case (Nick Wellnhofer),
    Fix build without reader but with pattern (Nick Wellnhofer),
    Fix memory leak in xmlAllocOutputBufferInternal error path (Nick Wellnhofer),
    Fix unsigned integer overflow (Nick Wellnhofer),
    Fix return value of xmlOutputBufferWrite (Nick Wellnhofer),
    Fix parser termination from "Double hyphen within comment" error (David Warring),
    Fix call stack overflow in xmlFreePattern (Nick Wellnhofer),
    Fix null deref in previous commit (Nick Wellnhofer),
    Fix memory leaks in xmlXPathParseNameComplex error paths (Nick Wellnhofer),
    Check for integer overflow in xmlXPtrEvalChildSeq (Nick Wellnhofer),
    Fix xmllint dump of XPath namespace nodes (Nick Wellnhofer),
    Fix float casts in xmlXPathSubstringFunction (Nick Wellnhofer),
    Fix null deref in xmlregexp error path (Nick Wellnhofer),
    Fix null pointer dereference in xmlTextReaderReadOuterXml (Nick Wellnhofer),
    Fix memory leaks in xmlParseStartTag2 error paths (Nick Wellnhofer),
    Fix memory leak in xmlSAX2StartElement (Nick Wellnhofer),
    Fix commit "Memory leak in xmlFreeID (xmlreader.c)" (Nick Wellnhofer),
    Fix NULL pointer deref in xmlTextReaderValidateEntity (Nick Wellnhofer),
    Memory leak in xmlFreeTextReader (Nick Wellnhofer),
    Memory leak in xmlFreeID (xmlreader.c) (Nick Wellnhofer)
  Improvements:
    Run XML conformance tests under CI (Nick Wellnhofer),
    Update GitLab CI config (Nick Wellnhofer),
    Propagate memory errors in valuePush (Nick Wellnhofer),
    Propagate memory errors in xmlXPathCompExprAdd (Nick Wellnhofer),
    Make xmlFreeDocElementContent non-recursive (Nick Wellnhofer),
    Enable continuous integration via GitLab CI (Nick Wellnhofer),
    Avoid ignored attribute warnings under GCC (Nick Wellnhofer),
    Make xmlDumpElementContent non-recursive (Nick Wellnhofer),
    Make apibuild.py ignore ATTRIBUTE_NO_SANITIZE (Nick Wellnhofer),
    Mark xmlExp* symbols as removed (Nick Wellnhofer),
    Make xmlParseConditionalSections non-recursive (Nick Wellnhofer),
    Adjust expected error in Python tests (Nick Wellnhofer),
    Make xmlTextReaderFreeNodeList non-recursive (Nick Wellnhofer),
    Make xmlFreeNodeList non-recursive (Nick Wellnhofer),
    Make xmlParseContent and xmlParseElement non-recursive (Nick Wellnhofer),
    Remove executable bit from non-executable files (Nick Wellnhofer),
    Fix expected output of test/schemas/any4 (Nick Wellnhofer),
    Optimize build instructions in README (zhouzhongyuan),
    xml2-config.in: Output CFLAGS and LIBS on the same line (Hugh McMaster),
    xml2-config: Add a --dynamic switch to print only shared libraries (Hugh McMaster),
    Annotate functions with __attribute__((no_sanitize)) (Nick Wellnhofer),
    Fix warnings when compiling without reader or push parser (Nick Wellnhofer),
    Remove unused member `doc` in xmlSaveCtxt (Nick Wellnhofer),
    Limit recursion depth in xmlXPathCompOpEvalPredicate (Nick Wellnhofer),
    Remove -Wno-array-bounds (Nick Wellnhofer),
    Remove unreachable code in xmlXPathCountFunction (Nick Wellnhofer),
    Improve XPath predicate and filter evaluation (Nick Wellnhofer),
    Limit recursion depth in xmlXPathOptimizeExpression (Nick Wellnhofer),
    Disable hash randomization when fuzzing (Nick Wellnhofer),
    Optional recursion limit when parsing XPath expressions (Nick Wellnhofer),
    Optional recursion limit when evaluating XPath expressions (Nick Wellnhofer),
    Use break statements in xmlXPathCompOpEval (Nick Wellnhofer),
    Optional XPath operation limit (Nick Wellnhofer),
    Fix compilation with --with-minimum (Nick Wellnhofer),
    Check XPath stack after calling functions (Nick Wellnhofer),
    Remove debug printf in xmlreader.c (Nick Wellnhofer),
    Always define LIBXML_THREAD_ENABLED when enabled (Michael Haubenwallner),
    Regenerate NEWS (Nick Wellnhofer),
    Change git repo URL (Nick Wellnhofer),
    Change bug tracker URL (Nick Wellnhofer),
    Remove outdated HTML file (Nick Wellnhofer),
    Fix unused function warning in testapi.c (Nick Wellnhofer),
    Add some generated test files to .gitignore (Nick Wellnhofer),
    Remove unneeded function pointer casts (Nick Wellnhofer),
    Fix -Wcast-function-type warnings (GCC 8) (Nick Wellnhofer),
    Fix -Wformat-truncation warnings (GCC 8) (Nick Wellnhofer)
  Cleanups:
    Rebuild docs (Nick Wellnhofer),
    Disable xmlExp regex code (Nick Wellnhofer),
    Remove redundant code in xmlRelaxNGValidateState (Nick Wellnhofer),
    Remove redundant code in xmlXPathCompRelationalExpr (Nick Wellnhofer)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-30 14:17:15 +00:00
Adolf Belka
29c8dac058 less: Update to 581.2
- Update from 581 to 581.2
- Update of rootfile not required
- Changelog
   This fixes a bug found in less-581 where the terminal was sometimes
   left in mouse-reporting mode after exiting less

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-30 14:17:03 +00:00
Michael Tremer
00b1fb4361 core157: Ship iproute2
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-30 14:16:47 +00:00
Adolf Belka
4d31873a2b iproute2: Update to 5.12.0
- Update from 5.11.0 to 5.12.0
- Update rootfile
- Changelog
   No Changelog in the source tarball or in the git repository
   Changes taken from the git commits from 5.11.0 to 5.12.0
    remove trailing whitespace	Stephen Hemminger
    lib: bpf_legacy: fix missing socket close when connect() fails	Andrea Claudi
    lib: bpf_legacy: treat 0 as a valid file descriptor	Andrea Claudi
    tc: e_bpf: fix memory leak in parse_bpf()	Andrea Claudi
    ip: netns: fix missing netns close on some error paths	Andrea Claudi
    uapi: add missing virtio related headers	Stephen Hemminger
    rdma: stat: fix return code	Andrea Claudi
    rdma: stat: initialize ret in stat_qp_show_parse_cb()	Andrea Claudi
    nexthop: fix memory leak in add_nh_group_attr()	Andrea Claudi
    q_cake: remove useless check on argv	Andrea Claudi
    devlink: always check strslashrsplit() return value	Andrea Claudi
    uapi: update can.h	Stephen Hemminger
    erspan: fix JSON output	Stephen Hemminger
    uapi: bpf.h update from upstream	Stephen Hemminger
    ip: Fix batch processing	Petr Machata
    uapi: minor header update for l2tp	Stephen Hemminger
    README: remove doc instructions	Stephen Hemminger
    ip: cleanup help message text	Stephen Hemminger
    lib/bpf: add missing limits.h includes	Tony Ambardar
    ip: xfrm: limit the length of the security context name when printing	Sabrina Dubroca
    q_cake: Fix incorrect printing of signed values in class statistics	Toke Høiland-Jørgensen
    dcb: Fix compilation warning about reallocarray	Roi Dayan
    iproute: fix printing resolved localhost	Luca Boccassi
    vdpa: add .gitignore	Stephen Hemminger

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-30 14:16:24 +00:00
Adolf Belka
b69b3818eb ffmpeg: Update to 4.4
- Update from 4.2.3 to 4.4
- Update rootfile
- Changelog
version 4.4:
- AudioToolbox output device
- MacCaption demuxer
- PGX decoder
- chromanr video filter
- VDPAU accelerated HEVC 10/12bit decoding
- ADPCM IMA Ubisoft APM encoder
- Rayman 2 APM muxer
- AV1 encoding support SVT-AV1
- Cineform HD encoder
- ADPCM Argonaut Games encoder
- Argonaut Games ASF muxer
- AV1 Low overhead bitstream format demuxer
- RPZA video encoder
- ADPCM IMA MOFLEX decoder
- MobiClip FastAudio decoder
- MobiClip video decoder
- MOFLEX demuxer
- MODS demuxer
- PhotoCD decoder
- MCA demuxer
- AV1 decoder (Hardware acceleration used only)
- SVS demuxer
- Argonaut Games BRP demuxer
- DAT demuxer
- aax demuxer
- IPU decoder, parser and demuxer
- Intel QSV-accelerated AV1 decoding
- Argonaut Games Video decoder
- libwavpack encoder removed
- ACE demuxer
- AVS3 demuxer
- AVS3 video decoder via libuavs3d
- Cintel RAW decoder
- VDPAU accelerated VP9 10/12bit decoding
- afreqshift and aphaseshift filters
- High Voltage Software ADPCM encoder
- LEGO Racers ALP (.tun & .pcm) muxer
- AV1 VAAPI decoder
- adenorm filter
- ADPCM IMA AMV encoder
- AMV muxer
- NVDEC AV1 hwaccel
- DXVA2/D3D11VA hardware accelerated AV1 decoding
- speechnorm filter
- SpeedHQ encoder
- asupercut filter
- asubcut filter
- Microsoft Paint (MSP) version 2 decoder
- Microsoft Paint (MSP) demuxer
- AV1 monochrome encoding support via libaom >= 2.0.1
- asuperpass and asuperstop filter
- shufflepixels filter
- tmidequalizer filter
- estdif filter
- epx filter
- Dolby E parser
- shear filter
- kirsch filter
- colortemperature filter
- colorcontrast filter
- PFM encoder
- colorcorrect filter
- binka demuxer
- XBM parser
- xbm_pipe demuxer
- colorize filter
- CRI parser
- aexciter audio filter
- exposure video filter
- monochrome video filter
- setts bitstream filter
- vif video filter
- OpenEXR image encoder
- Simbiosis IMX decoder
- Simbiosis IMX demuxer
- Digital Pictures SGA demuxer and decoders
- TTML subtitle encoder and muxer
- identity video filter
- msad video filter
- gophers protocol
- RIST protocol via librist
version 4.3:
- v360 filter
- Intel QSV-accelerated MJPEG decoding
- Intel QSV-accelerated VP9 decoding
- Support for TrueHD in mp4
- Support AMD AMF encoder on Linux (via Vulkan)
- IMM5 video decoder
- ZeroMQ protocol
- support Sipro ACELP.KELVIN decoding
- streamhash muxer
- sierpinski video source
- scroll video filter
- photosensitivity filter
- anlms filter
- arnndn filter
- bilateral filter
- maskedmin and maskedmax filters
- VDPAU VP9 hwaccel
- median filter
- QSV-accelerated VP9 encoding
- AV1 encoding support via librav1e
- AV1 frame merge bitstream filter
- AV1 Annex B demuxer
- axcorrelate filter
- mvdv decoder
- mvha decoder
- MPEG-H 3D Audio support in mp4
- thistogram filter
- freezeframes filter
- Argonaut Games ADPCM decoder
- Argonaut Games ASF demuxer
- xfade video filter
- xfade_opencl filter
- afirsrc audio filter source
- pad_opencl filter
- Simon & Schuster Interactive ADPCM decoder
- Real War KVAG demuxer
- CDToons video decoder
- siren audio decoder
- Rayman 2 ADPCM decoder
- Rayman 2 APM demuxer
- cas video filter
- High Voltage Software ADPCM decoder
- LEGO Racers ALP (.tun & .pcm) demuxer
- AMQP 0-9-1 protocol (RabbitMQ)
- Vulkan support
- avgblur_vulkan, overlay_vulkan, scale_vulkan and chromaber_vulkan filters
- ADPCM IMA MTF decoder
- FWSE demuxer
- DERF DPCM decoder
- DERF demuxer
- CRI HCA decoder
- CRI HCA demuxer
- overlay_cuda filter
- switch from AvxSynth to AviSynth+ on Linux
- mv30 decoder
- Expanded styling support for 3GPP Timed Text Subtitles (movtext)
- WebP parser
- tmedian filter
- maskedthreshold filter
- Support for muxing pcm and pgs in m2ts
- Cunning Developments ADPCM decoder
- asubboost filter
- Pro Pinball Series Soundbank demuxer
- pcm_rechunk bitstream filter
- scdet filter
- NotchLC decoder
- gradients source video filter
- MediaFoundation encoder wrapper
- untile filter
- Simon & Schuster Interactive ADPCM encoder
- PFM decoder
- dblur video filter
- Real War KVAG muxer

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-30 14:15:39 +00:00
Adolf Belka
2e07505358 libdvbpsi: Remove this package from IPFire
- Input from Arne Fitzenreiter
   libdvbpsi can be safely dropped. It was used by videolan client which
   was dropped many years ago because newer versions had too many
   dependencies
- Input from Michael Tremer
   Confirmed that libdvbpsi is not used by anything
- Delete lfs, rootfile and remove libdvbpsi entry in make.sh

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-28 17:24:04 +00:00
Michael Tremer
0c5d9f7ca4 sane: Add rootfile for armv5tel
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-28 08:28:48 +00:00
Michael Tremer
be49bb9e50 samba: Update rootfile for armv5tel
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-27 15:53:51 +00:00
Michael Tremer
e6562f3ee2 core157: Ship libaio
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-27 08:06:59 +00:00
Adolf Belka
cb5f4a5416 libaio: Update to 0.3.112
- Update from 0.3.111 to 0.3.112
- Update of rootfile not required
- Changelog
    The ChangeLog file in the source tarball has the last entry
     for version 0.3.107
    The AIO website has no change history
   The following commits were found on the Fedora git repository for libaio
    Makefile: add missing DESTDIR variable use
      Thomas Petazzoni • 2 years ago
    src/Makefile: add ENABLE_SHARED boolean to allow static-only build
      Thomas Petazzoni • 2 years ago
    Add README.md
      Jeff Moyer • 2 years ago
    Merge #7 `Link against libgcc to avoid unresolved symbols`
      Jeffrey E. Moyer • 2 years ago
    harness: fix POLLIN test case
      Jeff Moyer • 2 years ago
    Merge branch 'aio-poll'
      Jeff Moyer • 2 years ago
    Link against libgcc to avoid unresolved symbols
      Guillem Jover • 2 years ago

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-27 08:02:00 +00:00
Michael Tremer
8630c5ab67 samba: Update rootfiles for aarch64 and i586
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-27 08:01:26 +00:00
Michael Tremer
91a335601c Revert "libjpeg: Update to 2.1.0"
This reverts commit dd58f381fa.

This doesn't build on armv5tel: https://lists.ipfire.org/pipermail/development/2021-April/010134.html

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-27 07:58:56 +00:00
Adolf Belka
6404644332 libmicrohttpd: Update to 0.9.73
- Update from 0.9.71 to 0.9.73
- Update rootfile
- Changelog
Sun 25 Apr 2021 14:00:00 MSK
Releasing GNU libmicrohttpd 0.9.73. -EG
Sat 24 Apr 2021 23:00:00 MSK
    Fixed build with Clang and Visual Studio.
    MSVS project files updated.
    Enabled bind port autodetection with MSVS builds. -EG
Fri 23 Apr 2021 14:27:00 MSK
    Fixed build without TLS lib.
    Fixed build without system poll() function.
    Fixed compiler warnings on 32-bit platforms.
    Fixed various compiler warnings. -EG
Thu 22 Apr 2021 12:32:00 MSK
    Fixed some typos.
    Force disable TCP_CORK, TCP_NOPUSH, and TCP_NODELAY before switching
    connection to "upgraded" mode.
    Improved portability of the test-suite for upgraded connections. -EG
Tue 20 Apr 2021 17:11:00 MSK
    Disabled NLS by default in configure. -EG
Mon 19 Apr 2021 18:58:00 MSK
    Fixed testzzuf/test_put_chanked to correctly use MHD.
    Added internal error code for TLS errors.
    Added all missing messages to the .pot file.
    Detect more types of errors for receiving data and report
    error description in the MHD log.
    Added support for ALPN on TLS connections if supported by
    used TLS library. -EG
Sun 18 Apr 2021 20:47:00 MSK
    Removed dead code.
    Limited iov-backed responses size to SSIZE_MAX as limited by
    system calls.
    Report error message in MHD log for send errors. -EG
Sat 17 Apr 2021 18:50:00 MSK
    Unified upgrade test behavior for all platforms.
    Some code simplification and unification.
    Compiler warning (false positive) fixed. -EG
Fri 16 Apr 2021 17:58:00 MSK
    Used run-time value if IOV_MAX if available.
    Fixed portability of error handling for sending functions.
    Detect pipes/unix sockets on fly and do not use TCP/IP specific
    functions with them.
    Fixed support of UNIX sockets on non-Linux kernels. -EG
Fri 16 Apr 2021 10:23:39 AM CEST
    Detect if a socket is a UNIX domain socket and do not try to play
    with TCP corking options in this case (avoids useless failed
    syscalls). -CG
Thu 15 Apr 2021 18:56:00 MSK
    Fixed configure '--enable-sanitizer' parameter.
    Stopped pushing of partial responses when limited by system maximum size
    for sendmsg(). -EG
Web 14 Apr 2021 22:20:00 MSK
    Fixed: use sendmsg() in POSIX-compatible way, do not try to send more
    than IOV_MAX elements per single call. -EG
Sun 11 Apr 2021 15:44:00 MSK
    Updated test TLS certificates to not expired modern versions, restored
    HTTPS examples compatibility with modern browsers.
    TCP_NODELAY is not pre-enabled for HTTPS connection as it actually
    does not speed-up TLS handshakes on moders OSes. -EG
Thu 01 Apr 2021 21:29:46 MSK
    Fixed MD5 digest authorization broken when compiled without variable
    length arrays support (notably with MSVC).
    Fixed and muted compiler warning.
    Deeper test with zzuf if configured with --enable-heavy-tests.
    Removed run-check of assert() in configure to avoid core dumps. -EG
Thu 01 Apr 2021 17:46:00 MSK
    Added new function MHD_run_wait() useful for single-threaded applications
    without other network activity.
    Added tests for the new function. -EG
Wed 17 Mar 2021 20:53:33 MSK
    Re-factored startup log parameters processing. Warn user if wrong logger
    could be used potentially.
    Added headers doxy with information about minimal MHD version when
    particular symbols were introduced.
    Added new daemon option to indicate SIGPIPE handling by application for
    daemons being run in application thread. -EG
Wed 24 Feb 2021 19:23:00 MSK
    SIGPIPE-related macro minor refactoring for readability.
    Added new response iov function (and related framework), based on the patch
    provided by Lawrence Sebald and Damon N. Earp from NASA. -EG
Thu 04 Feb 2021 06:41:34 PM CET
    Fix PostProcessor to always properly stop iteration when application callback
    tells it to do so. -CG
Sun 24 Jan 2021 21:30:00 MSK
    Added '--enable-heavy-tests' configure parameter.
    Minor configure.ac and Makefiles fixes. -EG
Tue 19 Jan 2021 17:59:00 MSK
    Fixed compatibility with autoconf. 2.70
    Updated M4 macros. -EG
Wed 06 Jan 2021 08:39:58 PM CET
    Return timeout of zero also for connections awaiting cleanup. -CG
Tue 29 Dec 2020 15:39:00 MSK
    Improved speed of TLS handshake by pre-enabling TCP_NODELAY. -EG
Mon 28 Dec 2020 21:36:00 MSK
Releasing libmicrohttpd 0.9.72. -EG
Mon 28 Dec 2020 09:37:00 MSK
    Completely reworked and rewritten TCP_CORK, TCP_NOPUSH, TCP_NODELAY and
    MSG_MORE handling. Reduced number of sys-calls, fixed portability for
    FreeBSD, OpenBSD, NetBSD, Darwin, W32, Solaris.
    Removed usage of gnutls_record_cork() as it fully blocks stream until
    final block is ready.
    Fixed compatibility with C90 compilers.
    Really started using sendmsg() for header + body combined single-call
    response sending.
    Fixed sending of response body by sendmsg() when it shouldn't be sent,
    like responses for HEAD requests.
    Improved error handling for gnutls_record_send().
    Updated W32 resources for .DLLs.
    Fixed building with various disabled features (like messages, HTTPS,
    http-upgrade, authorization etc.)
    Fixed possible SIGPIPE generation when sendfile() is used (it was always
    possible on Linux that sendfile() produce SIGPIPE, now it's fixed).
    Several compiler warnings muted and/or fixed in the lib code and in
    the examples. -EG
Sun 01 Nov 2020 17:17:00 MSK
    Fixed conflict with system CPU_COUNT macro.
    Minor improvements of error reporting in MHD daemon.
    Fixed FTBFS with GnuTLS versions before 3.1.9
    Fixed test_add_conn for multi-CPU machines.
    Fixed analyzer warnings.
    Fixed use-after-free and resources leaks for upgraded connections
    in TLS mode with thread-per-connection. -EG
Sun 25 Oct 2020 19:31:00 MSK
    Fixed epoll mode without listening socket.
    Minor improvements of thread sync.
    Fixed broken sendfile on FreeBSD.
    Fixed broken MHD with thread-pool and without listening socket.
    Added four tests for MHD_add_connection().
    Fixed several resources leaks in error handlers.
    Re-implemented scheme of handling of externally added connections,
    fixed thread-safety. -EG
Wed 21 Oct 2020 10:00:58 AM CEST
    Corking should be OFF when sending the footer (#6610). -AP/CG
Wed 07 Oct 2020 11:07:00 MSK
    W32 default target version changed to Vista, XP is still supported.
    Minor fixes and additional asserts for memorypool.
    IPv6 tests are not used if IPv6 is disabled at run-time. -EG
Sun 27 Sep 2020 10:08:03 PM CEST
    Fixed incorrect triggering of epoll edge polling for
    "upgraded" TLS connections.  Fixed a few cases where
    gnutls_record_uncork() return value was still ignored,
    possibly causing buffer to not be flushed correctly. -CG
Sat 26 Sep 2020 08:18:02 PM CEST
    Make MHD_USE_NO_LISTEN_SOCKET work in conjunction with
    MHD internal threads. -CG/DE
Thu 24 Sep 2020 16:55:00 MSK
    Fixed compiler warnings on W32.
    Minor optimisation of MHD_YES/MHD_NO internal usage.
    Refactor and cleanup of internal debugging macros.
    Updated HTTP status codes, header names and methods from
    the registries.
    Fixed portability of test_upgrade_large.
    Minor testsuite fixes.
    Restored parallel build of libmicrohttpd (except tests). -EG
Fri 11 Sep 2020 10:08:22 PM CEST
    Fix crash problem in PostProcessor reported by MD. -CG
    Fix GnuTLS configure test to check for gnutls_record_uncork. -CG
Wed 19 Aug 2020 09:40:39 AM CEST
    Add logic to check on MHD_pool_reallocate() failure reported on the
    mailinglist (will NOT yet fix the issue). -CG
Sun 26 Jul 2020 01:56:54 PM CEST
    Add MHD_create_response_from_pipe() to allow creating a response based
    on data read from a pipe. -CG
Fri Jul 10 15:04:51 CEST 2020
    Fixed Postprocessor URL-encoded parsing if '%' fell on boundary. -CG/MD
Thu 02 Jul 2020 09:56:23 PM CEST
    Fixed return type of MHD_queue_basic_auth_fail_response. -CA/CG

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:11:27 +00:00
Michael Tremer
d7de1fa9e8 core157: Ship libgpg-error
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:11:15 +00:00
Adolf Belka
ef1a5fc9cd libgpg-error: Update to 1.42
- Update from 1.41 to 1.42
- Update rootfile
- Changelog
   2021-03-22  Werner Koch  <wk@gnupg.org>
	core: Add GPG_ERR_SOURCE_TPM2D.
	+ commit 200bf2ed9d610219cc0b12a91dedb3bfd52d36b7
	* src/err-sources.h.in (GPG_ERR_SOURCE_TPM2D): New.
   2021-03-05  Werner Koch  <wk@gnupg.org>
	w32: Allow Unicode paths for the gettext domain.
	+ commit 618ce381f9d70f3a94e87f58f667a6138411018e
	* src/w32-gettext.c: Remove remaining WindowsCE support
	(load_domain): Use CreateFileW.
   2021-03-04  Werner Koch  <wk@gnupg.org>
	w32: Minor cleanup of w32-gettext.
	+ commit 3bf1de7b72be8e1d9fa78eb94730772d9cf61c44
	* src/w32-gettext.c: Include gpgrt.h instead gpg-error.h.
	(utf8_to_wchar): Use underscored function.
	(_gpg_w32_textdomain): Ditto.
   2021-02-18  NIIBE Yutaka  <gniibe@fsij.org>
	build: Support --disable-threads by gen-lock-obj.sh.
	+ commit 1fb90a7da186ee2ee098a666f6f3a35bb1720e59
	* configure.ac: Supply --disable-threads to gen-lock-obj.sh.
	Tighten the condition of using gen-lock-obj.sh for GNU/Linux.
	* src/gen-lock-obj.sh: Support --disable-threads.
   2021-02-16  NIIBE Yutaka  <gniibe@fsij.org>
	build: Fix gpgrt-config.
	+ commit ed3cd20de8d3eab92dd8fff02bcc214c55d08398
	* src/gpgrt-config.in: Remove delimiter variable.
	build: More fix for determining libdir for gpgrt-config.
	+ commit 28a21addc2e30b0756cdc6774c79f69070df8829
	* src/gpg-error.m4: Use CC -print-search-dirs for better support of
	GNU style cross prefix.
   2021-02-15  NIIBE Yutaka  <gniibe@fsij.org>
	build: Fix the previous change.
	+ commit d7fd25bbfb83cd445bc81aa695b2c6127c22fa59
	* src/gpg-error.m4: Fix test condition for GPGRT_CONFIG.
	Fix behaviour when there is no GPG_ERROR_CONFIG.
   2021-02-12  NIIBE Yutaka  <gniibe@fsij.org>
	build: Improve how to determine $libdir for gpgrt-config.
	+ commit 3cabbad4eec0e5bc6bdaa9f8626578934138adee
	* src/gpg-error.m4: Fix $gpgrt_libdir handling.
   2021-02-09  NIIBE Yutaka  <gniibe@fsij.org>
	Support cross-compiling on more platforms.
	+ commit 99ae862a96a569724f49a604ebb7d3f6d2c2d374
	* src/gen-lock-obj.sh (ECHO_C, ECHO_N): Portability fix.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:11:00 +00:00
Adolf Belka
d1878532f8 libexif: Update to 0.6.22
- Update from 0.6.21 (2012) to 0.6.22 (2020)
- Update rootfile
- Changelog
  * New translations: ms
  * Updated translations for most languages
  * Fixed C89 compatibility
  * Fixed warnings on recent versions of autoconf
  * Some useful EXIF 2.3 tag added:
    * EXIF_TAG_GAMMA
    * EXIF_TAG_COMPOSITE_IMAGE
    * EXIF_TAG_SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE
    * EXIF_TAG_SOURCE_EXPOSURE_TIMES_OF_COMPOSITE_IMAGE
    * EXIF_TAG_GPS_H_POSITIONING_ERROR
    * EXIF_TAG_CAMERA_OWNER_NAME
    * EXIF_TAG_BODY_SERIAL_NUMBER
    * EXIF_TAG_LENS_SPECIFICATION
    * EXIF_TAG_LENS_MAKE
    * EXIF_TAG_LENS_MODEL
    * EXIF_TAG_LENS_SERIAL_NUMBER
  * Lots of fixes exposed by fuzzers like AFL, ClusterFuzz, OSSFuzz and others.
    * CVE-2018-20030: Fix for recursion DoS
    * CVE-2020-13114: Time consumption DoS when parsing canon array markers
    * CVE-2020-13113: Potential use of uninitialized memory
    * CVE-2020-13112: Various buffer overread fixes due to integer overflows in maker notes
    * CVE-2020-0093: read overflow
    * CVE-2019-9278: replaced integer overflow checks the compiler could optimize away by safer constructs
    * CVE-2020-12767: fixed division by zero
    * CVE-2016-6328: fixed integer overflow when parsing maker notes
    * CVE-2017-7544: fixed buffer overread

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:10:50 +00:00
Michael Tremer
2fb7e86825 core157: Ship libevent2
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:10:35 +00:00
Adolf Belka
462a19b6f8 libevent2: Update to 2.1.12
- Update from 2.1.11 to 2.1.12
- Update rootfile
- Changelog
   Changes in version 2.1.12-stable (05 Jul 2020)
      This release contains mostly bug fixes (I decided not to port some features
      that can be ported even without ABI breakage, if you cannot find feature that
      you are interested in, please give us a note!)
      Since 2.1.12 libevent will use github actions as main CI, since
      it recommends itself better then travis/appveyor (and had been removed from
      upstream).
      Look carefully at "slightly touches the behaviour" section.
      Below you will find some of changes (this list has been cleaned up from the
      patches that touches only tests and similar):
    CI:
      o Backport github actions to 2.1 (be3acd7c Azat Khuzhin)
      o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper)
      o Add API/ABI checker (using LVC) (709210d4, 2af1f6cc yuangongji)
    test:
      o tinytest: support timeout on Windows (794e8f75 yuangongji)
      o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin)
      o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzhin)
    fixes:
      o buffer: do not pass NULL to memcpy() from evbuffer_pullup() (5b063049 Azat Khuzhin)
      o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin)
      o Check error code of evhttp_add_header_internal() in evhttp_parse_query_impl() (97e28f09 Azat Khuzhin)
      o http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else) (1be25938 Azat Khuzhin)
      o evdns: Add additional validation for values of dns options (c2972453 ayuseleznev)
      o There is typo in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov)
      o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin)
      o Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE with debug enabled (8ccd8f56 Jan Kasiak)
      o increase segment refcnt only if evbuffer_add_file_segment() succeeds (30662a3c yuangongji)
      o evdns: fix a crash when evdns_base with waiting requests is freed (6f8e0e97 ayuseleznev)
      o event_base_once: fix potential null pointer threat (2e9ceb16 chenguolong)
      o http: do not assume body for CONNECT (1b42270b Azat Khuzhin)
      o evbuffer_add_file: fix freeing of segment in the error path (5f017bde Azat Khuzhin)
      o Fix checking return value of the evdns_base_resolv_conf_parse() (fc51bf2c Azat Khuzhin)
      o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin)
    improvements:
      o evutil_time: improve evutil_gettimeofday on Windows (a8219143 Nick Grifka)
      o Support EV_CLOSED on linux for poll(2) (2530e7c6 Azat Khuzhin)
      o Parse IPv6 scope IDs. (f602211f Philip Homburg)
      o evutil_time: Implements usleep() using wait funtion on Windows (d42240d1 yuangongji)
      o evutil_time: detect and use _gmtime64_s()/_gmtime64() (f4a6152c yuangongji)
    slightly touches the behaviour:
      o bufferevent: allow setting priority on socket and openssl type (4dd3acdd Nicolas J. Bouliane)
      o Fix EV_CLOSED detection/reporting (epoll only) (1df324d4 Azat Khuzhin) (XXX)
      o Revert "Warn if forked from the event loop during event_reinit()" (71f5c0d3 Azat Khuzhin)
    samples:
      o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji)
    build fixes:
      o Do not use sysctl.h on linux (it had been deprecated) (d2871a37 Azat Khuzhin)
      o cmake: avoid problems from use of CMAKE_USE_PTHREADS_INIT (a62ec765 Paul Osborne)
      o Update list of cmake files for autotools dist archive (2016f017 Azat Khuzhin)
      o LibeventConfig.cmake: restore CMAKE_FIND_LIBRARY_SUFFIXES and LIBEVENT_STATIC_LINK default (640f9cf6 Mario Emmenlauer)
      o cmake: fix getaddrinfo checking error (dea51c2e yuangongji)
      o autoconf: fix getaddrinfo checking errors on mingw (b9bf7fa7 yuangongji)
      o Do not use shared global structures on CYGWIN (8a9b5655 Azat Khuzhin)
      o Added uninstall target check to cmakelists (3f1fb1f9 Dimo Markov)
      o Fix compilation without OPENSSL_API_COMPAT (921bdcdd Azat Khuzhin)
      o cmake: improve package config file (1c047618, baec84f2 yuangongji)
      o Link with iphlpapi only on windows (976f7d34 Azat Khuzhin)
      o autotools: fails build when need but can not find openssl (93174bb5 yuangongji)
      o Merge branch 'http-connect' (e2424229 Azat Khuzhin)
      o Fix compat with NetBSD >= 10 (5febb4e1 Kamil Rytarowski)
      o cmake: fix getrandom() detection (e0e5f3bd Azat Khuzhin)
      o arc4random: replace sysctl() with getrandom (on linux) (66ec78fd Azat Khuzhin)
      o Upgrade autoconf (after upgrading minimum required to 2.67) (45da7d9d yuangongji)
      o eliminate some C4267 warnings in Windows (9e468c77 yuangongji)
      o autotools: attach doxygen target into all target (5d1e8570 yuangongji)
      o cmake: attach doxygen target into all target (7a85300a yuangongji)
      o Change the minimum version of automake to 1.13 and autoconf to 2.67 (fdb8fb66 ygj6)
      o Add Uninstall.cmake.in into dist archive (877f2355 Azat Khuzhin)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:10:13 +00:00
Michael Tremer
2fc44ff84d core157: Ship libedit
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:10:03 +00:00
Adolf Belka
0e3264160e libedit: Update to 20210419-3.1
- Update from 20190324-3.1 to 20210419-3.1
- Update rootfile
- Changelog - note source tarbal version uses date not the version-info
  in the changelog file
   2021-04-19 Jess Thrysoee
    * version-info: 0:65:0
    * all: sync with upstream source
    * src/getline.c,src/sys.h: Provide getline.c implementation if not available
	Patch by Claes Nästén
    * src/makelist: Use Posix locale; mainly to get ASCII character classes in e.g. `tr`
	Patch by Claes Nästén
   * examples/test_filecompletion.c, examples/wtc1.c: err.h not supported by
     Solaris
   2021-02-16 Jess Thrysoee
    * version-info: 0:64:0
    * all: sync with upstream source
   2019-12-31 Jess Thrysoee
    * version-info: 0:63:0
    * configure.ac: Support -ltinfo as split in newer ncurses
	The newer versions of ncurses support building terminfo routines as a split -ltinfo library.
	Patch by Michał Górny
   2019-12-11 Jess Thrysoee
    * version-info: 0:62:0
    * all: sync with upstream source
   2019-10-25 Jess Thrysoee
    * version-info: 0:61:0
    * all: sync with upstream source

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:09:48 +00:00
Adolf Belka
0a300b724e libdvbpsi: Update to 1.3.3
- Update from 1.2.0 to 1.3.3
- Update rootfile
- Ran find-dependencies - nothing found
- Changelog
   Changes between 1.3.2 and 1.3.3:
    * Fix regression in dvbpsi_decoder_psi_section_add() set i_last_section_number
   Changes between 1.3.1 and 1.3.2:
    * Fix bug in dvbpsi_decoder_psi_section_add() set i_last_section_number
    * Fix bug in descriptor 0x8a that prevented it from being parsed properly
    * Fix bug in descriptor 0x56 generation with multiple teletext page entries
    * Fix bug in descriptor 0x41 correct maximum service count
   Changes between 1.3.0 and 1.3.1:
    * Fix bugs in table: EIT
    * Fix test_dr
   Changes between 1.2.0 and 1.3.0:
    * New descriptor:
      - 0x10 Smoothing Buffer
      - 0x11 STD descriptor
      - 0x12 IBP descriptor
      - 0x1b MPEG-4 video descriptor
      - 0x1c MPEG-4 audio descriptor
    * Fix bugs in descriptor: 0x02, 0x0a, 0x45, 0x48, 0x50, 0x56, 0x7c
    * Fix bugs in table: EIT, NIT
    * Fix bugs in demux.c
    * Build with mingw32
    * Generate descriptors: 0x83, 0xa1
    * Documentation fixes:
      - tables: NIT
      - descriptors: 0xa1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:09:38 +00:00
Michael Tremer
13e56021b4 core157: Ship libcap-ng
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:09:28 +00:00
Adolf Belka
0c58de2952 libcap-ng: Update to 0.8.2
- Update from 0.7.9 to 0.8.2
- Update rootfile
- Changelog
   0.8.2
    - In capng_apply, if we blew up in bounding set, allow setting capabilities
    - If PR_CAP_AMBIENT is not available, do not build libdrop_ambient
    - Improve last_cap check
   0.8.1
    - If procfs is not available, leave last_cap as CAP_LAST_CAP
    - If bounding and ambient not found in status, try prctl method
    - In capng_apply, move ambient caps to the end of the transaction
    - In capng_apply, return errors more aggressively.
    - In capng_apply, if the action includes the bounding set,resync with the kernel
    - Fix signed/unsigned warning in cap-ng.c
    - In capng_apply, return a unique error code to diagnose any failure
    - In capng_have_capability, return 0 for failure
    - Add the libdrop_ambient admin tool
   0.8
    - Add vararg support to python bindings for capng_updatev
    - Add support for ambient capabilities
    - Add support for V3 filesystem capabilities
   0.7.11
    - Really clear bounding set if asked in capng_change_id
    - Add CAP_PERFMON, CAP_BPF, & CAP_CHECKPOINT_RESTORE
    - Avoid malloc/free in capng_apply (Natanael Copa)
    - If procfs is not available, get bounding set via prctl
    - Cleanup some compiler warnings
   0.7.10
    - Update capng_change_id man page
    - Add capng_have_permitted_capabilities function
    - Update filecap to output which set the capabilities are in
    - Fix filecap to not output an error when a file has no capabilities
    - Add udplite support to netcap
    - Fix usage of pthread_atfork (Joe Orton)
    - Mark processes in child user namespaces with * (Danila Kiver)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:08:53 +00:00
Michael Tremer
c9d57d87e0 core157: Ship libarchive
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:08:42 +00:00
Adolf Belka
d9cd055fa8 libarchive: Update to 3.5.1
- Update from 3.4.0 to 3.5.1
- Update rootfile
- Changelog
   Libarchive 3.5.1 Released: Dec 26, 2020
    Important bugfixes
     various compilation fixes
     fixed undefined behavior in a function in warc reader
     Windows binary uses xz 5.2.5
   Libarchive 3.5.0 Released: Dec 1, 2020
    New features
     mtree digest reader support
     completed support for UTF-8 encoding conversion
     minor API enhancements
     support for system extended attributes
     support for decompression of symbolic links in zipx archives
    Important bugfixes
     fixed extraction of archives with hard links pointing to itself
     fixed writing of cpio archives containing hardlinks without file type
     fixed rdev field in cpio format for device nodes
     fixed uninitialized size in rar5_read_data
     fixed memory leaks in error case of archive_write_open() functions
   Libarchive 3.4.3 Released: May 20, 2020
    New features
     support for pzstd compressed files
     support for RHT.security.selinux tar extended attribute
    Important bugfixes
     various zstd fixes and improvements child process
     handling fixes
   Libarchive 3.4.2 Released: Feb 11, 2020
    New features
     Atomic file extraction support (bsdtar -x --safe-writes)
     mbed TLS (PolarSSL) support
    Important bugfixes
     security fixes in RAR5 reader
     compression buffer fix in XAR writer
     fix for uname and gname longer than 32 characters in PAX writer
     fix segfault when archiving hard links in ISO9660 and XAR writers
     fix support for extracting 7z archive entries with Delta filter
   Libarchive 3.4.1 Released: Dec 30, 2019
    New features
     Unicode filename support for reading lha/lzh archives
     New pax write option "xattrhdr"
    Important bugfixes
     security fixes in wide string processing
     security fixes in RAR5 reader
     security fixes and optimizations to write filter logic
     security fix related to use of readlink(2)
     sparse file handling fixes

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:08:12 +00:00
Michael Tremer
acf4b732a8 wireless-tools: Rootfile update
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:04:00 +00:00
Michael Tremer
4eb98cec2b make.sh: Actually remove mtools from the build
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 17:03:44 +00:00
Adolf Belka
8387e8456e haproxy: Change to PAK_VER to ensure lua library link updated
- lua library update had a sobump and therefore linked packages require
  to have that updated

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:24:14 +00:00
Adolf Belka
ac266d99ab dnsdist: Change to PAK_VER to ensure lua library link updated
- lua library update had a sobump and therefore linked packages require
  to have that updated

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:24:09 +00:00
Adolf Belka
8977cdc8ff lua: Update to 5.4.3
- v2 patch version has required libraries not commented
- v2 patch version has lua.pc file commented out in the rootfile
     pkgconfig file is only required for build or development and not
     for normal running of IPFire
- v2 patch version has make linux changed to make all
     INSTALL_TOP is required - default is /usr/local
     INSTALL_DATA is required - default results in an empty rootfile
     TO_LIB is required - default results in only lua.a in rootfile
- v2 patch version includes PAK_VER updates for dnsdist and haproxy due to
     sobump. These packages showed up as dependencies to the old lua library
     ncat was also linked but already had a PAK_VER change due to a package
     upgrade and so no longer showed up in the find-dependencies scan
- Update from 5.3.5 to 5.4.3
- Autotoolize patch not update since 5.3 series
   Based on input from Michael Tremer implemented build approach
   from BLFS. This approach also used by Arch Linux. Updated lfs in
   line with approach. Added pkgconfig file lua.pc as used in BLFS.
- Update of shared_library patch obtained from BLFS
- Update of rootfile
- Removal of old lua-5.3.5 patches
- Changelog
   Main changes
     new generational mode for garbage collection
     to-be-closed variables
     const variables
     userdata can have multiple user values
     new implementation for math.random
     warning system
     debug information about function arguments and returns
     new semantics for the integer 'for' loop
     optional 'init' argument to 'string.gmatch'
     new functions 'lua_resetthread' and 'coroutine.close'
     string-to-number coercions moved to the string library
     allocation function allowed to fail when shrinking a memory block
     new format '%p' in 'string.format'
     utf8 library accepts codepoints up to 2^31

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:23:55 +00:00
Adolf Belka
e8a936c165 libupnp: Update to 1.14.6
- Update from 1.14.5 to 1.14.6
- Update of rootfile
- Changelog
   2021-04-19 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>
        Fix for a DNS Rebind exploit. A special thanks for the collaboration
        of the following people:
        - Alaric Senat
        - Fabrice Fontaine
        - Gabriel Corona
        - Ian Whyman
        - Jean-Francois Dockes
        - Marvin Scholz
        - Werner Mahr
   2021-04-06 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>
        Fix for Github #250:
        When upnp uses ixml to parse SOAP messages which contains too many
        node, services are unavailable.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:12:04 +00:00
Adolf Belka
4a83e28087 libtiff: Update to 4.3.0
- Update from 4.1.0 to 4.3.0
- Update of rootfile
- Changelog is too large to include here
   Full details can be found in ChangeLog file in source tarball
   49 bug fixes implemented between 4.1.0 and 4.3.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:11:49 +00:00
Michael Tremer
8061e4ba46 core157: Ship libjpeg
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:11:40 +00:00
Adolf Belka
dd58f381fa libjpeg: Update to 2.1.0
- Update from 2.0.4 to 2.1.0
- Update rootfile
- Changelog is too large to include here
   Full details can be found in ChangeLog.md file in source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:10:42 +00:00
Adolf Belka
5f588d60a0 libid3tag: Correction - comment out libid3tag.pc file in rootfile
- In previous patch libid3tag.pc file was left uncommented in the rootfile
   The pkg-config files are only required during the build or for
   development not for the normal operation of IPFire

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:09:54 +00:00
Michael Tremer
85f41901d9 core157: Ship xfsprogs
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-26 10:08:11 +00:00