]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/log
people/mfischer/ipfire-2.x.git
10 months agofping: Update to version 5.2
Adolf Belka [Mon, 12 Aug 2024 15:37:58 +0000 (17:37 +0200)] 
fping: Update to version 5.2

- Update from version 5.1 to 5.2
- Update of rootfile not required
- Changelog
    5.2
      ## New features
- New option -X / --fast-reachable to exit immediately once N hosts have been
  found (#260, thanks @chriscray and @gsnw)
- New option -k / -fwmark to set Linux fwmark mask (#289, thanks @tomangert and
  @deepkv)
      ## Bugfixes and other changes
- Always output fatal error messages (#303, thanks @auerswal)
- Fallback to SO\_TIMESTAMP if SO\_TIMESTAMPNS is not available (#279, thanks
  @gsnw)
- Fix "not enough sequence numbers available" error on BSD-like systems (#307,
  thanks @cagney, @gsnw)
- Fix running in unprivileged mode (#248, thanks @sfan5)
- Fix build issue for NetBSD/alpha (#255, thanks @0-wiz-0)
- Fix build issue for OpenBSD/alpha (#275, thanks @gsnw)
- Fix build warning for long int usage (#258, thanks @gsnw)
- Fix build error with musl libc (#263, thanks @kraj)
- Fix to guard against division by zero (#293, thanks @auerswal)
- Decouple -a/-u effects from -c (#298, thanks @auerswal)
- Added contrib/Dockerfile (#224, thanks @darless)
- Remove host from Netdata chart titles (#253, thanks @ilyam8)
- Add additional tests (#292, #297, thanks @auerswal)
- Update github action os images (#282, thanks @gsnw)
- Fix Azure pipeline tests (#308, thanks @gsnw)
- Various autoconf fixes (#286, #283, thanks @gsnw)
- Extended configure script with --enable-debug and output cpu usage (#311,
  thanks @gsnw)
- Documentation: Update Netdata website link (#257, thanks @ilyam8)
- Documentation: fix description of --file option (#268, thanks @MohGeek)
- Documentation: improve exit status description (#294, thanks @auerswal)
- Documentation: move description of -i MSEC (#298, thanks @auerswal)
- Documentation: improve help output for options -c and -C (#302, #auerswal)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agofetchmail: Update to version 6.4.39
Adolf Belka [Mon, 12 Aug 2024 15:37:57 +0000 (17:37 +0200)] 
fetchmail: Update to version 6.4.39

- Update from version 6.4.38 to 6.4.39
- Update of rootfile not required
- Changelog
    6.4.39
# BUG FIXES:
* When a server offers STARTTLS although the connection is already wrapped
  in TLS, fetchmail would issue a bogus "WARNING: server offered STARTTLS
  but sslproto '' given." (or STLS for POP3).  In situations where we wrap
  the connection in TLS, suppress the warning. Reported by Mike Pope.
* If fetchmail was running localized, generate an error e-mail message
  locally, and if the selected translation would require the Subject: line
  to wrap inside an RFC-2047 encoded word (=?UTF-8?Q?...?=), the wrapped
  encoded-word was not indented, thus not marked as a continuation line.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocups: Update to version 2.4.10
Adolf Belka [Mon, 12 Aug 2024 15:37:56 +0000 (17:37 +0200)] 
cups: Update to version 2.4.10

- Update from version 2.4.6 to 2.4.10
- Update of rootfile not required
- CVE fix in 2.4.7 & 2.4.9
- Changelog
    2.4.10
- Fixed error handling when reading a mixed `1setOf` attribute.
- Fixed scheduler start if there is only domain socket to listen on (Issue #985)
    2.4.9
- Fixed domain socket handling (CVE-2024-35235)
- Fixed creating of `cupsUrfSupported` PPD keyword (Issue #952)
- Fixed searching for destinations in web ui (Issue #954)
- Fixed TLS negotiation using OpenSSL with servers that require the TLS SNI
  extension.
- Really raised `cups_enum_dests()` timeout for listing available IPP printers
  (Issue #751)...
- Fixed `Host` header regression (Issue #967)
- Fixed DNS-SD lookups of local services with Avahi (Issue #970)
- Fixed listing jobs in destinations in web ui. (Apple issue #6204)
- Fixed showing search query in web ui help page. (Issue #977)
    2.4.8
- Added warning if the device has to be asked for 'all,media-col-database'
  separately (Issue #829)
- Added new value for 'lpstat' option '-W' - successfull - for getting
  successfully printed jobs (Issue #830)
- Added support for PAM modules password-auth and system-auth (Issue #892)
- Updated IPP Everywhere printer creation error reporting (Issue #347)
- Updated and documented the MIME typing buffering limit (Issue #925)
- Now report an error for temporary printer defaults with lpadmin (Issue #237)
- Fixed mapping of PPD InputSlot, MediaType, and OutputBin values (Issue #238)
- Fixed "document-unprintable-error" handling (Issue #391)
- Fixed the web interface not showing an error for a non-existent printer
  (Issue #423)
- Fixed printing of jobs with job name longer than 255 chars on older printers
  (Issue #644)
- Really backported fix for Issue #742
- Fixed `cupsCopyDestInfo` device connection detection (Issue #586)
- Fixed "Upgrade" header handling when there is no TLS support (Issue #775)
- Fixed memory leak when unloading a job (Issue #813)
- Fixed memory leak when creating color profiles (Issue #815)
- Fixed a punch finishing bug in the IPP Everywhere support (Issue #821)
- Fixed crash in `scan_ps()` if incoming argument is NULL (Issue #831)
- Fixed setting job state reasons for successful jobs (Issue #832)
- Fixed infinite loop in IPP backend if hostname is IP address with Kerberos
  (Issue #838)
- Added additional check on socket if `revents` from `poll()` returns POLLHUP
  together with POLLIN or POLLOUT in `httpAddrConnect2()` (Issue #839)
- Fixed crash in `ppdEmitString()` if `size` is NULL (Issue #850)
- Fixed reporting `media-source-supported` when sharing printer which has
  numbers as strings instead of keywords as `InputSlot` values (Issue #859)
- Fixed IPP backend to support the "print-scaling" option with IPP printers
  (Issue #862)
- Fixed potential race condition for the creation of temporary queues
  (Issue #871)
- Fixed `httpGets` timeout handling (Issue #879)
- Fixed checking for required attributes during PPD generation (Issue #890)
- Fixed encoding of IPv6 addresses in HTTP requests (Issue #903)
- Fixed sending response headers to client (Issue #927)
- Fixed CGI program initialization and validation of form checkbox and text
  fields.
    2.4.7
- CVE-2023-4504 - Fixed Heap-based buffer overflow when reading Postscript
  in PPD files
- Added OpenSSL support for cupsHashData (Issue #762)
- Fixed delays in lpd backend (Issue #741)
- Fixed extensive logging in scheduler (Issue #604)
- Fixed hanging of `lpstat` on IBM AIX (Issue #773)
- Fixed hanging of `lpstat` on Solaris (Issue #156)
- Fixed printing to stderr if we can't open cups-files.conf (Issue #777)
- Fixed purging job files via `cancel -x` (Issue #742)
- Fixed RFC 1179 port reserving behavior in LPD backend (Issue #743)
- Fixed a bug in the PPD command interpretation code (Issue #768)
- Fixed Oki 407 freeze when printing larger jobs (Issue #877)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agobwm-ng: Update to version 0.6.3
Adolf Belka [Mon, 12 Aug 2024 15:37:55 +0000 (17:37 +0200)] 
bwm-ng: Update to version 0.6.3

- Update from version 0.6.1-f54b3fa to 0.6.3
- Update of rootfile not required
- Changelog
    0.6.3
* remove outdated copyright and email
* Merge pull request #25 from fweimer/patch-1 AC_QEF_C_NORETURN: Include
  <stdlib.h> for exit
* Merge pull request #27 from ofalk/master Fix potential write to unallocated
  memory.
* Merge pull request #28 from vgropp/#2-fix-csv-bits feat: #2 output bits in csv
* Merge pull request #29 from vgropp/#2-fix-csv-bits fix(doc): #2 output bits
  in csv
* Merge pull request #32 from vgropp/new-netstat-#5 feat: add support for
  newer (2016+) linux netstat #5
    0.6.2
* Merge pull request #22 from vgropp/issue-#13 to fix windows build
* Merge pull request #20 from dreibh/master CSV file output: fix for timestamp
  inaccuracy and Y-2038 problem
* Merge pull request #21 from vgropp/travisci add travisci
* Merge pull request #17 from Himura2la/master Add the started time in "sum" mode
* Merge pull request #18 from Himura2la/fix-dynamic Fix DYNAMIC and ANSIOUT in
  config
* Merge pull request #10 from SoapGentoo/fixes Use `static inline` instead of
  `inline`
* Merge pull request #9 from adventureloop/master Always fflush the pipe
* Merge pull request #7 from samueloph/fsf_address_clean Update FSF address
* Merge pull request #6 from samueloph/master Fix typos
* fix nan and inf values on fast refresh (fixes debian bug #532331

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libxml2
Michael Tremer [Tue, 13 Aug 2024 09:12:43 +0000 (09:12 +0000)] 
core188: Ship libxml2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibxml2: Update to version 2.13.3
Adolf Belka [Sat, 10 Aug 2024 14:33:03 +0000 (16:33 +0200)] 
libxml2: Update to version 2.13.3

- Update from version 2.12.3 to 2.13.3
- Update of rootfile
- CVE fixes in 2.13.3, 2.12.7, 2.12.5
- Changelog
    2.13.3
### Security
- [CVE-2024-40896] Fix XXE protection in downstream code
### Regressions
- autotools: Use AC_CHECK_DECL to check for getentropy
- xinclude: Fix fallback for text includes
- io: Don't call getcwd in xmlParserGetDirectory
- io: Fix return value of xmlFileRead
- parser: Fix error return of xmlParseBalancedChunkMemory
### Improvements
- xinclude: Set error handler when parsing text
- Undeprecate xmlKeepBlanksDefault
    2.13.2
### Regressions
- tree: Fix handling of empty strings in xmlNodeParseContent
- valid: Restore ID lookup
- parser: Reenable ctxt->directory
- uri: Handle filesystem paths in xmlBuildRelativeURISafe
- encoding: Make xmlFindCharEncodingHandler return UTF-8 handler
- encoding: Fix encoding lookup with xmlOpenCharEncodingHandler
- include: Define ATTRIBUTE_UNUSED for clang
- uri: Fix xmlBuildURI with NULL base
### Improvements
- uri: Enable Windows paths on Cygwin
- tests: Clarify licence of test/intsubset2.xml
    2.13.1
### Regressions
- parser: Selectively reenable reading from "-"
- reader: Fix xmlTextReaderReadString
- xinclude: Set XPath context doc
- xinclude: Load included documents with XML_PARSE_DTDLOAD
- include: Don't redefine ATTRIBUTE_UNUSED
- include: Readd circular dependency between tree.h and parser.h
- xinclude: Add missing include (Jan Alexander Steffens (heftig))
- win32, msvc: fix missing linking against Bcrypt.lib (Miklos Vajna)
- xinclude: Don't raise error on empty nodeset
- parser: Make failure to load main document a warning
- tree: Fix freeing entities via xmlFreeNode
- parser: Pass global object to sax->setDocumentLocator
### Improvements
- io: Fix resetting xmlParserInputBufferCreateFilename hook
### Documentation
- Fix typo in NEWS (--with-html -> --with-http) (Ryan Carsten Schmidt)
- doc: Don't mention xmlNewInputURL
    2.13.0
### Major changes
Most of the core code should now report malloc failures reliably. Some
 API functions were extended with versions that report malloc failures.
New API functions for error handling were added:
- xmlCtxtSetErrorHandler
- xmlXPathSetErrorHandler
- xmlXIncludeSetErrorHandler
This makes it possible to register per-context error handlers without
 resorting to global handlers.
A few error messages were improved and consolidated. Please update
 downstream test suites accordingly.
A new parser option XML_PARSE_NO_XXE can be used to disable loading
 of external entities or DTDs. This is most useful in connection with
 XML_PARSE_NOENT.
Support for HTTP POST was removed.
Support for zlib, liblzma and HTTP is now disabled by default and has
 to be enabled by passing --with-zlib, --with-lzma or --with-http to
 configure. In legacy mode (--with-legacy) these options are enabled
 by default as before.
Support for FTP will be removed in the next release.
Support for the range and point extensions of the xpointer() scheme
 will be removed in the next release. The rest of the XPointer
 implementation won't be affected. The xpointer() scheme will behave
 like the xpath1() scheme.
Several more legacy symbols were deprecated. Users of the old "SAX1"
 API functions are encouraged to upgrade to the new "SAX2" API,
 available since version 2.6.0 from 2003.
Some deprecated global variables were made const:
- htmlDefaultSAXHandler
- oldXMLWDcompatibility
- xmlDefaultSAXHandler
- xmlDefaultSAXLocator
- xmlParserDebugEntities
### Deprecations and removals
- threads: Deprecate remaining ThrDef functions
- unicode: Deprecate most xmlUCSIs* functions
- memory: Remove memory debugging
- tree: Deprecate xmlRegisterNodeDefault
- tree: Deprecate xmlSetCompressMode
- html: Deprecate htmlHandleOmittedElem
- valid: Deprecate internal validation functions
- valid: Deprecate old DTD serialization API
- nanohttp: Deprecate public API
- Remove VMS support
- Remove Trio
### Bug fixes
- parser: Fix base URI of internal parameter entities
- tree: Handle predefined entities in xmlBufGetEntityRefContent
- schemas: Allow unlimited length decimals, integers etc. (Tomáš Ženčák)
- reader: Fix preservation of attributes
- parser: Always decode entities in namespace URIs
- relaxng: Fix tree corruption in xmlRelaxNGParseNameClass (Seiya Nakata)
- schemas: Fix ADD_ANNOTATION
- tree: Fix tree iteration in xmlDOMWrapRemoveNode
- tree: Declare namespace on clone in xmlDOMWrapCloneNode
- tree: Fix xmlAddSibling with last sibling
- tree: Fix xmlDocSetRootElement with multiple top-level elements
- catalog: Fetch XML catalog before dumping
- html: Don't close fd in htmlCtxtReadFd
### Improvements
- parser: Fix "Truncated multi-byte sequence" error
- Add missing _cplusplus processing clause (Sadaf Ebrahimi)
- parser: Rework handling of undeclared entities
- SAX2: Warn if URI resolution failed
- parser: Don't report error on invalid URI
- xmllint: Clean up option handling
- xmllint: Rework parsing
- parser: Don't create undeclared entity refs in substitution mode
- Make some globals const
- reader: Make xmlTextReaderReadString non-recursive
- reader: Rework xmlTextReaderRead{Inner,Outer}Xml
- Remove redundant size check (Niels Dossche)
- Remove redundant NULL check on cur (Niels Dossche)
- Remove always-false check old == cur (Niels Dossche)
- Remove redundant NULL check on cur (Niels Dossche)
- tree: Don't return empty localname in xmlSplitQName{2,3}
- xinclude: Don't try to fix base of non-elements
- tree: Don't coalesce text nodes in xmlAdd{Prev,Next}Sibling
- SAX2: Optimize appending children
- tree: Align xmlAddChild with other node insertion functions
- html: Use binary search in htmlEntityValueLookup
- io: Allocate output buffer with XML_BUFFER_ALLOC_IO
- encoding: Don't shrink input too early in xmlCharEncOutput
- tree: Tighten source doc check in xmlDOMWrapAdoptNode
- tree: Check destParent->doc in xmlDOMWrapCloneNode
- tree: Refactor text node updates
- tree: Refactor node insertion
- tree: Refactor element creation and parsing of attribute values
- tree: Simplify xmlNodeGetContent, xmlBufGetNodeContent
- buf: Don't use default buffer size for small strings
- string: Fix xmlStrncatNew(NULL, "")
- entities: Don't allow null name in xmlNewEntity
- html: Fix quadratic behavior in htmlNodeDump
- tree: Rewrite xmlSetTreeDoc
- valid: Rework xmlAddID
- tree: Remove unused node types
- tree: Make namespace comparison more consistent
- tree: Don't allow NULL name in xmlSetNsProp
- tree: Rework xmlNodeListGetString
- tree: Rework xmlTextMerge
- tree: Rework xmlNodeSetName
- tree: Simplify xmlAddChild with text parent
- tree: Disallow setting content of entity reference nodes
- tree: Rework xmlReconciliateNs
- schemas: fix spurious warning about truncated snprintf output
  (Benjamin Gilbert)
- xmlschemastypes: Remove unreachable if statement (Maks Mishin)
- relaxng: Remove useless if statement (Maks Mishin)
- tree: Check for integer overflow in xmlStringGetNodeList
- http: Improve error message for HTTPS redirects
- catalog: Remove Windows hack
- save: Move DTD serialization code to xmlsave.c
- parser: Report fatal error if document entity couldn't be loaded
- xpath: Fix return of empty node-set in xmlXPathNodeCollectAndTest
- SAX2: Limit entity URI length to 2000 bytes
- parser: Account for full size of non-well-formed entities
- parser: Pop inputs if parsing DTD failed
- parser: Fix quadratic behavior when copying entities
- writer: Implement xmlTextWriterClose
- parser: Avoid duplicate namespace errors
- parser: Add XML_PARSE_NO_XXE parser option
- parser: Make xmlParseContent more useful
- error: Make xmlFormatError public
- encoding: Check whether encoding handlers support input/output
- SAX2: Enforce size limit in xmlSAX2Text with XML_PARSE_HUGE
- parser: Lower maximum entity nesting depth
- parser: Set depth limit to 2048 with XML_PARSE_HUGE
- parser: Implement xmlCtxtSetOptions
- parser: Always prefer option members over bitmask
- parser: Don't modify SAX2 handler if XML_PARSE_SAX1 is set
- parser: Rework parsing of attribute and entity values
- save: Output U+FFFD replacement characters
- parser: Simplify entity size accounting
- parser: Avoid unwanted expansion of parameter entities
- parser: Always copy content from entity to target
- parser: Simplify control flow in xmlParseReference
- parser: Remove xmlSetEntityReferenceFunc feature
- parser: Push general entity input streams on the stack
- parser: Move progressive flag into input struct
- parser: Fix in-parameter-entity and in-external-dtd checks
- xpath: Rewrite substring-before and substring-after
- xinclude: Only set xml:base if necessary
- xinclude: Allow empty nodesets
- parser: Rework general entity parsing
- io: Fix close error handling
- io: Fix read/write error handling
- io: More refactoring and unescaping fixes
- io: Move some code from xmlIO.c to parserInternals.c
- uri: Clean up special parsing modes
- xinclude: Rework xml:base fixup
- parser: Also set document properties when push parsing
- include: Move non-generated parts from xmlversion.h.in
- io: Remove support for HTTP POST
- dict: Move local RNG state to global state
- dict: Get random seed from system PRNG
- io: Don't use "-" to read from stdin
- io: Rework initialization
- io: Consolidate error messages
- xzlib: Fix harmless unsigned integer overflow
- io: Always use unbuffered input
- io: Fix detection of compressed streams
- io: Pass error codes from xmlFileOpenReal to xmlNewInputFromFile
- io: Rework default callbacks
- error: Stop printing some errors by default
- xpath: Don't free nodes of XSLT result value trees
- valid: Fix handling of enumerations
- parser: Allow recovery in xmlParseInNodeContext
- encoding: Support ASCII in xmlLookupCharEncodingHandler
- include: Remove useless 'const' from function arguments
- Avoid EDG -Wignored-qualifiers warnings on wrong 'const *' to '* const'
  conversions (makise-homura)
- Avoid EDG deprecation warnings for LCC compiler (makise-homura)
- Avoid EDG -Woverflow warnings on truncating conversions by manually
  truncating operand (makise-homura)
- Avoid EDG -Wtype-limits warnings on unsigned comparisons with zero by
  conversion from unsigned int to int (makise-homura)
- Avoid using no_sanitize attribute on EDG even if compiler shows as GCC
  (makise-homura)
### Build systems
- meson: convert boolean options to feature option (Rosen Penev)
- meson: Pass LIBXML_STATIC in dependency (Andrew Potter)
- meson: fix compilation with local binaries (Rosen Penev)
- meson: don't use dl dependency on old meson (Rosen Penev)
- meson: fix usage as a subproject (Rosen Penev)
- autotools: Fix pthread detection on FreeBSD
- build: Remove --with-fexceptions configuration option
- autotools: Remove --with-coverage configuration option
- build: Disable HTTP support by default
- Stop defining _REENTRANT
- doc: Don't install example code
- meson: Initial commit (Vincent Torri)
- build: Disable support for compression libraries by default
- Set LIBXML2_FOUND if it has been properly configured (Michele Bianchi)
- Makefile.am: omit $(top_builddir) from DEPS and LDADDS (Mike Dalessio)
### Test suite
- runtest: Work around broken EUC-JP support in musl iconv
- runtest: Check for IBM-1141 encoding handler
- fuzz: Add xmllint fuzzer
- fuzz: Add fuzzer for XML reader API
- fuzz: New tree API fuzzer
- tests: Remove testOOM
- Don't let gentest.py cast types to 'const somethingPtr' to avoid
  -Wignored-qualifiers (makise-homura)
    2.12.8
### Regressions
- parser: Fix performance regression when parsing namespaces
    2.12.7
### Security
- [CVE-2024-34459] Fix buffer overread with `xmllint --htmlout`
### Regressions
- xmllint: Fix --pedantic option
- save: Handle invalid parent pointers in xhtmlNodeDumpOutput
    2.12.6
### Regressions
- parser: Fix detection of duplicate attributes in XML namespace
- xmlreader: Fix xmlTextReaderConstEncoding
- html: Fix htmlCreatePushParserCtxt with encoding
- xmllint: Return error code if XPath returns empty nodeset
    2.12.5
### Security
- [CVE-2024-25062] xmlreader: Don't expand XIncludes when backtracking
### Regressions
- parser: Fix crash in xmlParseInNodeContext with HTML documents
    2.12.4
### Regressions
- parser: Fix regression parsing standalone declarations
- autotools: Readd --with-xptr-locs configuration option
- parser: Fix build --without-output
- parser: Don't grow or shrink pull parser memory buffers
- io: Fix memory lifetime issue with input buffers

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libuv
Michael Tremer [Tue, 13 Aug 2024 09:10:27 +0000 (09:10 +0000)] 
core188: Ship libuv

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibuv: Update to version 1.48.0
Adolf Belka [Sat, 10 Aug 2024 14:33:02 +0000 (16:33 +0200)] 
libuv: Update to version 1.48.0

- Update from version 1.44.2 to 1.48.0
- Update of rootfile not required
- Changelog
    1.48.0
* misc: remove deprecated stalebot file (Jameson Nash)
* build: disable windows asan buildbot (Ben Noordhuis)
* test: don't run tcp_writealot under msan (Ben Noordhuis)
* build,win: remove extraneous -lshell32 (Ben Noordhuis)
* unix: ignore ifaddrs with NULL ifa_addr (Stephen Gallagher)
* unix,win: utility for setting priority for thread (Hao Hu)
* pipe: add back error handling to connect / bind (Jameson Nash)
* test: check if ipv6 link-local traffic is routable (Ben Noordhuis)
* win: remove check for UV_PIPE_NO_TRUNCATE (Jameson Nash)
* linux: disable io_uring on hppa below kernel 6.1.51 (matoro)
* unix,win: fix read past end of pipe name buffer (Ben Noordhuis)
* unix: unbreak macOS < 10.14 (Sergey Fedorov)
* aix: disable ipv6 link local (Abdirahim Musse)
* doc: move cjihrig to emeriti (cjihrig)
* unix: correct pwritev conditional (Bo Anderson)
* test_fs.c: Fix issue on 32-bit systems using btrfs (Stephen Gallagher)
* misc: ignore libuv-release-tool files (Jameson Nash)
* win: honor NoDefaultCurrentDirectoryInExePath env var (Ardi Nugraha)
* idna: fix compilation warning (Saúl Ibarra Corretgé)
* linux: remove HAVE_IFADDRS_H macro (Ben Noordhuis)
* test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse)
* build,win: work around missing uuid.dll on MinGW (Anton Bachin)
* win: stop using deprecated names (Matheus Izvekov)
* unix,win: fix busy loop with zero timeout timers (Matheus Izvekov)
* aix,ibmi: use uv_interface_addresses instead of getifaddrs (Abdirahim Musse)
* linux: fix bind/connect for abstract sockets (Santiago Gimeno)
* win: replace c99 comments with c89 comments (Trevor Flynn)
* build: add .cache clangd folder to .gitignore (Juan José Arboleda)
* unix: support full TCP keep-alive on Solaris (Andy Pan)
* freebsd: fix F_KINFO file path handling (David Carlier)
* linux: retry fs op if unsupported by io_uring (Santiago Gimeno)
* freebsd: fix build on non-intel archs (David Carlier)
* unix: optimize uv__tcp_keepalive cpp directives (Andy Pan)
* linux: disable io_uring on ppc64 and ppc64le (Brad King)
* doc: add very basic Security Policy document (Santiago Gimeno)
* build: re-enable msvc-asan job on CI (Jameson Nash)
* win/spawn: optionally run executable paths with no file extension (Brad King)
* win: fix ESRCH implementation (Jameson Nash)
* unix,win: reset the timer queue on stop (Santiago Gimeno)
* fix: always zero-terminate idna output (Ben Noordhuis)
* fix: reject zero-length idna inputs (Ben Noordhuis)
* test: empty strings are not valid IDNA (Santiago Gimeno)
* Merge pull request from GHSA-f74f-cvh7-c6q6 (Ben Noordhuis)
    1.47.0
* test: fix license blurb (Ben Noordhuis)
* linux: fix harmless warn_unused_result warning (Shuduo Sang)
* darwin: fix build warnings (小明)
* linux: don't use io_uring on pre-5.10.186 kernels (Ben Noordhuis)
* fs: fix WTF-8 decoding issue (Jameson Nash)
* test: enable disabled tcp_connect6_error_fault (Ben Noordhuis)
* test: enable disabled fs_link (Ben Noordhuis)
* test: enable disabled spawn_same_stdout_stderr (Ben Noordhuis)
* linux: handle UNAME26 personality (Ben Noordhuis)
* build: move cmake_minimum_required version to 3.9 (Keith Winstein)
* unix: set ipv6 scope id for link-local addresses (Ben Noordhuis)
* unix: match kqueue and epoll code (Trevor Norris)
* win,spawn: allow `%PATH%` to be unset (Kyle Edwards)
* doc: switch to Furo, a more modern Sphinx theme (Saúl Ibarra Corretgé)
* darwin: make TCP_KEEPINTVL and TCP_KEEPCNT available (小明)
* win,fs: avoid winapi macro redefinition (Brad King)
* linux: add missing riscv syscall numbers (michalbiesek)
* doc: fix broken "Shared library" Wikipedia link (Alois Klink)
* unix: get mainline kernel version in Ubuntu (Santiago Gimeno)
* unix: get mainline kernel version in Debian (Ben Noordhuis)
* build: fix qemu install in CI-unix workflow (Santiago Gimeno)
* unix: disable io_uring close on selected kernels (Santiago Gimeno)
* test: skip tests when ipv6 is not available (Santiago Gimeno)
* ibmi: implement ifaddrs, getifaddrs, freeifaddrs (Abdirahim Musse)
* unix: reset signal counters after fork (SmorkalovG)
* win,process: avoid assert after spawning Store app (Jameson Nash)
* unix: remove pread/preadv conditionals (Ben Noordhuis)
* unix: remove pwrite/pwritev conditionals (Ben Noordhuis)
* darwin: remove workaround for data corruption bug (Ben Noordhuis)
* src: default to stream=stderr in handle printer (Ben Noordhuis)
* test: switch to new-style ASSERT_EQ macros (Pleuvens)
* zos: correctly get cpu model in uv_cpu_info() (jolai)
* test: fix get_passwd2 on IBM i (Abdirahim Musse)
* unix: don't malloc on sync uv_fs_read (Ben Noordhuis)
* freebsd: get fs event path with fcntl(F_KINFO) (David Carlier)
* test: switch from ASSERT_* to ASSERT_PTR_* (Pleuvens)
* darwin: workaround apple pthread_cond_wait bug (Julien Roncaglia)
* doc: uv_close should be called after exit callback (Pleuvens)
* test: 192.0.2.0/24 is the actual -TEST-NET-1 (prubel)
* unix: add back preadv/pwritev fallback (Ben Noordhuis)
* unix: rename variable for consistency (Ben Noordhuis)
* unix: merge read/write code into single functions (Ben Noordhuis)
* doc: filename arg to uv_fs_event_cb can be NULL (Ben Noordhuis)
* build,win: we need to link against shell32.lib (Per Allansson)
* unix: no preadv/pwritev workaround if not needed (Jeffrey H. Johnson)
* build: add CI for Windows ARM64 (build only) (Per Allansson)
* linux: disable io_uring on 32 bits arm systems (Ben Noordhuis)
* build: run sanitizers on macos ci (Ben Noordhuis)
* misc: export WTF8 conversion utilities (Jameson Nash)
* build: fix libuv.a file name for cmake (Jameson Nash)
* build: add windows ubsan and clang ci (Matheus Izvekov)
* win: improve accuracy of ProductName between arch (Christian Heimlich)
    1.46.0
* Add SHA to ChangeLog (Santiago Gimeno)
* misc: update readthedocs config (Jameson Nash)
* test: remove erroneous RETURN_SKIP (Ben Noordhuis)
* android: disable io_uring support (Ben Noordhuis)
* linux: add some more iouring backed fs ops (Santiago Gimeno)
* build: add autoconf option for disable-maintainer-mode (Jameson Nash)
* fs: use WTF-8 on Windows (Stefan Karpinski)
* unix,win: replace QUEUE with struct uv__queue (Ben Noordhuis)
* linux: fs_read to use io_uring if iovcnt > IOV_MAX (Santiago Gimeno)
* ios: fix uv_getrusage() ru_maxrss calculation (Ben Noordhuis)
* include: update outdated code comment (Ben Noordhuis)
* linux: support abstract unix sockets (Ben Noordhuis)
* unix,win: add UV_PIPE_NO_TRUNCATE flag (Ben Noordhuis)
* unix: add loongarch support (liuxiang88)
* doc: add DPS8M to LINKS.md (Jeffrey H. Johnson)
* include: add EUNATCH errno mapping (Abdirahim Musse)
* src: don't run timers if loop is stopped/unref'd (Trevor Norris)
* win: fix -Wpointer-to-int-cast warning (Ben Noordhuis)
* test,win: fix -Wunused-variable warning (Ben Noordhuis)
* test,win: fix -Wformat warning (Ben Noordhuis)
* linux: work around io_uring IORING_OP_CLOSE bug (Ben Noordhuis)
* win: remove unused functions (Ben Noordhuis)
* bench: add bench to check uv_loop_alive (Trevor Norris)
* test: add uv_cancel test for threadpool (Trevor Norris)
* unix: skip prohibited syscalls on tvOS and watchOS (小明)
* unix,fs: make no_pwritev access thread-safe (Santiago Gimeno)
* unix: fix build for lower versions of Android (小明)
    1.45.0
* win: remove stdint-msvc2008.h (Ben Noordhuis)
* android: remove pthread-fixes.c (Ben Noordhuis)
* build: enable MSVC_RUNTIME_LIBRARY setting (自发对称破缺)
* unix: switch to c11 atomics (Ben Noordhuis)
* unix: don't accept() connections in a loop (Ben Noordhuis)
* win: fix off-by-1 buffer overrun in uv_exepath() (Ben Noordhuis)
* build: switch ci from macos-10.15 to macos-11 (Ben Noordhuis)
* win: fix thread race in uv_cwd() and uv_chdir() (Ben Noordhuis)
* unix,win: remove UV_HANDLE_SHUTTING flag (Santiago Gimeno)
* win: support Windows 11 in uv_os_uname() (Luan Devecchi)
* unix: fix uv_getrusage() ru_maxrss reporting (Ben Noordhuis)
* doc: add note about offset -1 in uv_fs_read/write (Steven Schveighoffer)
* test: fix musl libc.a dlerror() test expectation (Ben Noordhuis)
* kqueue: DRY file descriptor deletion logic (Ben Noordhuis)
* linux: teach uv_get_constrained_memory() cgroupsv2 (Ben Noordhuis)
* build: upgrade qemu-user-static package (Ben Noordhuis)
* linux: move epoll.c back into linux-core.c (Ben Noordhuis)
* unix: remove pre-macos 10.8 compatibility hack (Ben Noordhuis)
* unix,win: fix memory leak in uv_fs_scandir() (Ben Noordhuis)
* build: restore qemu download logic (Ben Noordhuis)
* win: fix uv__pipe_accept memory leak (number201724)
* doc: update LINKS.md (Daniel)
* unix: simplify atomic op in uv_tty_reset_mode() (Ben Noordhuis)
* build: add LIBUV_BUILD_SHARED cmake option (Christian Clason)
* linux: remove unused or obsolete syscall wrappers (Ben Noordhuis)
* linux: merge files back into single file (Ben Noordhuis)
* stream: process more than one write req per loop tick (ywave620)
* unix,win: give thread pool threads an 8 MB stack (Ben Noordhuis)
* build: add MemorySanitizer (MSAN) support (Ben Noordhuis)
* doc: add uv_poll_cb status==UV_EBADF note (jensbjorgensen)
* build: support AddressSanitizer on MSVC (Jameson Nash)
* win,pipe: improve method of obtaining pid for ipc (number201724)
* thread: add support for affinity (daomingq)
* include: map ENODATA error code (Ben Noordhuis)
* build: remove bashism from autogen.sh (Santiago Gimeno)
* win,tcp,udp: remove "active streams" optimization (Saúl Ibarra Corretgé)
* win: drop code checking for Windows XP / Server 2k3 (Saúl Ibarra Corretgé)
* unix,win: fix 'sprintf' is deprecated warning (twosee)
* doc: mention close_cb can be NULL (Qix)
* win: optimize udp receive performance (ywave620)
* win: fix an incompatible types warning (twosee)
* doc: document 0 return value for free/total memory (Ben Noordhuis)
* darwin: use hw.cpufrequency again for frequency info (Jameson Nash)
* win,test: change format of TEST_PIPENAME's (Santiago Gimeno)
* win,pipe: fixes in uv_pipe_connect() (Santiago Gimeno)
* misc: fix return value of memory functions (theanarkh)
* src: add new metrics APIs (Trevor Norris)
* thread: add uv_thread_getcpu() (daomingq)
* build: don't use ifaddrs.h on solaris 10 (Edward Humes)
* unix,win: add uv_get_available_memory() (Tim Besard)
* test: fix -Wunused-but-set-variable warnings (Ben Noordhuis)
* doc: bump min supported linux and freebsd versions (Ben Noordhuis)
* Add Socket Runtime to the LINKS.md (Sergey Rubanov)
* unix: drop kfreebsd support (Ben Noordhuis)
* win: fix fstat for pipes and character files (Stefan Stojanovic)
* win: fix -Wunused-variable warning (Ben Noordhuis)
* win: fix -Wunused-function warning (Ben Noordhuis)
* build: drop qemu-alpha from ci matrix (Ben Noordhuis)
* win: move child_stdio_buffer out of uv_process_t (Santiago Gimeno)
* test: fix some unreachable code warnings (Santiago Gimeno)
* linux: simplify uv_uptime() (Ben Noordhuis)
* test: unflake fs_event_watch_dir test (Ben Noordhuis)
* darwin: remove unused fsevents symbol lookups (Ben Noordhuis)
* build: add define guard around UV_EXTERN (Zvicii)
* build: add UndefinedBehaviorSanitizer support (Ben Noordhuis)
* build: enable platform_output test on qemu (Ben Noordhuis)
* linux: handle cpu hotplugging in uv_cpu_info() (Ben Noordhuis)
* build: remove unnecessary policy setting (dundargoc)
* docs: add vcpkg instruction step (Jack·Boos·Yu)
* win,fs: fix readlink errno for a non-symlink file (Darshan Sen)
* misc: extend getpw to take uid as an argument (Jameson Nash)
* unix,win: use static_assert when available (Ben Noordhuis)
* docs: delete code Makefile (Jameson Nash)
* docs: add CI for docs PRs (Jameson Nash)
* docs: update Sphinx version on RTD (Jameson Nash)
* doc: clean up license file (Ben Noordhuis)
* test: fix some warnings when compiling tests (panran)
* build,win: add mingw-w64 CI configuration (Jameson Nash)
* build: add CI for distcheck (Jameson Nash)
* unix: remove busy loop from uv_async_send (Jameson Nash)
* doc: document uv_fs_cb type (Tamás Bálint Misius)
* build: Improve build by cmake for Cygwin (erw7)
* build: add libuv:: namespace to libuvConfig.cmake (AJ Heller)
* test: fix ThreadSanitizer thread leak warning (Ben Noordhuis)
* test: fix ThreadSanitizer data race warning (Ben Noordhuis)
* test: fix ThreadSanitizer data race warning (Ben Noordhuis)
* test: fix ThreadSanitizer data race warning (Ben Noordhuis)
* test: cond-skip fork_threadpool_queue_work_simple (Ben Noordhuis)
* test: cond-skip signal_multiple_loops (Ben Noordhuis)
* test: cond-skip tcp_writealot (Ben Noordhuis)
* build: promote tsan ci to must-pass (Ben Noordhuis)
* build: add CI for OpenBSD and FreeBSD (James McCoy)
* build,test: fix distcheck errors (Jameson Nash)
* test: remove bad tty window size assumption (Ben Noordhuis)
* darwin,process: feed kevent the signal to reap children (Jameson Nash)
* unix: abort on clock_gettime() error (Ben Noordhuis)
* test: remove timing-sensitive check (Ben Noordhuis)
* unix: DRY and fix tcp bind error path (Jameson Nash)
* macos: fix fsevents thread race conditions (Ben Noordhuis)
* win: fix leak in uv_chdir (Trevor Norris)
* test: make valgrind happy (Trevor Norris)
* barrier: wait for prior out before next in (Jameson Nash)
* test: fix visual studio 2015 build error (Ben Noordhuis)
* linux: fix ceph copy error truncating readonly files (Bruno Passeri)
* test: silence more valgrind warnings (Trevor Norris)
* doc: add entries to LINKS.md (Trevor Norris)
* win,unix: change execution order of timers (Trevor Norris)
* doc: add trevnorris to maintainers (Trevor Norris)
* linux: remove epoll_pwait() emulation code path (Ben Noordhuis)
* linux: replace unsafe macro with inline function (Ben Noordhuis)
* linux: remove arm oabi support (Ben Noordhuis)
* unix,sunos: SO_REUSEPORT not valid on all sockets (Stacey Marshall)
* doc: consistent single backquote in misc.rst (Jason Zhang)
* src: switch to use C11 atomics where available (Trevor Norris)
* test: don't use static buffer for formatting (Ben Noordhuis)
* linux: introduce io_uring support (Ben Noordhuis)
* linux: fix academic valgrind warning (Ben Noordhuis)
* test: disable signal test under ASan and MSan (Ben Noordhuis)
* linux: add IORING_OP_OPENAT support (Ben Noordhuis)
* linux: add IORING_OP_CLOSE support (Ben Noordhuis)
* linux: remove bug workaround for obsolete kernels (Ben Noordhuis)
* doc: update active maintainers list (Ben Noordhuis)
* test: add ASSERT_OK (Trevor Norris)
* src: fix events/events_waiting metrics counter (Trevor Norris)
* unix,win: add uv_clock_gettime() (Ben Noordhuis)
* build: remove freebsd and openbsd buildbots (Ben Noordhuis)
* win: fix race condition in uv__init_console() (sivadeilra)
* linux: fix logic bug in sqe ring space check (Ben Noordhuis)
* linux: use io_uring to batch epoll_ctl calls (Ben Noordhuis)
* macos: update minimum supported version (Santiago Gimeno)
* docs: fix some typos (cui fliter)
* unix: use memcpy() instead of type punning (Ben Noordhuis)
* test: add additional assert (Mohammed Keyvanzadeh)
* build: export compile_commands.json (Lewis Russell)
* win,process: write minidumps when sending SIGQUIT (Elliot Saba)
* unix: constrained_memory should return UINT64_MAX (Tim Besard)
* unix: handle CQ overflow in iou ring (Santiago Gimeno)
* unix: remove clang compiler warning pragmas (Ben Noordhuis)
* win: fix mingw build (gengjiawen)
* test: fix -Wbool-compare compiler warning (Ben Noordhuis)
* win: define MiniDumpWithAvxXStateContext always (Santiago Gimeno)
* freebsd: hard-code UV_ENODATA definition (Santiago Gimeno)
* linux: work around EOWNERDEAD io_uring kernel bug (Ben Noordhuis)
* linux: fix WRITEV with lots of bufs using io_uring (Santiago Gimeno)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libusb
Michael Tremer [Tue, 13 Aug 2024 09:09:52 +0000 (09:09 +0000)] 
core188: Ship libusb

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibusb: Update to version 1.0.27
Adolf Belka [Sat, 10 Aug 2024 14:33:01 +0000 (16:33 +0200)] 
libusb: Update to version 1.0.27

- Update from version 1.0.26 to 1.0.27
- Update of rootfile
- Changelog
    1.0.27
* New libusb_init_context API to replace libusb_init
* New libusb_get_max_alt_packet_size API
* New libusb_get_platform_descriptor API (BOS)
* Allow setting log callback with libusb_set_option/libusb_init_context
* New WebAssembly + WebUSB backend using Emscripten
* Fix regression in libusb_set_interface_alt_setting
* Fix sync transfer completion race and use-after-free
* Fix hotplug exit ordering
* Linux: NO_DEVICE_DISCOVERY option set per context
* macOS: Fix missing device list cleanup locking
* macOS: Do not clear device data toggle for newer OS versions
* macOS: Fix running binaries on older OS than build host
* Windows: Allow claiming multiple associated interfaces
* Windows: Ignore non-configured devices instead of waiting
* Windows: Improved root hub detection

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libsodium
Michael Tremer [Tue, 13 Aug 2024 09:09:20 +0000 (09:09 +0000)] 
core188: Ship libsodium

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibsodium: Update to version 1.0.20
Adolf Belka [Sat, 10 Aug 2024 14:32:58 +0000 (16:32 +0200)] 
libsodium: Update to version 1.0.20

- Update from version 1.0.19 to 1.0.20
- Update of rootfile
- Changelog
    1.0.20
This point release includes all the changes from 1.0.19-stable,
 mainly addressing compilation issues and improvements to the .NET
 packages.
* Version 1.0.19-stable
 - Building with `zig build` now requires Zig 0.12.
 - When using the traditional build system, -O3 is used instead of -Ofast.
 - Improved detection of the compiler flags required on aarch64.
 - Improved compatibility with custom build systems on aarch64.
 - apple-xcframework: VisionOS packages are not built if Xcode doesn't
   include that SDK.
 - `crypto_kdf_hkdf_sha512_statebytes()` was added.
 - When using Visual Studio, runtime CPU feature detection is now enabled
   on Windows/aarch64.
 - There were issues with C++ guards affecting usage of libsodium
   using Swift on Windows. This has been fixed.
 - Emscripten: `crypto_aead_aegis*()` functions are now exported in
   JavaScript builds
 - Emscripten: unsupported `--memory-init-file` option has been removed.
 - apple-xcframework: the minimal deployment target can be set to iOS 11+.
 - .NET packages now include precompiled libraries for Windows/arm64,
   iOS, TvOS and Catalyst.
 - .NET precompiled libraries now work on any CPUs, using only runtime
   feature detection.
 - SYSV assembly should not be used when targeting Windows (reported by
   @meiyese, thanks!)
 - Compatibility issues with LLVM 18 and AVX512 have been addressed.
 - GitHub attestation build provenance are now added to NuGet packages.
 - JavaScript tests can now use Bun as an alternative to Node.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libtirpc
Michael Tremer [Tue, 13 Aug 2024 09:08:53 +0000 (09:08 +0000)] 
core188: Ship libtirpc

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibtirpc: Update to version 1.3.5
Adolf Belka [Sat, 10 Aug 2024 14:33:00 +0000 (16:33 +0200)] 
libtirpc: Update to version 1.3.5

- Update from version 1.3.3 to 1.3.5
- Update of rootfile not required
- Changelog is just the commits applied to each version.
   http://git.linux-nfs.org/?p=steved/libtirpc.git;a=shortlog;h=refs/heads/master

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libtiff
Michael Tremer [Tue, 13 Aug 2024 09:06:05 +0000 (09:06 +0000)] 
core188: Ship libtiff

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibtiff: Update to version 4.6.0
Adolf Belka [Sat, 10 Aug 2024 14:32:59 +0000 (16:32 +0200)] 
libtiff: Update to version 4.6.0

- Update from version 4.5.1 to 4.6.0
- Update of rootfile
- Included options to disable static library and docs.
- The removed functionality mentioned in the changelog below was already mentioned in
   earlier version updates. As far as I could tell none of the functionality that has
   been removed is used in IPFire.
- Changelog
    4.6.0
      Major changes warning
This version removes a big number of utilities that have suffered from lack of
 maintenance over the years and were the source of various reported security
 issues. See "Removed functionality" below for the list of removed utilities.
 Starting with libtiff v4.6.0, the source code for most TIFF tools
 (except tiffinfo, tiffdump, tiffcp and tiffset) was discontinued, due to the
 lack of contributors able to address reported security issues. tiff2ps and
 tiff2pdf source code has been moved in a unsupported category, no longer built
 by default, but are still part of the the source distribution. Other retired
 utilities are in a archive/ directory, only available in the libtiff git
 repository. Issues related to unsupported and archived tools will no longer be
 accepted in the libtiff bug tracker.
      Software configuration changes
    TiffConfig.cmake.in: set TIFF_INCLUDE_DIR, TIFF_INCLUDE_DIRS and
     TIFF_LIBRARIES for compatibility with FindTIFF.cmake as shipped by CMake
     (fixes issue #589)
    Update CMake and autoconf scripts to consistently update LibTIFF version
     defines and references in various files when version definition in
     configure.ac has been changed.
        Move in tiffvers.h from libtiff source directory to libtiff build
 directory.
        Remove unused version information from tif_config.h
        With every CMake build the version defines (e.g. 4.5.1) within tiffvers.h
 are consistently updated from configure.ac. The version release-date is
 taken from file RELEASE-DATE.
        The files VERSION and RELEASE-DATE are only updated with a special CMake
 target build: cmake --build . --target tiff_release.
        For autotools, version information is updated from configure.ac with
 ./autogen.sh. LIBTIFF_RELEASE_DATE is taken form file RELEASE-DATE.
        ./configure generates tiffvers.h with the cached version information and
 LIBTIFF_RELEASE_DATE.
        "make release" updates tiffvers.h and VERSION file with cached version
 info and RELEASE-DATE file and tiffves.h with the current date.
    CMake: fix build with -Dstrip-chopping=off (fixes issue #600)
      Library changes
New/improved functionalities:
    Fix using __attribute__ libtiff with clang-for-windows
Bug fixes:
    WebP decoder: validate WebP blob width, height, band count against TIFF
     parameters to avoid use of uninitialized variable, or decoding corrupted
     content without explicit error (fixes issue #581, issue #582).
    WebP codec: turn exact mode when creating lossless files to avoid altering
     R,G,B values in areas where alpha=0
     (https://github.com/OSGeo/gdal/issues/8038)
    Fix TransferFunction writing of only two transfer functions.
    TIFFReadDirectoryCheckOrder: avoid integer overflow. When it occurs, it
     should be harmless in practice though
     (https://gitlab.com/libtiff/libtiff/-/merge_requests/512)
Documentation
    TiffField functions documentation updated with return behaviour for not
     defined tags and determination of write-/read-count size.
      Tools changes
Removed functionality:
    The following tools are no longer compiled and have been moved to
     archive/tools:
        fax2ps
        fax2tiff
        pal2rgb
        ppm2tiff
        raw2tiff
        rgb2ycbcr
        thumbnail
        tiff2bw
        tiff2rgba
        tiffcmp
        tiffcrop
        tiffdither
        tiffgt
        tiffmedian
    The following tools are no longer compiled by default: tiff2ps and tiff2pdf.
     They have been moved to tools/unsupported. They can be built by setting
     --enable-tools-unsupported for autoconf, or -Dtiff-tools-unsupported for
     CMake, but as the name imply, they are no longer supported by upstream.
     Packagers are suggested not to enable those options.
    tiffcp: remove -i option (ignore errors), because almost all fuzzer issues
     were consequential errors from ignored errors because of the "-i" option.
Bug fixes:
    tiffset: fix #597: warning: comparison of integer expressions of different
     signedness. (fixes issue #597)
    tiffcp: fix memory corruption (overflow) on hostile images (fixes issue #591)
Test changes
    Add missing test_write_read_tags.c and test_transferfunction_write_read.c in
     tarball (fixes issue #585) and correct "long" issue.
    Don't use "long" because can be int32_t or int64_t, depending on compiler
     and system.
Changes to contributed and unsupported tools
    raw2tiff: fix integer overflow and bypass of the check (fixes issue #592)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libqmi
Michael Tremer [Tue, 13 Aug 2024 09:04:22 +0000 (09:04 +0000)] 
core188: Ship libqmi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibqmi: Update to version 1.34.0
Adolf Belka [Sat, 10 Aug 2024 14:32:57 +0000 (16:32 +0200)] 
libqmi: Update to version 1.34.0

- Update from version 1.30.8 to 1.34.0
- Update of rootfile
- Autotools build has been removed in 1.32.0 and changed to meson. In previous autotools
   version other protocol options were auto checked and if dependencies were not present
   then the options were not built. In meson those are defined by default as being
   required and if dependencies are not present then the build fails. So those other
   options have to be explicitly made false for meson.
- Library is only built in shared form.
- man pages have been disabled.
- Changelog
    1.34.0
 * Build:
   ** Flag types are now generated in their own 'qmi-flag-types.[c|h]' files.
   ** A new 'enable_fuzzer' option is available to build LLVM LibFuzzer
      based unit testers.
 * New services:
   ** New 'ATR' service to support AT commands over QMI, defined by Telit,
      including "Send" request and "Received" indication.
   ** New 'IMS' service, including "Get IMS Services Enabled Setting"
      request/response.
   ** New 'IMSA' (IMS Application) service, including "Get IMS Registration
      Status" and "Get IMS Services Status" request/responses.
   ** New 'IMSP' (IMS Presence) service, including "Get Enabler State"
      request/response.
   ** New 'SSC' service (Qualcomm Snapdragon Sensor Core), including the
      "Control" request/response, and "Report Small"/"Report Large"
      indications.
 * New TLVs supported in existing messages:
   ** nas: added the "WCDMA RSCP" TLV in "Get Signal Info" response and "Signal
      Info" indication.
   ** wds: added the "Report Profile Changes" TLV in "Indication Register".
 * libqmi-glib:
   ** Support for 16-bit service ids added, used in the QRTR backend.
   ** Response and indication parser messages are now published in the API.
   ** The library now allows connecting to a unix domain socket named
      'qmux_socket' instead of a device file.
   ** Extended the 'QmiWdsProfileType' enum type with EPC and ALL values.
   ** Extended the 'QmiUimCardApplicationPersonalizationFeature' enum type with
      additional GW-related values.
   ** New 'QmiUimCardApplicationPersonalizationFeatureStatus' enum type.
   ** New 'QmiImspEnablerState' enum type, used in the IMPS service.
   ** New 'QmiImsaImsRegistrationStatus', 'QmiImsaServiceStatus' and
     'QmiImsaRegistrationTechnology' enum types, used in the IMSA service.
   ** Updated the QRTR endpoint to ensure error responses are returned early
      when the builtin CTL operations fail.
   ** Deprecated QMI_UIM_CARD_APPLICATION_PERSONALIZATION_FEATURE_UNKNOWN, and
      provided compat symbols.
   ** Updated the enum type of the "Personalization Feature" field in the
      Element struct type used in the Applications array in the "UIM Card
      Status" response and indication messages, and provided appropriate compat
      symbols.
   ** Flagged PIN/PUK value fields as personal info.
   ** Fixed missing 'since' tags in struct and common types.
 * qmicli:
   ** New '--uim-remote-unlock' command.
   ** New '--imsp-get-enabler-state' command.
   ** New '--imsa-get-ims-registration-status' and
      '--imsa-get-ims-services-status' commands.
   ** New '--ims-get-ims-services-enabled-setting' command.
   ** New '--atr-send', '--atr-send-only' and '--atr-monitor' commands.
 * collections:
   ** basic: added NAS cell location retrieval commands.
   ** basic: added WDS profile event change commands.
 * Several other minor improvements and fixes.
 * All fixes and improvements that were backported to 1.32.x releases are also
   present in libqmi 1.34.0.
    1.32.0
 * There is no longer an upstream-provided source tarball, please use the signed
   git tag '1.32.0' instead to refer to the sources of this release.
 * The verbose message logging will now by default hide all fields that are
   considered personal information. Extended message logging including all
   field contents should be explicitly requested.
 * Build:
   ** The GNU autotools (autoconf/automake/libtool) support has been fully
      removed, this release requires the use of the meson build system.
   ** The 'instrospection' meson option is now a boolean.
   ** New boolean 'man' meson option to allow disabling the man page generation.
 * New services:
   ** New 'FOX' service for operations defined by Foxconn, including "Get
      Firmware Version" for now.
 * New request/response/indications:
   ** pdc: implement "Refresh" indication.
   ** gas: implement "DMS Get USB composition" request/response.
   ** gas: implement "DMS Set USB composition" request/response.
   ** wds: implement "Indication Register" request/response.
   ** wds: implement "Extended Ip Config" indication.
   ** dsd: implement "Get System Status" request/response.
   ** dsd: implement "System Status Change" request/response.
   ** dsd: implement "System Status" indication.
   ** voice: implement "Burst DTMF" request/response.
   ** voice: implement "Start Continuous DTMF" request/response.
   ** voice: implement "Stop Continuous DTMF" request/response.
   ** uim: implement "Remote Unlock" request/response.
   ** nas: implement "Config Signal Info v2" request/response.
 * New TLVs supported in existing messages:
   ** pdc: added "Enable Refresh" TLV in "Register" request.
   ** nas: added "5G Signal Strength" TLV in "Signal Info" indication.
   ** dms: added "NR5G Band Capability" TLV in "Get Band Capabilities" response.
   ** nas: added "NR5G SA/NSA band preference" TLVs in "Get/Set System Selection
      Preference" request/response.
   ** wds: added "Operator Reserved PCO" TLV in "Get Current Settings".
   ** wda: added "Uplink Data Aggregation Max Datagrams" TLV in "Set Data
      Format" request.
   ** wda: added "Uplink Data Aggregation Max Size" TLV in "Set Data Format"
      request.
 * libqmi-glib:
   ** New 'QmiFoxFirmwareVersionType' enum type.
   ** New 'QmiPdcRefreshEventType' enum type.
   ** New 'QmiGasUsbCompositionEndpointType' enum type.
   ** New 'QmiDsdDataSystemNetworkType' enum type.
   ** New 'QmiDsdRadioAccessTechnology' enum type.
   ** New 'QmiDsdSoMask' enum type.
   ** New 'QMI_DMS_RADIO_INTERFACE_TDS' value in the 'QmiDmsRadioInterface' enum
      type.
   ** New 'QMI_WDS_GET_CURRENT_SETTINGS_REQUESTED_SETTINGS_OPERATOR_RESERVED_PCO'
      value in 'QmiWdsGetCurrentSettingsRequestedSettings'.
   ** New 'QMI_DEVICE_ADD_LINK_FLAGS_INGRESS_MAP_CKSUMV5' and
      'QMI_DEVICE_ADD_LINK_FLAGS_INGRESS_MAP_CKSUMV5' values in the
      'QmiDeviceAddLinkFlags' enum type, enabling support to request QMAPv5
      checksum offload for both TX and RX paths.
   ** Extended the 'QmiNasActiveBand' enum type with 5GNR bands.
   ** Implemented support to monitor the consecutive QMI request timeouts in the
      QmiDevice object, with a 'QMI_DEVICE_CONSECUTIVE_TIMEOUTS' signal and a
      'qmi_device_get_consecutive_timeouts()' method.
   ** Fixed the "GERAN Info" TLV in "NAS Get Cell Location Info" compat layer.
   ** Fixed leak on unexpected message error processing in QmiDevice.
   ** Renamed the 'QmiWdsGetCurrentSettingsRequestedSettings' flags type to
      'QmiWdsRequestedSettings'.
   ** Updated the code generator to avoid needing intermediate struct types in
      several operations, and provided appropriate compat methods:
      *** pdc: removed the 'QmiConfigTypeAndId' intermediate struct.
      *** loc: removed the 'QmiIndicationLoc...GpsTime intermediate' structs.
      *** loc: removed the 'QmiIndicationLoc...DilutionOfPrecision' intermediate
          structs.
      *** dms: removed the 'QmiMessageDmsGetStoredImageInfoInputImage'
          intermediate struct.
      *** dms: removed the 'QmiMessageDmsDeleteStoredImageInputImage'
          intermediate struct.
   ** Updated the code generator to avoid needing arrays of arrays in several
      operations, and provided appropriate compat methods:
      *** uim: avoid array of arrays in "Slot EID Information".
      *** uim: avoid array of arrays in "Personalization Status Other".
   ** Updated the code generator to generate GIR compat helpers for arrays of
      structs, so that language bindings can properly use the methods using
      that kind of types. This change makes the library include a lot of new
      methods suffixed with _gir() which are only expected to be used via
      introspection.
   ** Implemented a lot of cleanups and improvements in the code generator.
 * qmicli:
   ** New '--verbose-full' option to request enabling logs that include personal
      information.
   ** New '--pdc-monitor-refresh' command.
   ** New '--gas-dms-set-usb-composition' and '--gas-dms-get-usb-composition'
      commands.
   ** New '--wms-set-routes' command.
   ** New '--dsd-get-system-status' command.
   ** Updated the '--wda-set-data-format' command with new optional fields to
      configure the uplink data aggregation max size and max datagrams.
 * qmi-firmware-update:
   ** Implemented support for normal upgrade operations even when udev is not
      available in the system (e.g. openwrt).
 * collections:
   ** basic: added UIM remote unlock operation.
   ** basic: added NAS signal info v2 operation.
   ** basic: added SAR management operations.
   ** basic: added LTE attach PDN list operation.
   ** basic: added PCO support related operations.
   ** basic: added Foxconn firmware version management operation.
   ** basic: added DSD system status and attach/detach related operations.
   ** basic: added voice DTMF support operations.
 * Several other minor improvements and fixes.
The following features which were backported to 1.30.x releases are also present
in libqmi 1.32.0:
   ** libqmi-glib: use unaligned netlink attribute length.
   ** qmi-proxy: remove assert when attempting to close ghost device.
   ** qmi-firmware-update: use defaults if FLASH variables not reported,
      enabling support to flash the Sierra Wireless EM91xx modules in USB mode.
   ** voice: implement "Get All Call Info" request/response.
   ** dms: implement "Foxconn Set FCC Authentication v2" request/response.
   ** qmicli: new '--dms-foxconn-set-fcc-authentication-v2' command.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libnl-3
Michael Tremer [Tue, 13 Aug 2024 09:03:53 +0000 (09:03 +0000)] 
core188: Ship libnl-3

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibnl-3: Update to version 3.10.0
Adolf Belka [Sat, 10 Aug 2024 14:32:56 +0000 (16:32 +0200)] 
libnl-3: Update to version 3.10.0

- Update from 3.9.0 to 3.10.0
- Update of rootfile not required\
- Changelog was discontinued quite a while back. Info on changes comes only from the git
   commits - https://github.com/thom311/libnl/commits/main/

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libcap
Michael Tremer [Fri, 9 Aug 2024 14:23:50 +0000 (14:23 +0000)] 
core188: Ship libcap

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibcap: Update to version 2.70
Adolf Belka [Fri, 9 Aug 2024 11:23:12 +0000 (13:23 +0200)] 
libcap: Update to version 2.70

- Update from version 2.69 to 2.70
- Update of rootfile
- sobump means following core packages need to be shipped
   arping
   cdrkit
   iproute2
   iputils
   ntp
   squid
   udev
  and the following addons will be shipped with the pak_ver increments in the other
   patches that are part ofg this set
   avahi
   bacula
   cifs-utils
   dnsdist
   freeradius
   frr
   htop
   nfs
   rng-tools
   samba
   tor
   tshark
   vdr
   wavemon
- Changelog
   2.70
setcap changes to make it harder to set invalid file capabilities (Bug 217592\
 reported by parke.nexus)
Lots of documentation fixes (contributions from Jakub Wilk and
 Carlos Rodriguez-Fernandez)
Fix c89 compilation syntax for the C code in the libraries.
libpam has deprecated providing the _pam_overwrite() function, so use memset()
 instead

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libnet
Michael Tremer [Fri, 9 Aug 2024 14:21:51 +0000 (14:21 +0000)] 
core188: Ship libnet

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibnet: Update to version 1.3
Adolf Belka [Fri, 9 Aug 2024 10:53:11 +0000 (12:53 +0200)] 
libnet: Update to version 1.3

- Update from version 1.1.6 to 1.3
- Update of rootfile
- sobump gives suricata and arping as dependencies so those packages also need to be
   shipped.
- Changelog
    1.3
### Changes
- License change of critical files from 4-clause BSD to 3-clause and
  2-clause BSD.  This fixes issue #85: "GPL license compatibility".
- Migrate from Travis-CI (Linux) and Appveyor (Win32) to GitHub Actions
- Win32 changes:
  - switch to npcap from winpcap
  - Simplify and update build scripts
  - Encode version in DLL instead of in filename
- Add support for LLDP, mandatory TLVs.
- Add support for Cisco UniDirectional Link Detection (UDLD), RFC5171
- Initial support for unit tests:
  - `libnet-build_ethernet()`
  - Complete UDLD API tests
- Initial "devcontainer": provide VS Code development environment for
  rapid setup of a development environment
- Run unit tests in GitHub Actions
- New  GitHub Action for FreeBSD 13 clang/gcc
- Calling `libnet_init()` with a RAW type no longer sets a TX buffer max
  size.  Use the new `libnet_setfd_max_sndbuf()` instead when needed.
- Remove support for `SOCK_PACKET` sockets causing invalid builds on,
  e.g., musl libc.  We assume everyone on Linux has `PF_PACKET` now.
### Fixes
- Fix #139: fail-to-build-from-source on FreeBSD
- Fix #122: unused parameter warnings
- Fix #123: potential memory leak in `libnet_cq_add()`
- Fix #124: potential name conflict with C++ keyword `new`
- Fix #96: pointer type warnings when dumping raw data with `%p`
- Fix #97: non-standard types:
  - `int64_t` instead of `__int64_t` for mingw cross build
  - `uint32_t` instead of `u_int` and `uint16_t` instead of `u_short`
- Fix #98: lots of signed vs unsigned comparisons
- Fix #102: possible buffer overflows in `libnet_plist_chain_dump_string()`
- Reproducible build fixes for man-page generation, use LC_ALL=C and UTC
- Simplify `fixmanpages`
- Fix #120: possible NULL pointer dereference in `libnet_cq_add()`
- Fix #120: memory leak in `libnet_plist_chain_new()`
- Fix segmentation fault in `libnet_ifaddrlist()`
- Fix #150: segfault when number of IPs > 512
    1.2
### Changes
- Removed Lua bindings from repo and dist files, now available separately
- Removed generated HTML and Nroff (man pages) documentation files, must
  be regenerated with Doxygen using `make doc`
- Add `pkg-config` support with `libnet.pc`, replaces `libnet-config`
  tool, although it is kept for compatibility for now
- Factorize socket setup code for socket opening to provide output
  device selection for IPv4
- Make `libnet_get_hwaddr()` work with 802.1q interfaces in bpf (BSD)
- New API for OSPF HELLO messages, with neighbor
### Fixes
- Use `getifaddrs()` on OpnBSD and Linux
- For samples, `netinet/in.h` is not on windows
- Fix errors with missing `IPPROTO_MH` on windows
- Fix build error on Mac OS X
- Fix #34 checksum caculation when IPv6 extension headers being used
- Remove unneeded trailing `-Wl` from `-version-info` line
- `libnet_build_snmp()` fix warning
- Use `LIBNET_*RESOLVE` const in `libnet_name2addr*`
- Fix i486 sample synflood6 warning
- Some samples need `#include<netinet/in.h>` for `IPPROTO_*` on OpenBSD 5.2
- Fix gcc warnings
- Check for `socklen_t`.  Suggested by g.esp and Stefanos Harhalakis
- libnet: update for obsolete INCLUDE directive
- Fix warning inside comment
- Automatic link options `#pragma comment(lib, ...)` are only for MSVC
- Fix several warnings for MS C/C++ compiler
- `libnet_open_raw4()` doesn't return a SOCKET on win32
- Fixes error messages sometimes include newline, sometimes not
- Properly set `l->err_buf` if `libnet_ifaddrlist()` fails
- dlpi: Try harder to find the device for the interface
- dlpi: Correctly extract unit number from devices with numbers in their
  name
- Make interface selection work for interfaces with multiple addresses
- Fix memory leak, device list needs to freed after use
- Fix file descriptor leak in `libnet_ifaddrlist()`
- Fix `libnet_get_hwaddr()` for large(!) number of interfaces
- Fix to support musl libc, removes support for GLIBC <2.1
- Fix win32 buffer overrun in `libnet_get_ipaddr4()`
- Interface selection was ignoring interfaces with IPv6
- Use `LIBNET_API` on public functions, instead of an export file
- Add Visual Studio 2010 project files, with build instructions
- Define INET6 on IRIX, making libnet compile cleanly
- Check for FreeBSD pre-11 before enabling `LIBNET_BSD_BYTE_SWAP`
- Use `LIBNET_BSDISH_OS` and `LIBNET_BSD_BYTE_SWAP` on Darwin
- Add BSD byteswap for Darwin. Otherwise `sendto(` returns `EINVAL`
- `netinet/in.h` is needed for `IPPROTO_` and `sockaddr_in`

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libgcrypt
Michael Tremer [Fri, 9 Aug 2024 10:41:37 +0000 (10:41 +0000)] 
core188: Ship libgcrypt

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agonetatalk: Update to version 3.2.5
Adolf Belka [Fri, 9 Aug 2024 10:37:34 +0000 (12:37 +0200)] 
netatalk: Update to version 3.2.5

- Update from version 3.1.2 to 3.2.5
- Update of rootfile
- Change to meson build
- Bundled libevent was removed in 3.1.13 so configure option no longer needed.
- The latest netatalk places the prefix value onto all other directories. No way to change
   this via the meson options. So sysconfdir and localstatedir would end up being under
   /usr. Patch created to remove the prefix value at the beginning of sysconfdir and
   localstatedir so that the locations stay the same as for the previous versions.
- The default value for pam.d is in /usr/etc/ but option available to change this.
- Large number of CVE fixes in some of the updates - 3.2.1, 3.1.18, 3.1.17, 3.1.16,
   3.1.15, 3.1.13, 3.1.12,
- Changelog
    3.2.5
* BREAKING: meson: Allow choosing shared or static libraries to build,
       GitHub #1321
       In practice, only shared libraries are built by default now.
       Use the `default_library' option to control what is built.
* FIX: meson: Control the MySQL CNID backend, and support MariaDB, GitHub #1341
       Introduces a new boolean `with-cnid-mysql-backend' option.
* FIX: meson: Implement with-init-dir option, GitHub #1346
* FIX: autotools/meson: Install FreeBSD init script into correct location,
       GitHub #1345
* FIX: meson: Fix syntax error with libiconv path, GitHub #1279
* FIX: meson: Correct description for with-manual option, GitHub #1282
* FIX: meson: Correct prefix lookup for tracker-control, GitHub #1284
* FIX: meson: default OPEN_NOFOLLOW_ERRNO overwrites platform customization,
       GitHub #1286
* FIX: meson: Don't make dtags depend on rpath, GitHub #1293
* FIX: meson: Remove duplicate dependency check for posix threads, GitHub #1297
* FIX: meson: Better output when cryptographic UAMs aren't built, GitHub #1302
* FIX: meson: Prioritize tests and run single-threaded to avoid race condition,
       GitHub #1312
* FIX: meson: Better way to handle rpath executable targets, GitHub #1315
* FIX: meson: Refactor libcrypto check and print better status messages,
       GitHub #1299
* FIX: meson: Look for libmariadb dependency to appease Fedora, GitHub #1348
* FIX: meson: Declare have_atfuncs globally to avoid failure later, GitHub #1357
* FIX: meson: Do a compiler sanity check before header checks, GitHub #1356
* FIX: Avoid using reserved keyword to build the tests on NetBSD, GitHub #1328
    3.2.4
* UPD: autotools: Restore ABI versioning of libatalk,
       and set it to 18.0.0, GitHub #1261
* UPD: meson: Define long-form soversion as 18.0.0, GitHub #1256
       Previously, only `18' was defined.
* NEW: meson: Introduce pkgconfdir override option, GitHub #1241
       The new option is called `with-pkgconfdir-path'
       and is analogous to the `with-pkgconfdir' Autotools option.
       Additionally, the hard-coded "netatalk" path suffix has been removed.
* NEW: meson: Introduce `debian' init style option
       that installs both sysv and systemd, GitHub #1239
* FIX: meson: Add have_atfuncs check,
       and make dtags dependent on rpath flag, GitHub #1236
* FIX: meson: Correct overwrite install logic for config files, GitHub #1253
* FIX: Fix typo in netatalk_conf.c log message
    3.2.3
* UPD: Record note of permission to upgrade CNID code
       to a later GPL, GitHub #1194
* UPD: Remove long-obsoleted cnid2_create script, GitHub #1203
* UPD: docker: Add option to enable ClearText and Guest UAMs, GitHub #1202
* FIX: docs: Standardize reference entry naming
       for netatalk-config man page, GitHub #1208
* FIX: meson: Generate afppasswd manual html page, GitHub #1210
* UPD: meson: Remove obsolete 64 bit library check, GitHub #1207
* FIX: meson: Enable rpath for binaries
       only when with-rpath is enabled, GitHub #1214
* FIX: meson: Require kerberos before enabling krb5 UAM,
       not just GSSAPI, GitHub #1218
* FIX: meson: Restore linking with 64-bit libdb on Solaris, GitHub #1222
* FIX: meson: Fixing linking when building with
       the `with-ssl-override' option, GitHub #1227
    3.2.2
* UPD: meson: Use external SSL dependency to provide cast header, GitHub #1186
       This reintroduces OpenSSL/LibreSSL as a dependency for the DHX UAM,
       while removing all source files with the SSLeay copyright notice.
* UPD: meson: Add option to override system WolfSSL
       with embedded WolfSSL: `with-ssl-override', GitHub #1176
* UPD: Remove obsolete Red Hat Upstart and SuSE SysV init scripts, GitHub #1163
* FIX: meson: Fix errors in PAM support macro, GitHub #1178
* FIX: meson: Fix perl shebang substitution in cnid2_create script, GitHub #1183
* FIX: meson: Fix operation of D-Bus path macros, GitHub #1182
* FIX: meson: Fix errors in shadow password macro, GitHub #1192
* FIX: autotools: gcc 8.5 expects explicit library flags
       for libgcrypt, GitHub #1188
* NEW: Create a security policy, GitHub #1166
    3.2.1
* FIX: CVE-2024-38439,CVE-2024-38440,CVE-2024-38441: Harden user login,
       GitHub #1158
* BREAKING: meson: Rework option semantics and feature macros, GitHub #1099
       - Consistent syntax of the build options to make them user-friendly
       - Standardises the syntax of the feature macros
       - Fixes the logic of the largefile support macro
       - Disables gssapi support if the Kerberos V UAM is not required
       - All options are now defined either as `with-*' or `with-*-path'
       - Please see the Release Notes for a full list of changed options
* UPD: meson: Enable building with system WolfSSL library, GitHub #1160
       - Build system will attempt to detect
       that all required headers and symbols are supported
       - Falls back to the bundled WolfSSL library
* FIX: meson: Fix -Doption paths on systems
       where rpath is enabled by default, GitHub #1053
* FIX: meson: Fix library search macro on OmniOS hosts, GitHub #1056
* FIX: meson: Fix rules for installing scripts, GitHub #1070
       - Install afpstats only when Perl is detected
       - Don't install scripts only used by netatalk developers
* FIX: meson: set setuid bit to allow user afppasswd changing, GitHub #1071
* FIX: meson: Fix logic of libiconv detection macro, GitHub #1075
* FIX: meson: Address various issues with the meson build system, GitHub #1082
       - Enables quota support on all flavours of linux and BSD, plus macOS
       - Adds the quota provider to the configuration summary
       - Adds a user option to disable LDAP support
       - Sets dependencies according to user configuration
       - Improves the syntax of the ACL macro
* FIX: meson: Further refinements to meson build system, GitHub #1086
       - Adds user options to disable cracklib and GSSAPI support
       - Automates Berkeley DB library detection on macOS
* FIX: meson: Fix issues with quota support on linux and macOS, GitHub #1092
       - Enables quota support on macOS hosts
       - Restores missing configuration option for linux hosts
       - Removes obsolete quota configuration data for linux and macOS hosts
* FIX: meson: Set executable flags when installing scripts, GitHub #1117
* UPD: autotools and meson: Use pkg-config to find libgcrypt, GitHub #1132
       - This removes dependency on the now-obsolete libgcrypt-config
* FIX: Use portable linux macro in etc/afpd header, GitHub #1083
* UPD: Debian Trixie expects systemd scripts in /usr/lib, GitHub #1135
* UPD: Add copyright for mac_roman.h, GitHub #1137
* FIX: Cleanup of copyright headers to make them scanner friendly, GitHub #1142
* FIX: Remove unused atalk/talloc.h header, GitHub #1154
* FIX: docker: Don't bail out when password is longer than 8 chars, GitHub #1067
* UPD: docker: Bump to Alpine 3.20 base image, GitHub #1111
* FIX: docker: Rework AFP user's GROUP and GID settings, GitHub #1116
       - GID now requires GROUP to be set, and applies to that group
         rather than that of the user.
* UPD: docs: Indicate license for software package,
       and add SSLeay notice, GitHub #1125
* FIX: docs: Rephrase tarball section of manual, GitHub #1164
    3.2.0
* NEW: BREAKING: Introduce the Meson build system, GitHub #707
       GNU Autotools is still supported, but will be removed
       in a future release. See the newly added INSTALL file.
* NEW: BREAKING: Bundle WolfSSL for DHX/RandNum UAM encryption, GitHub #358
       This is enabled by default, controlled by option "-Dwith-embedded-ssl"
       Requires the Meson build system.
       External OpenSSL 1.1 and LibreSSL are still supported.
* NEW: BREAKING: LDAP API bump, OpenLDAP v2.3 or later required, GitHub #762
       afp.conf option "ldap server" has been replaced with "ldap uri"
       and has a new syntax. See the manual for details.
* UPD: BREAKING: Remove legacy cdb and tdb CNID backends, GitHub #508
* UPD: BREAKING: Remove Andrew File System (AFS) support, GitHub #554
* UPD: BREAKING: Remove bundled talloc, GitHub #479
       For Spotlight support, use the talloc library supplied by your OS,
       or get the source code from the Samba project and build it yourself.
* UPD: BREAKING: Remove generated SPARQL code, GitHub #337
       This introduces a compile time dependency on
       a yacc parser and a lexer to build with Spotlight support.
* UPD: BREAKING: Rename macOS launchd plist to io.netatalk.*, GitHub #778
       Note: Only the Meson build system will clean up the old plist.
* UPD: BREAKING: Renamed Gentoo init script to openrc, GitHub #868
       OpenRC is cross platform; confirmed working on Alpine Linux.
* NEW: FreeBSD init script, borrowed from FreeBSD ports, GitHub #876
       Special thanks to the author, Joe Marcus Clarke.
* NEW: OpenBSD init script, GitHub #870
* NEW: Introduce an official Dockerfile and entry script, GitHub #713
* NEW: Option to log to file with second (not us) accuracy, GitHub #580
       Enable with afp.conf option: "log microseconds = no"
* NEW: Option to add delay to FCE event emission, GitHub #849
       Set a ms delay with afp.conf option: "fce sendwait"
* NEW: afppasswd: Add -w option to set password from the CLI, GitHub #936
* NEW: docs: Distribute a manual appendix with the GNU GPL v2, GitHub #745
* NEW: docs: Distribute the Japanese localization of the manual, GitHub #806
* NEW: docs: Generate a manual appendix with build instructions, GitHub #791
       The appendix is generated from the GitHub CI workflow yaml file.
* UPD: docs: Document libraries, init scripts in manual, GitHub #808
* UPD: docs: Remove substituted file system paths from manual, GitHub #514
* FIX: afpd: Prevent theoretical crash in FPSetACL, GitHub #364
* FIX: libatalk: Fix parsing of macOS-created AppleDouble files, GitHub #270
* FIX: libatalk: Restore invalid EA metadata cleanup, GitHub #400
* FIX: quota: Use the NetBSD 6 quota API, GitHub #1028
* FIX: quota: Workaround for rquota.h symbol name on Fedora 40, GitHub #1040
* FIX: uams: Allow linking of the PGP UAM, GitHub #548
* FIX: Shore up error handling and type safety, GitHub #952
* UPD: Rewrite the afpstats script in Perl, GitHub #893
       And, improve the formatting of the standard output.
       Requires the Net::DBus Perl extension.
       This removes the effective dependency on a Python runtime.
* UPD: Make Perl and grep optional requirements, GitHub #886
       When either is missing, do not install the optional Perl scripts.
* NEW: Build system option "disable-init-hooks", GitHub #796
       Will skip init script enablement commands that require
       elevated privileges on the system.
* FIX: Make cracklib macro properly detect dictionary, GitHub #940
* FIX: Build with PAM support on FreeBSD 14, GitHub #560
* FIX: Allow libevent2 linking on OpenIndiana, GitHub #512
* FIX: Control all Spotlight dependencies at compile time, GitHub #571
* UPD: Remove redundant AUTHORS file, GitHub #538
    3.1.18
* FIX: CVE-2022-22995: Harden create_appledesktop_folder(), GitHub #480
* FIX: Disable dtrace support on aarch64 FreeBSD hosts, Github #498
* FIX: Correct syntax for libwrap check in tcp-wrappers.m4, GitHub #500
* FIX: Correct syntax for libiconv check in iconv.m4, GitHub #491
* FIX: quota is not supported on macOS, GitHub #492
    3.1.17
* FIX: CVE-2023-42464: Validate data type in dalloc_value_for_key(), GitHub #486
* FIX: Declare a variable before using it in a loop,
       which was throwing off the default compiler on RHEL7, GitHub #481
* UPD: Distribute tarballs with xz compression by default, not gzip, GitHub #478
* UPD: Add AUTHOR sections to all man pages with a reference to CONTRIBUTORS,
       and standardize headers and footers, GitHub #462
    3.1.16
* FIX: libatalk: Fix CVE-2022-23121, CVE-2022-23123 regression
       - Added guard check before access ad_entry(), GitHub#357
       - Allow zero length entry, for AppleDouble specification, GitHub#368
       - Remove special handling for COMMENT entries, GitHub#236
       - The assertion for invalid entires is still enabled,
         so please report any future "Invalid metadata EA" errors!
* FIX: build system: Fix autoconf warnings and modernize bootstrap
       and configure.ac, GitHub#331
* FIX: build system: Correct syntax in libevent search macro,
       summary macro and netatalk executable makefile, GitHub#342
* FIX: build system: Fix native libiconv detection on macOS, GitHub#343
* FIX: build system: Use non-interactive PAM session when available, GitHub#361
* FIX: build system: Fix detection of Berkeley DB installed
       in multiarch location, GitHub#380
* FIX: build system: Fix support for cross-compilation
       with mysql_config and dtrace, GitHub#384
* FIX: build system: Support building quota against libtirpc, GitHub#385
* FIX: build system: Fix variable substitution in configure summary, GitHub#443
* UPD: build system: Remove ABI checks and the --enable-developer option, GitHub#262
* FIX: initscript: Improvements to Debian SysV init script
       - Source init-functions, GitHub#386
       - Add a Description and Short-Description, GitHub#428
* FIX: docs: Clarify localstate dir configurability in manual, GitHub#401
* UPD: docs: Make BerkeleyDB 5.3.x the recommended version, GitHub#8
* FIX: docs: Update SourceForge URLs to fix CSS styles and download links
* FIX: docs: Remove obsoleted bug reporting sections, GitHub#455
* FIX: Sundry typo fixes in user visible strings and docs, GitHub#381, GitHub#382
* UPD: Rename asip-status.pl as asip-status
       to make naming implementation-agnostic, GitHub#379
* UPD: Remove redundant uid.c|h files in etc/afpd
* UPD: Don't build and distribute deprecated cnid2_create tool, GitHub#412
* UPD: Remove deprecated megatron code and man page, GitHub#456
* UPD: Remove deprecated uniconv code and man page, GitHub#457
* UPD: Improvements to the GitHub CI workflow
    3.1.15
* FIX: CVE-2022-43634
* FIX: CVE-2022-45188
* NEW: Support for macOS hosts, Intel and Apple silicon, GitHub#281
* FIX: configure.ac: update deprecated autoconf syntax
* UPD: configure.ac: Support linking with system shared libraries
       Introduces the --with-talloc option
* FIX: macros: largefile-check macro for largefile (clang 16)
* UPD: macros: Update pthread macro to the latest from gnu.org
* FIX: initscripts: Modernize Systemd service file.
* FIX: libatalk/conf: include sys/file.h for LOCK_EX
* FIX: libatalk: Change log level for realpath() error, SF bug#666
* FIX: libatalk: Change log level for real_name error, SF bug#596
* FIX: libatalk: The my_bool type is deprecated as of MySQL 8.0.1, GitHub#129
* UPD: libatalk: allow afpd to read read-protected afp.conf, SF bug#546
* UPD: libatalk: Make the "valid users" option work in the Homes section, SF bug#449
* UPD: libatalk: Check that FPDisconnectOldSession is successful, SF bug#634
* UPD: libatalk: Bring iniparser library codebase in line with current version 4.1
* FIX: afpd: Provide MNTTYPE_NFS on OmniOS to make quota work, GitHub#117
* FIX: afpd: Avoid triggering realpath() lookups with empty path, GitHub#277
* FIX: spotlight: Spotlight searches can cause afpd to segfault, GitHub#56
* UPD: spotlight: add support for tracker3, SF patch#147
* FIX: macusers: Fix output for long usernames
* FIX: macusers: account for usernames with non-word characters
* FIX: macusers: Support NetBSD
* FIX: Fix all function declarations without a prototype
* FIX: Fix C99 compliance issues
* FIX: Fix gcc10 compiler warnings
* UPD: Remove acsiidocs sources and release notes script
* FIX: manpages: afp.conf: Parameters are not quoted, SF bug#617
* FIX: manpages: afp.conf: Document $u in home name, GitHub#123
* FIX: manpages: afp.conf: Document the usage of guest user, GitHub#298
* FIX: Document how the mysql cnid backend is configured, GitHub#69
* FIX: Fix user-visible typos in log output and man pages.
* FIX: Fix spelling, syntax, and dead URLs in html manual.
* NEW: Create README.md
* NEW: Set up GitHub workflow and static analysis with Sonarcloud
    3.1.14
* FIX: fix build with libressl >= 2.7.0, GitHub#105
* NEW: Added Ignore Directories Feature
* UPD: Generate Unicode source code based on Unicode 14.0, GitHub#114
* FIX: Protect against removing AFP metadata xattr
* FIX: avoid setting adouble entries on symlinks
* FIX: add handling for cases where ad_entry() returns NULL, GitHub#175
* FIX: Fix setting of LD_LIBRARY_FLAGS ($shlibpath_var).
* FIX: afpstats: Fedora migrating away from IO::Socket::INET6, GitHub#130
* FIX: afpd: check return values from setXXid() functions, GitHub#115
* FIX: afpd: drop groups in become_user_permanently(), GitHub#126
* FIX: Fix use after free in get_tm_used()
* FIX: Fix sign extension problem in bsd_attr_list()
* FIX: Fix garbage read in bsd_attr_list
* FIX: make afpstats python 3 compatible
* UPD: docs: manual: Remove wrong TCP-over-TCP info; minor copy editing
* FIX: configure.ac: fix macro ordering for CentOS 6
* FIX: configure.ac: fix typo
* FIX: configure.ac: remove some trailing whitespace
* FIX: configure.ac: fix deprecated macro invocation
* FIX: configure.ac: replace obsolete macro
* FIX: libatalk/dsi/Makefile.am: fix deprecation warning
* FIX: Store AutoMake helper script in build-aux/
* FIX: configure.ac: define a dir for macros
* FIX: configure.ac: AM_CONFIG_HEADER is deprecated
* FIX: autotools: Fix another deprecation warning
* FIX: libgcrypt typo in configuration error message
* UPD: Various CI improvements
* FIX: libatalk/conf: re-generation of afp_voluuid.conf
* UPD: libatalk/conf: code cleanup and add locking to get_vol_uuid()
* UPD: add documentation for the lv_flags_t
* FIX: No need to check for attropen on Solaris, GitHub#44
    3.1.13
* FIX: CVE-2021-31439
* FIX: CVE-2022-23121
* FIX: CVE-2022-23123
* FIX: CVE-2022-23122
* FIX: CVE-2022-23125
* FIX: CVE-2022-23124
* FIX: CVE-2022-0194
* FIX: afpd: make a variable declaration a definition
* UPD: Remove bundled libevent
    3.1.12
* FIX: dhx uams: build with LibreSSL, GitHub#91
* FIX: various spelling errors
* FIX: CVE-2018-1160
    3.1.11
* NEW: Global option "zeroconf name", FR#99
* NEW: show Zeroconf support by "netatalk -V", FR#100
* UPD: gentoo: Switch openrc init script to openrc-run, GitHub#77
* FIX: log message: name of function doese not match, GitHub#78
* UPD: volume capacity reporting to match Samba behavior, GitHub#83
* FIX: debian: sysv init status command exits with proper exit code, GitHub#84
* FIX: dsi_stream_read: len:0, unexpected EOF, GitHub#82
* UPD: dhx uams: OpenSSL 1.1 support, GitHub#87
    3.1.10
* FIX: cannot build when ldap is not defined, bug #630
* FIX: SIGHUP can cause core dump when mdns is enabled, bug #72
* FIX: Solaris: stale pid file puts netatalk into maintenance mode, bug #73
* FIX: dsi_stream_read: len:0, unexpected EOF, bug #633
    3.1.9
* FIX: afpd: fix "admin group" option
* NEW: afpd: new options "force user" and "force group"
* FIX: listening on IPv6 wildcard address may fail if IPv6 is
       disabled, bug #606
* NEW: LibreSSL support, FR #98
* FIX: cannot build when acl is not defined, bug #574
* UPD: configure option "--with-init-style=" for Gentoo.
       "gentoo" is renamed to "gentoo-openrc".
       "gentoo-openrc" is same as "openrc".
       "gentoo-systemd" is same as "systemd".
* NEW: configure option "--with-dbus-daemon=PATH" for Spotlight feature
* UPD: use "tracker daemon" command instead of "tracker-control" command
       if Gnome Tracker is the recent version.
* NEW: configure options "--enable-rpath" and "--disable-rpath" which
       can be used to force setting of RPATH (default on Solaris/NetBSD)
       or disable it.
* NEW: configure option "--with-tracker-install-prefix" allows setting
       an alternate install prefix for tracker when cross-compiling.
* UPD: asip-status.pl: IPv6 support
* UPD: asip-status.pl: show GSS-UAM SPNEGO blob
* FIX: afpd: don't use network IDs without LDAP, bug #621
* FIX: afpd: reading from file may fail, bug #619
* NEW: AFP clients should not be able to copy or manipulate special
       extended attributes set by NFS and SMB servers on Solaris, issue #36
* FIX: ad: ad cp may crash, bug #622
* UPD: Update Unicode support to version 9.0.0
    3.1.8
* FIX: CNID/MySQL: Quote UUID table names.
       https://sourceforge.net/p/netatalk/bugs/585/
* FIX: Crash in cnid_metad, bug #593
* UPD: Update Unicode support to version 8.0.0
* FIX: larger server side copyfile buffer for improved IO performance,
       bug #599
* NEW: afpd: new option "ea = samba". Use Samba vfs_streams_xattr
       compatible xattrs which means adding a 0 byte at the end of
       xattrs.
* FIX: remove #541 workaround patch. There was this problem with only early
       Fedora 20.
* FIX: rpmbuild fails on Fedora x86_64, bug #598
* FIX: Listen on IPv6 wildcard address by default, bug #602
* FIX: FCE protocol version 1 packets, bug #603
* UPD: Update list of BerkeleyDB versions searched at configure time
    3.1.7
* UPD: Spotlight: enhance behaviour for long running queries, client
       will now show "progress wheel" while waiting for first results.
* FIX: netatalk: fix a crash on Solaris when registering with mDNS
* FIX: netatalk: SIGHUP would kill the process instead of being resent
       to the other Netatalk processes, bug #579
* FIX: afpd: Solaris locking problem, bug #559
* FIX: Handling of malformed UTF8 strings, bug #524
* FIX: afpd: umask handling, bug #576
* FIX: Spotlight: Limiting searches to subfolders, bug #581
* FIX: afpd: reloading logging config may result in privilege
       escalation in afpd processes
* FIX: afpd: ACL related error messages, now logged with loglevel
       debug instead of error
* FIX: cnid_metad: fix tsockfd_create() return value on error
* FIX: CNID/MySQL: volume table name generation, bug #566.
    3.1.6
* FIX: Spotlight: fix for long running queries
* UPD: afpd: distribute SIGHUP from parent afpd to children and force
       reload shares
* FIX: netatalk: refresh Zeroconf registration when receiving SIGHUP
* NEW: configure option "--with-init-style=debian-systemd" for Debian 8 jessie
       and later.
       "--with-init-style=debian" is renamed "--with-init-style=debian-sysv".
    3.1.5
* FIX: Spotlight: several important fixes
    3.1.4
* FIX: afpd: Hangs in Netatalk which causes it to stop responding to
       connections, bug #572.
* NEW: afpd: new option "force xattr with sticky bit = yes|no"
       (default: no), FR #94
* UPD: afpd: FCE version 2 with new event types and new config options
       "fce ignore names" and "fce notify script"
* UPD: afpd: check for modified included config file, FR #95.
* UPD: libatalk: logger: remove flood protection and allocate messages
* UPD: Spotlight: use async Tracker SPARQL API
* NEW: afpd: new option "case sensitive = yes|no" (default: yes)
       In spite of being case sensitive as a matter of fact, netatalk
       3.1.3 and earlier did not notify kCaseSensitive flag to the client.
       Now, it is notified correctly by default, FR #62.
    3.1.3
* UPD: Spotlight: more SPARQL query optimisations
* UPD: Spotlight: new options "sparql results limit", "spotlight
       attributes" and "spotlight expr"
* FIX: afpd: Unarchiving certain ZIP archives fails, bug #569
* UPD: Update Unicode support to version 7.0.0
* FIX: Memory overflow caused by 'basedir regex', bug #567
* NEW: afpd: delete empty resource forks, from FR #92
* FIX: afpd: fix a crash when accessing ._ AppleDouble files created
       by OS X via SMB, bug #564
* FIX: afpd and dbd: Converting from AppleDouble v2 to ea may corrupt
       the resource fork. In some circumstances an offset calculation
       is wrong resulting in corrupt resource forks after the
       conversion. Bug #568.
* FIX: ad: fix for bug #563 broke ad file utilities, bug #570.
* NEW: afpd: new advanced option controlling permissions and ACLs,
       from FR #93

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibgcrypt: Update to version 1.11.0
Adolf Belka [Fri, 9 Aug 2024 10:37:33 +0000 (12:37 +0200)] 
libgcrypt: Update to version 1.11.0

- Update from version 1.10.3 to 1.11.0
- Update of rootfile
- Update of libgcrypt requires an update of netatalk as old version will not build with
   libgcrypt-1.11.0
- Changelog
    1.11.0
 * New and extended interfaces:
   - Add an API for Key Encapsulation Mechanism (KEM).  [T6755]
   - Add Streamlined NTRU Prime sntrup761 algorithm.  [rCcf9923e1a5]
   - Add Kyber algorithm according to FIPS 203 ipd 2023-08-24.
     [rC18e5c0d268]
   - Add Classic McEliece algorithm.  [rC003367b912]
   - Add One-Step KDF with hash and MAC.  [T5964]
   - Add KDF algorithm HKDF of RFC-5869.  [T5964]
   - Add KDF algorithm X963KDF for use in CMS.  [rC3abac420b3]
   - Add GMAC-SM4 and Poly1305-SM4.  [rCd1ccc409d4]
   - Add ARIA block cipher algorithm.  [rC316c6d7715]
   - Add explicit FIPS indicators for MD and MAC algorithms.  [T6376]
   - Add support for SHAKE as MGF in RSA.  [T6557]
   - Add gcry_md_read support for SHAKE algorithms.  [T6539]
   - Add gcry_md_hash_buffers_ext function.  [T7035]
   - Add cSHAKE hash algorithm.  [rC065b3f4e02]
   - Support internal generation of IV for AEAD cipher mode.  [T4873]
 * Performance:
   - Add SM3 ARMv8/AArch64/CE assembly implementation.  [rCfe891ff4a3]
   - Add SM4 ARMv8/AArch64 assembly implementation.  [rCd8825601f1]
   - Add SM4 GFNI/AVX2 and GFI/AVX512 implementation.
     [rC5095d60af4,rCeaed633c16]
   - Add SM4 ARMv9 SVE CE assembly implementation.  [rC2dc2654006]
   - Add PowerPC vector implementation of SM4.  [rC0b2da804ee]
   - Optimize ChaCha20 and Poly1305 for PPC P10 LE.  [T6006]
   - Add CTR32LE bulk acceleration for AES on PPC.  [rC84f2e2d0b5]
   - Add generic bulk acceleration for CTR32LE mode (GCM-SIV) for SM4
     and Camellia.  [rCcf956793af]
   - Add GFNI/AVX2 implementation of Camellia.  [rC4e6896eb9f]
   - Add AVX2 and AVX512 accelerated implementations for GHASH (GCM)
     and POLYVAL (GCM-SIV).  [rCd857e85cb4, rCe6f3600193]
   - Add AVX512 implementation for SHA512.  [rC089223aa3b]
   - Add AVX512 implementation for Serpent.  [rCce95b6ec35]
   - Add AVX512 implementation for Poly1305 and ChaCha20
     [rCcd3ed49770, rC9a63cfd617]
   - Add AVX512 accelerated implementation for SHA3 and Blake2
     [rCbeaad75f46,rC909daa700e]
   - Add VAES/AVX2 accelerated i386 implementation for AES.
     [rC4a42a042bc]
   - Add bulk processing for XTS mode of Camellia and SM4.
     [rC32b18cdb87, rCaad3381e93]
   - Accelerate XTS and ECB modes for Twofish and Serpent.
     [rCd078a928f5,rC8a1fe5f78f]
   - Add AArch64 crypto/SHA512 extension implementation for
     SHA512. [rCe51d3b8330]
   - Add AArch64 crypto-extension implementation for Camellia.
     [rC898c857206]
   - Accelerate OCB authentication on AMD with AVX2.  [rC6b47e85d65]
 * Bug fixes:
   - For PowerPC check for missing optimization level for vector
     register usage.  [T5785]
   - Fix EdDSA secret key check.  [T6511]
   - Fix decoding of PKCS#1-v1.5 and OAEP padding.  [rC34c2042792]
   - Allow use of PKCS#1-v1.5 with SHA3 algorithms.  [T6976]
   - Fix AESWRAP padding length check.  [T7130]
 * Other:
   - Allow empty password for Argon2 KDF.  [rCa20700c55f]
   - Various constant time operation imporvements.
   - Add "bp256", "bp384", "bp512" aliases for Brainpool curves.
   - Support for the random server has been removed.  [T5811]
   - The control code GCRYCTL_ENABLE_M_GUARD is deprecated and not
     supported any more.  Please use valgrind or other tools.  [T5822]
   - Logging is now done via the libgpg-error logging functions.
     [rCab0bdc72c7]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libjpeg
Michael Tremer [Fri, 9 Aug 2024 10:40:43 +0000 (10:40 +0000)] 
core188: Ship libjpeg

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibjpeg: Update to version 3.0.3
Adolf Belka [Fri, 9 Aug 2024 10:05:38 +0000 (12:05 +0200)] 
libjpeg: Update to version 3.0.3

- Update from version 2.1.4 to 3.0.3
- Update of rootfile
- CVE fix in 3.0.0
- Changelog
    3.0.3
1. Fixed an issue in the build system, introduced in 3.0.2, that caused all
libjpeg-turbo components to depend on the Visual C++ run-time DLL when built
with Visual C++ and CMake 3.15 or later, regardless of value of the
`WITH_CRT_DLL` CMake variable.
2. The x86-64 SIMD extensions now include support for Intel Control-flow
Enforcement Technology (CET), which is enabled automatically if CET is enabled
in the C compiler.
3. Fixed a regression introduced by 3.0 beta2[6] that made it impossible for
calling applications to supply custom Huffman tables when generating
12-bit-per-component lossy JPEG images using the libjpeg API.
4. Fixed a segfault that occurred when attempting to use the jpegtran `-drop`
option with a specially-crafted malformed input image or drop image
(specifically an image in which all of the scans contain fewer components than
the number of components specified in the Start Of Frame segment.)
    3.0.2
1. Fixed a signed integer overflow in the `tj3CompressFromYUV8()`,
`tj3DecodeYUV8()`, `tj3DecompressToYUV8()`, and `tj3EncodeYUV8()` functions,
detected by the Clang and GCC undefined behavior sanitizers, that could be
triggered by setting the `align` parameter to an unreasonably large value.
This issue did not pose a security threat, but removing the warning made it
easier to detect actual security issues, should they arise in the future.
2. Introduced a new parameter (`TJPARAM_MAXMEMORY` in the TurboJPEG C API and
`TJ.PARAM_MAXMEMORY` in the TurboJPEG Java API) and a corresponding TJBench
option (`-maxmemory`) for specifying the maximum amount of memory (in
megabytes) that will be allocated for intermediate buffers, which are used with
progressive JPEG compression and decompression, optimized baseline entropy
coding, lossless JPEG compression, and lossless transformation.  The new
parameter and option serve the same purpose as the `max_memory_to_use` field in
the `jpeg_memory_mgr` struct in the libjpeg API, the `JPEGMEM` environment
variable, and the cjpeg/djpeg/jpegtran `-maxmemory` option.
3. Introduced a new parameter (`TJPARAM_MAXPIXELS` in the TurboJPEG C API and
`TJ.PARAM_MAXPIXELS` in the TurboJPEG Java API) and a corresponding TJBench
option (`-maxpixels`) for specifying the maximum number of pixels that the
decompression, lossless transformation, and packed-pixel image loading
functions/methods will process.
4. Fixed an error ("Unsupported color conversion request") that occurred when
attempting to decompress a 3-component lossless JPEG image without an Adobe
APP14 marker.  The decompressor now assumes that a 3-component lossless JPEG
image without an Adobe APP14 marker uses the RGB colorspace if its component
IDs are 1, 2, and 3.
    3.0.1
1. The x86-64 SIMD functions now use a standard stack frame, prologue, and
epilogue so that debuggers and profilers can reliably capture backtraces from
within the functions.
2. Fixed two minor issues in the interblock smoothing algorithm that caused
mathematical (but not necessarily perceptible) edge block errors when
decompressing progressive JPEG images exactly two MCU blocks in width or that
use vertical chrominance subsampling.
3. Fixed a regression introduced by 3.0 beta2[6] that, in rare cases, caused
the C Huffman encoder (which is not used by default on x86 and Arm CPUs) to
generate incorrect results if the Neon SIMD extensions were explicitly disabled
at build time (by setting the `WITH_SIMD` CMake variable to `0`) in an AArch64
build of libjpeg-turbo.
    3.0.0
1. The TurboJPEG API now supports 4:4:1 (transposed 4:1:1) chrominance
subsampling, which allows losslessly transposed or rotated 4:1:1 JPEG images to
be losslessly cropped, partially decompressed, or decompressed to planar YUV
images.
2. Fixed various segfaults and buffer overruns (CVE-2023-2804) that occurred
when attempting to decompress various specially-crafted malformed
12-bit-per-component and 16-bit-per-component lossless JPEG images using color
quantization or merged chroma upsampling/color conversion.  The underlying
cause of these issues was that the color quantization and merged chroma
upsampling/color conversion algorithms were not designed with lossless
decompression in mind.  Since libjpeg-turbo explicitly does not support color
conversion when compressing or decompressing lossless JPEG images, merged
chroma upsampling/color conversion never should have been enabled for such
images.  Color quantization is a legacy feature that serves little or no
purpose with lossless JPEG images, so it is also now disabled when
decompressing such images.  (As a result, djpeg can no longer decompress a
lossless JPEG image into a GIF image.)
3. Fixed an oversight in 1.4 beta1[8] that caused various segfaults and buffer
overruns when attempting to decompress various specially-crafted malformed
12-bit-per-component JPEG images using djpeg with both color quantization and
RGB565 color conversion enabled.
4. Fixed an issue whereby `jpeg_crop_scanline()` sometimes miscalculated the
downsampled width for components with 4x2 or 2x4 subsampling factors if
decompression scaling was enabled.  This caused the components to be upsampled
incompletely, which caused the color converter to read from uninitialized
memory.  With 12-bit data precision, this caused a buffer overrun or underrun
and subsequent segfault if the sample value read from uninitialized memory was
outside of the valid sample range.
5. Fixed a long-standing issue whereby the `tj3Transform()` function, when used
with the `TJXOP_TRANSPOSE`, `TJXOP_TRANSVERSE`, `TJXOP_ROT90`, or
`TJXOP_ROT270` transform operation and without automatic JPEG destination
buffer (re)allocation or lossless cropping, computed the worst-case transformed
JPEG image size based on the source image dimensions rather than the
transformed image dimensions.  If a calling program allocated the JPEG
destination buffer based on the transformed image dimensions, as the API
documentation instructs, and attempted to transform a specially-crafted 4:2:2,
4:4:0, 4:1:1, or 4:4:1 JPEG source image containing a large amount of metadata,
the issue caused `tj3Transform()` to overflow the JPEG destination buffer
rather than fail gracefully.  The issue could be worked around by setting
`TJXOPT_COPYNONE`.  Note that, irrespective of this issue, `tj3Transform()`
cannot reliably transform JPEG source images that contain a large amount of
metadata unless automatic JPEG destination buffer (re)allocation is used or
`TJXOPT_COPYNONE` is set.
6. Fixed a regression introduced by 3.0 beta2[6] that prevented the djpeg
`-map` option from working when decompressing 12-bit-per-component lossy JPEG
images.
7. Fixed an issue that caused the C Huffman encoder (which is not used by
default on x86 and Arm CPUs) to read from uninitialized memory when attempting
to transform a specially-crafted malformed arithmetic-coded JPEG source image
into a baseline Huffman-coded JPEG destination image.
    2.1.91
1. Significantly sped up the computation of optimal Huffman tables.  This
speeds up the compression of tiny images by as much as 2x and provides a
noticeable speedup for images as large as 256x256 when using optimal Huffman
tables.
2. All deprecated fields, constructors, and methods in the TurboJPEG Java API
have been removed.
3. Arithmetic entropy coding is now supported with 12-bit-per-component JPEG
images.
4. Overhauled the TurboJPEG API to address long-standing limitations and to
make the API more extensible and intuitive:
     - All C function names are now prefixed with `tj3`, and all version
suffixes have been removed from the function names.  Future API overhauls will
increment the prefix to `tj4`, etc., thus retaining backward API/ABI
compatibility without versioning each individual function.
     - Stateless boolean flags have been replaced with stateful integer API
parameters, the values of which persist between function calls.  New
functions/methods (`tj3Set()`/`TJCompressor.set()`/`TJDecompressor.set()` and
`tj3Get()`/`TJCompressor.get()`/`TJDecompressor.get()`) can be used to set and
query the value of a particular API parameter.
     - The JPEG quality and subsampling are now implemented using API
parameters rather than stateless function arguments (C) or dedicated set/get
methods (Java.)
     - `tj3DecompressHeader()` now stores all relevant information about the
JPEG image, including the width, height, subsampling type, entropy coding
algorithm, etc., in API parameters rather than returning that information
through pointer arguments.
     - `TJFLAG_LIMITSCANS`/`TJ.FLAG_LIMITSCANS` has been reimplemented as an
API parameter (`TJPARAM_SCANLIMIT`/`TJ.PARAM_SCANLIMIT`) that allows the number
of scans to be specified.
     - Optimized baseline entropy coding (the computation of optimal Huffman
tables, as opposed to using the default Huffman tables) can now be specified,
using a new API parameter (`TJPARAM_OPTIMIZE`/`TJ.PARAM_OPTIMIZE`), a new
transform option (`TJXOPT_OPTIMIZE`/`TJTransform.OPT_OPTIMIZE`), and a new
TJBench option (`-optimize`.)
     - Arithmetic entropy coding can now be specified or queried, using a new
API parameter (`TJPARAM_ARITHMETIC`/`TJ.PARAM_ARITHMETIC`), a new transform
option (`TJXOPT_ARITHMETIC`/`TJTransform.OPT_ARITHMETIC`), and a new TJBench
option (`-arithmetic`.)
     - The restart marker interval can now be specified, using new API
parameters (`TJPARAM_RESTARTROWS`/`TJ.PARAM_RESTARTROWS` and
`TJPARAM_RESTARTBLOCKS`/`TJ.PARAM_RESTARTBLOCKS`) and a new TJBench option
(`-restart`.)
     - Pixel density can now be specified or queried, using new API parameters
(`TJPARAM_XDENSITY`/`TJ.PARAM_XDENSITY`,
`TJPARAM_YDENSITY`/`TJ.PARAM_YDENSITY`, and
`TJPARAM_DENSITYUNITS`/`TJ.PARAM_DENSITYUNITS`.)
     - The accurate DCT/IDCT algorithms are now the default for both
compression and decompression, since the "fast" algorithms are considered to be
a legacy feature.  (The "fast" algorithms do not pass the ISO compliance tests,
and those algorithms are not any faster than the accurate algorithms on modern
x86 CPUs.)
     - All C initialization functions have been combined into a single function
(`tj3Init()`) that accepts an integer argument specifying the subsystems to
initialize.
     - All C functions now use the `const` keyword for pointer arguments that
point to unmodified buffers (and for both dimensions of pointer arguments that
point to sets of unmodified buffers.)
     - All C functions now use `size_t` rather than `unsigned long` to
represent buffer sizes, for compatibility with `malloc()` and to avoid
disparities in the size of `unsigned long` between LP64 (Un*x) and LLP64
(Windows) operating systems.
     - All C buffer size functions now return 0 if an error occurs, rather than
trying to awkwardly return -1 in an unsigned data type (which could easily be
misinterpreted as a very large value.)
     - Decompression scaling is now enabled explicitly, using a new
function/method (`tj3SetScalingFactor()`/`TJDecompressor.setScalingFactor()`),
rather than implicitly using awkward "desired width"/"desired height"
arguments.
     - Partial image decompression has been implemented, using a new
function/method (`tj3SetCroppingRegion()`/`TJDecompressor.setCroppingRegion()`)
and a new TJBench option (`-crop`.)
     - The JPEG colorspace can now be specified explicitly when compressing,
using a new API parameter (`TJPARAM_COLORSPACE`/`TJ.PARAM_COLORSPACE`.)  This
allows JPEG images with the RGB and CMYK colorspaces to be created.
     - TJBench no longer generates error/difference images, since identical
functionality is already available in ImageMagick.
     - JPEG images with unknown subsampling configurations can now be
fully decompressed into packed-pixel images or losslessly transformed (with the
exception of lossless cropping.)  They cannot currently be partially
decompressed or decompressed into planar YUV images.
     - `tj3Destroy()` now silently accepts a NULL handle.
     - `tj3Alloc()` and `tj3Free()` now return/accept void pointers, as
`malloc()` and `free()` do.
     - The C image I/O functions now accept a TurboJPEG instance handle, which
is used to transmit/receive API parameter values and to receive error
information.
5. Added support for 8-bit-per-component, 12-bit-per-component, and
16-bit-per-component lossless JPEG images.  A new libjpeg API function
(`jpeg_enable_lossless()`), TurboJPEG API parameters
(`TJPARAM_LOSSLESS`/`TJ.PARAM_LOSSLESS`,
`TJPARAM_LOSSLESSPSV`/`TJ.PARAM_LOSSLESSPSV`, and
`TJPARAM_LOSSLESSPT`/`TJ.PARAM_LOSSLESSPT`), and a cjpeg/TJBench option
(`-lossless`) can be used to create a lossless JPEG image.  (Decompression of
lossless JPEG images is handled automatically.)  Refer to
[libjpeg.txt](libjpeg.txt), [usage.txt](usage.txt), and the TurboJPEG API
documentation for more details.
6. Added support for 12-bit-per-component (lossy and lossless) and
16-bit-per-component (lossless) JPEG images to the libjpeg and TurboJPEG APIs:
     - The existing `data_precision` field in `jpeg_compress_struct` and
`jpeg_decompress_struct` has been repurposed to enable the creation of
12-bit-per-component and 16-bit-per-component JPEG images or to detect whether
a 12-bit-per-component or 16-bit-per-component JPEG image is being
decompressed.
     - New 12-bit-per-component and 16-bit-per-component versions of
`jpeg_write_scanlines()` and `jpeg_read_scanlines()`, as well as new
12-bit-per-component versions of `jpeg_write_raw_data()`,
`jpeg_skip_scanlines()`, `jpeg_crop_scanline()`, and `jpeg_read_raw_data()`,
provide interfaces for compressing from/decompressing to 12-bit-per-component
and 16-bit-per-component packed-pixel and planar YUV image buffers.
     - New 12-bit-per-component and 16-bit-per-component compression,
decompression, and image I/O functions/methods have been added to the TurboJPEG
API, and a new API parameter (`TJPARAM_PRECISION`/`TJ.PARAM_PRECISION`) can be
used to query the data precision of a JPEG image.  (YUV functions are currently
limited to 8-bit data precision but can be expanded to accommodate 12-bit data
precision in the future, if such is deemed beneficial.)
     - A new cjpeg and TJBench command-line argument (`-precision`) can be used
to create a 12-bit-per-component or 16-bit-per-component JPEG image.
(Decompression and transformation of 12-bit-per-component and
16-bit-per-component JPEG images is handled automatically.)
    2.1.5.1
1. The SIMD dispatchers in libjpeg-turbo 2.1.4 and prior stored the list of
supported SIMD instruction sets in a global variable, which caused an innocuous
race condition whereby the variable could have been initialized multiple times
if `jpeg_start_*compress()` was called simultaneously in multiple threads.
libjpeg-turbo 2.1.5 included an undocumented attempt to fix this race condition
by making the SIMD support variable thread-local.  However, that caused another
issue whereby, if `jpeg_start_*compress()` was called in one thread and
`jpeg_read_*()` or `jpeg_write_*()` was called in a second thread, the SIMD
support variable was never initialized in the second thread.  On x86 systems,
this led the second thread to incorrectly assume that AVX2 instructions were
always available, and when it attempted to use those instructions on older x86
CPUs that do not support them, an illegal instruction error occurred.  The SIMD
dispatchers now ensure that the SIMD support variable is initialized before
dispatching based on its value.
    2.1.5
1. Fixed issues in the build system whereby, when using the Ninja Multi-Config
CMake generator, a static build of libjpeg-turbo (a build in which
`ENABLE_SHARED` is `0`) could not be installed, a Windows installer could not
be built, and the Java regression tests failed.
2. Fixed a regression introduced by 2.0 beta1[15] that caused a buffer overrun
in the progressive Huffman encoder when attempting to transform a
specially-crafted malformed 12-bit-per-component JPEG image into a progressive
12-bit-per-component JPEG image using a 12-bit-per-component build of
libjpeg-turbo (`-DWITH_12BIT=1`.)  Given that the buffer overrun was fully
contained within the progressive Huffman encoder structure and did not cause a
segfault or other user-visible errant behavior, given that the lossless
transformer (unlike the decompressor) is not generally exposed to arbitrary
data exploits, and given that 12-bit-per-component builds of libjpeg-turbo are
uncommon, this issue did not likely pose a security risk.
3. Fixed an issue whereby, when using a 12-bit-per-component build of
libjpeg-turbo (`-DWITH_12BIT=1`), passing samples with values greater than 4095
or less than 0 to `jpeg_write_scanlines()` caused a buffer overrun or underrun
in the RGB-to-YCbCr color converter.
4. Fixed a floating point exception that occurred when attempting to use the
jpegtran `-drop` and `-trim` options to losslessly transform a
specially-crafted malformed JPEG image.
5. Fixed an issue in `tjBufSizeYUV2()` whereby it returned a bogus result,
rather than throwing an error, if the `align` parameter was not a power of 2.
Fixed a similar issue in `tjCompressFromYUV()` whereby it generated a corrupt
JPEG image in certain cases, rather than throwing an error, if the `align`
parameter was not a power of 2.
6. Fixed an issue whereby `tjDecompressToYUV2()`, which is a wrapper for
`tjDecompressToYUVPlanes()`, used the desired YUV image dimensions rather than
the actual scaled image dimensions when computing the plane pointers and
strides to pass to `tjDecompressToYUVPlanes()`.  This caused a buffer overrun
and subsequent segfault if the desired image dimensions exceeded the scaled
image dimensions.
7. Fixed an issue whereby, when decompressing a 12-bit-per-component JPEG image
(`-DWITH_12BIT=1`) using an alpha-enabled output color space such as
`JCS_EXT_RGBA`, the alpha channel was set to 255 rather than 4095.
8. Fixed an issue whereby the Java version of TJBench did not accept a range of
quality values.
9. Fixed an issue whereby, when `-progressive` was passed to TJBench, the JPEG
input image was not transformed into a progressive JPEG image prior to
decompression.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libinih
Michael Tremer [Fri, 9 Aug 2024 10:40:16 +0000 (10:40 +0000)] 
core188: Ship libinih

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibinih: Update to version 58
Adolf Belka [Fri, 9 Aug 2024 10:05:37 +0000 (12:05 +0200)] 
libinih: Update to version 58

- Update from version 56 to 58
- Update of rootfile not required
- Changelog
    58
    [oss-fuzz] fuzzing support by @0x34d in #153
    [Fuzzing] fix harness by @0x34d in #156
    [Fuzzing] using cifuzz for PR by @0x34d in #154
    Specify C++11 std in meson build by @DownerCase in #157
    Add ini_ prefix even to static names so inih can be used as an #include by
     @benhoyt in #164
    57
    MSVC throws C4244 by @AbsintheScripting in #142
    Added a GetUnsigned function for getting unsigned values. by @jcormier in #147
    meson.build: fix start-of-line_comment_prefix variable name by @ihilt in #149
    Added GetInteger64 and GetUnsigned64 to read 64-bit integers by @natcat256
     in #151

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libcap-ng
Michael Tremer [Fri, 9 Aug 2024 10:39:52 +0000 (10:39 +0000)] 
core188: Ship libcap-ng

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibcap-ng: Update to version 0.8.5
Adolf Belka [Fri, 9 Aug 2024 10:05:35 +0000 (12:05 +0200)] 
libcap-ng: Update to version 0.8.5

- Update from version 0.8.3 to 0.8.5
- Update of rootfile not required
- Changelog
    0.8.5
- Remove python global exception handler since it's deprecated
- Make the utilities link against just built libraries
- Remove unused macro in cap-ng.h
    0.8.4
- In capng_change_id, clear PR_SET_KEEPCAPS if returning an error
- pscap: add -p option for reporting a specified process (Masatake Yamato)
- Annotate function prototypes to warn if results are unused
- Drop python2 support

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libgpg-error
Michael Tremer [Fri, 9 Aug 2024 10:39:26 +0000 (10:39 +0000)] 
core188: Ship libgpg-error

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibgpg-error: Update to version 1.50
Adolf Belka [Fri, 9 Aug 2024 10:05:36 +0000 (12:05 +0200)] 
libgpg-error: Update to version 1.50

- Update from version 1.48 to 1.50
- Update of rootfile
- Changelog
    1.50
 * New set of process spawn functions.  [T6249]
 * Fixed return type for gpgrt_b64dec_proc and gpgrt_b64dec_finish to
   gpg_err_code_t.  This enum return type is in almost all cases
   compatible to the formerly used gpg_error_t (i.e. unsigned int).
 * Interface changes relative to the 1.49 release:
 gpgrt_process_t                     CHANGED (never used).
 gpgrt_spawn_actions_t               NEW type.
 gpgrt_process_requests              NEW enum.
 gpgrt_process_spawn                 NEW.
 gpgrt_process_terminate             NEW.
 gpgrt_process_get_streams           NEW.
 gpgrt_process_ctl                   NEW.
 gpgrt_process_wait                  NEW.
 gpgrt_process_release               NEW.
 gpgrt_spawn_actions_new             NEW.
 gpgrt_spawn_actions_release         NEW.
 gpgrt_spawn_actions_set_redirect    NEW.
 gpgrt_spawn_actions_set_environ     NEW (posix only).
 gpgrt_spawn_actions_set_inherit_fds NEW (posix only).
 gpgrt_spawn_actions_set_atfork      NEW (posix only).
 gpgrt_spawn_actions_set_envvars     NEW (w32 only).
 gpgrt_spawn_actions_set_inherit_handles NEW (w32 only).
 GPGRT_PROCESS_DETACHED              NEW.
 GPGRT_PROCESS_NO_CONSOLE            NEW.
 GPGRT_PROCESS_NO_EUID_CHECK         NEW.
 GPGRT_PROCESS_STDIN_PIPE            NEW.
 GPGRT_PROCESS_STDOUT_PIPE           NEW.
 GPGRT_PROCESS_STDERR_PIPE           NEW.
 GPGRT_PROCESS_STDINOUT_SOCKETPAIR   NEW.
 GPGRT_PROCESS_STDIN_KEEP            NEW.
 GPGRT_PROCESS_STDOUT_KEEP           NEW.
 GPGRT_PROCESS_STDERR_KEEP           NEW.
 GPGRT_PROCESS_STDFDS_SETTING        NEW.
 GPGRT_SPAWN_INHERIT_FILE            REMOVED (never used).
 GPGRT_SPAWN_NONBLOCK                REMOVED (never used).
 GPGRT_SPAWN_RUN_ASFW                REMOVED (never used).
 GPGRT_SPAWN_DETACHED                REMOVED (never used).
 GPGRT_SPAWN_KEEP_STDIN              REMOVED (never used).
 GPGRT_SPAWN_KEEP_STDOUT             REMOVED (never used).
 GPGRT_SPAWN_KEEP_STDERR             REMOVED (never used).
    1.49
 * Two new functions to improve the logging interface.  The
   gpgrt_logv_domain is currently the same as gpgrt_logv_prefix but
   allows to pass a domain string so that in future we will be able to
   select log output by domain.  It also provide a non yet functional
   feature to include a hex dump.
 * Add a "trunc" keyword to gpgrt_log_printhex.  [rE0a39fbefcb]
 * Avoid an endless loop in the argparser due to a conf file read
   error.  [rE2dc93cfecc]
 * Interface changes relative to the 1.48 release:
 gpgrt_add_post_log_func        NEW.
 gpgrt_logv_domain              NEW.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibassuan: Update to version 3.0.1
Adolf Belka [Thu, 8 Aug 2024 19:32:17 +0000 (21:32 +0200)] 
libassuan: Update to version 3.0.1

- Update from version 2.5.5 to 3.0.1
- Update of rootfile
- Changelog
    3.0.1
 * Change Unix symbol versioning to help the Debian transitioning
   process.
    3.0.0
 * API change: For new code, which uses libassuan with nPTH, please
   use gpgrt_get_syscall_clamp and assuan_control, instead of the
   system_hooks API.  Use of ASSUAN_SYSTEM_NPTH is deprecated with new
   API version 3.  If it's really needed to keep using old
   implementation of ASSUAN_SYSTEM_NPTH, you need to change your your
   application code, to define
   ASSUAN_REALLY_REQUIRE_V2_NPTH_SYSTEM_HOOKS before including
   <assuan.h>.  For an application which uses version 2 API
   (NEED_LIBASSUAN_API=2 in its configure.ac), use of
   ASSUAN_SYSTEM_NPTH is still supported.  [T5914]
 * New function assuan_control.  [T6625]
 * New function assuan_sock_accept.  [T5925]
 * New functions assuan_pipe_wait_server_termination and
   assuan_pipe_kill_server to support abstraction of process.  [T6487]
 * Windows support for sendfd/recvfd.  [T6236]
 * Implement timeout in assuan_sock_connect_byname.  [T3302]
 * No support for WindowsCE, any more.  [T6170]
 * New socket flags "linger" and "reuseaddr".  [rA87f92fe962]
 * Interface changes relative to the 2.5.0 release:
 assuan_sock_accept                  NEW.
 assuan_pipe_wait_server_termination NEW.
 assuan_pipe_kill_server             NEW.
 assuan_sock_set_flag                EXTENDED.
 assuan_sock_get_flag                EXTENDED.
    2.5.7
 New configure option --with-libtool-modification. [T6619]
 Change the naming of the 64 bit Windows DLL from libassuan6-0.dll to
  libassuan-0.dll to sync this with what we did for libgpg-error.
    2.5.6
 * Fix logging of confidential data.  [rA0fc31770fa]
 * Fix memory wiping.  [T5977]
 * Fix macOS build problem.  [T5440,T5610]
 * Upgrade autoconf stuff.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libarchive
Michael Tremer [Fri, 9 Aug 2024 10:38:28 +0000 (10:38 +0000)] 
core188: Ship libarchive

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibarchive: Update to version 3.7.4
Adolf Belka [Thu, 8 Aug 2024 19:32:16 +0000 (21:32 +0200)] 
libarchive: Update to version 3.7.4

- Update from version 3.7.0 to 3.7.4
- Update of rootfile
- CVE fix in 3.7.4
- Changelog
    3.7.4
Security fixes:
    rar: Fix OOB in rar e8 filter (#2135) (CVE-2024-26256)
    zip: Fix out of boundary access (#2145)
Important bugfixes:
    7zip: Limit amount of properties (#2131)
    bsdtar: Fix error handling around strtol() usages (#2110)
    passphrase: Improve newline handling on Windows (#2115)
    passphrase: Never allow empty passwords (#2116)
    rar: Fix "File CRC Error" when extracting specific rar4 archives (#2124)
    xar: Avoid infinite link loop (#2123)
    zip: Update AppleDouble support for directories (#2108)
    zstd: Implement core detection (#2083, #2071)
    3.7.3
New features:
    PCRE2 support (#2031)
    add trailing letter b to bsdtar(1) substitute pattern (#2012)
    add support for long options "--group" and "--owner" to tar(1) (#2054)
Security fixes:
    Fix possible vulnerability in tar error reporting introduced in f27c173 (#2101)
Important bugfixes:
    ISO9660: preserve the natural order of links (#1974)
    rar5: fix decoding unicode filenames on Windows (#1978)
    rar5: fix infinite loop if during rar5 decompression the last block produced
     no data (#2105)
    xz filter: fix incorrect eof at the end of an lzip member (#2027)
    zip: fix end-of-data marker processing when decompressing zip archives (#2042)
    multiple bsdunzip(1) fixes (#2022, #2030)
    filetime truncation fix on Windows (#2050)
    3.7.2
Security fixes:
    Multiple vulnerabilities have been fixed in the PAX writer (1b4e0d0)
Important bugfixes:
    bsdunzip(1) now correctly handles arguments following an -x after the zipfile
New features:
    bsdunzip(1) now supports the "--version" flag
    7-zip reader now translates Windows permissions into UNIX permissions (#1943)
    uudecode filter in raw mode now supports file name and file mode
    zstd filter now supports the "long" write option (#1962)
    3.7.1
Security fixes:
    SEGV and stack buffer overflow in verbose mode of cpio (#1934, #1935)
Feature updates:
    bsdunzip updated to match latest upstream code (#1926)
Important bugfixes:
    miscellaneous functional bugfixes (#1731, #1929, #1930)
    build fixes on multiple platforms (Android #1921, older MacOS X #1919, #1933
     and others)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Cleanup the images directory, too
Michael Tremer [Thu, 8 Aug 2024 18:31:01 +0000 (18:31 +0000)] 
make.sh: Cleanup the images directory, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Fix passing the build directory find-dependencies
Michael Tremer [Thu, 8 Aug 2024 18:30:15 +0000 (18:30 +0000)] 
make.sh: Fix passing the build directory find-dependencies

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoextrahd.cgi: Make table use the full width
Michael Tremer [Wed, 7 Aug 2024 14:36:24 +0000 (16:36 +0200)] 
extrahd.cgi: Make table use the full width

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoqos.cgi: Make all tables use the full width
Michael Tremer [Wed, 7 Aug 2024 14:35:02 +0000 (16:35 +0200)] 
qos.cgi: Make all tables use the full width

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agofirewall.cgi: Merge the ID and policy columns
Michael Tremer [Wed, 7 Aug 2024 14:29:23 +0000 (16:29 +0200)] 
firewall.cgi: Merge the ID and policy columns

This saves us a little bit of space and looks tidier to me.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agofirewall.cgi: Fix policy colours for rules
Michael Tremer [Wed, 7 Aug 2024 14:24:48 +0000 (16:24 +0200)] 
firewall.cgi: Fix policy colours for rules

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agofirewall.cgi: Remove box around top buttons
Michael Tremer [Wed, 7 Aug 2024 14:20:30 +0000 (16:20 +0200)] 
firewall.cgi: Remove box around top buttons

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agofirewall.cgi: Fix colouring of the rule actions
Michael Tremer [Wed, 7 Aug 2024 14:18:01 +0000 (16:18 +0200)] 
firewall.cgi: Fix colouring of the rule actions

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agofirewall.cgi: Fix colouring of the default firewall policy
Michael Tremer [Wed, 7 Aug 2024 14:10:48 +0000 (16:10 +0200)] 
firewall.cgi: Fix colouring of the default firewall policy

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoovpnmain.cgi: Fix connection status colours
Michael Tremer [Wed, 7 Aug 2024 13:45:24 +0000 (15:45 +0200)] 
ovpnmain.cgi: Fix connection status colours

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agovpnmain.cgi: Fix connection status colours
Michael Tremer [Wed, 7 Aug 2024 13:39:40 +0000 (15:39 +0200)] 
vpnmain.cgi: Fix connection status colours

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Remove showing the PIDs for add-on services
Michael Tremer [Wed, 7 Aug 2024 13:31:11 +0000 (15:31 +0200)] 
services.cgi: Remove showing the PIDs for add-on services

This was only showing one PID and I don't see any reason why anyone
would need this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Use new functions to figure out memory usage
Michael Tremer [Wed, 7 Aug 2024 13:29:57 +0000 (15:29 +0200)] 
services.cgi: Use new functions to figure out memory usage

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Fix colouring of the add-on status
Michael Tremer [Wed, 7 Aug 2024 13:27:22 +0000 (15:27 +0200)] 
services.cgi: Fix colouring of the add-on status

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Remove manual table striping
Michael Tremer [Wed, 7 Aug 2024 13:24:14 +0000 (15:24 +0200)] 
services.cgi: Remove manual table striping

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Remove excessive styling that has no effect
Michael Tremer [Wed, 7 Aug 2024 13:20:56 +0000 (15:20 +0200)] 
services.cgi: Remove excessive styling that has no effect

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Only evaluate value networks
Michael Tremer [Wed, 7 Aug 2024 13:14:14 +0000 (15:14 +0200)] 
connections.cgi: Only evaluate value networks

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolangs: Add translation for WireGuard
Michael Tremer [Wed, 7 Aug 2024 12:32:55 +0000 (14:32 +0200)] 
langs: Add translation for WireGuard

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Remove country headline
Michael Tremer [Sat, 27 Apr 2024 17:15:19 +0000 (19:15 +0200)] 
connections.cgi: Remove country headline

This takes way more space than the actual flag and therefore makes the
table wider which we don't want.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Refactor reading networks
Michael Tremer [Sat, 27 Apr 2024 17:13:28 +0000 (19:13 +0200)] 
connections.cgi: Refactor reading networks

This is still a total nightmare because we are yet again writing
functions that read the same configuration files all over again.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Remove the extra box
Michael Tremer [Sat, 27 Apr 2024 12:02:31 +0000 (14:02 +0200)] 
connections.cgi: Remove the extra box

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Use &General::format_time()
Michael Tremer [Sat, 27 Apr 2024 11:59:03 +0000 (13:59 +0200)] 
connections.cgi: Use &General::format_time()

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Make it clearer which direction traffic is flowing
Michael Tremer [Sat, 27 Apr 2024 11:55:53 +0000 (13:55 +0200)] 
connections.cgi: Make it clearer which direction traffic is flowing

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Use &General::formatBytes() for format usage
Michael Tremer [Sat, 27 Apr 2024 11:50:31 +0000 (13:50 +0200)] 
connections.cgi: Use &General::formatBytes() for format usage

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Use the .tbl class for the main table
Michael Tremer [Sat, 27 Apr 2024 11:47:53 +0000 (13:47 +0200)] 
connections.cgi: Use the .tbl class for the main table

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Parse conntrack table without loading it all first
Michael Tremer [Sat, 27 Apr 2024 11:43:49 +0000 (13:43 +0200)] 
connections.cgi: Parse conntrack table without loading it all first

We used to load the entire table into memory which is very unnecessary
because we can parse it one line at a time.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Remove sorting
Michael Tremer [Sat, 27 Apr 2024 11:33:11 +0000 (13:33 +0200)] 
connections.cgi: Remove sorting

This has first of all very little benefit and the code is too messy. Why
would anyone want to sort by port? I think we might want a search here.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Define colours for WG address space
Michael Tremer [Sat, 27 Apr 2024 11:28:19 +0000 (13:28 +0200)] 
connections.cgi: Define colours for WG address space

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoheader.pl: Define a colour for WireGuard
Michael Tremer [Sat, 27 Apr 2024 11:27:56 +0000 (13:27 +0200)] 
header.pl: Define a colour for WireGuard

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoCSS: Don't try to justify any text
Michael Tremer [Thu, 25 Apr 2024 18:36:23 +0000 (20:36 +0200)] 
CSS: Don't try to justify any text

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoRevert "CSS: Make all <select> and <textarea> use all available space"
Michael Tremer [Wed, 7 Aug 2024 12:21:09 +0000 (14:21 +0200)] 
Revert "CSS: Make all <select> and <textarea> use all available space"

This reverts commit 17c29ce7fefe36be09d05e42a8b50d10e7ca5d17.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoRevert "CSS: Make text/number inputs 100% wide, too"
Michael Tremer [Wed, 7 Aug 2024 12:20:58 +0000 (14:20 +0200)] 
Revert "CSS: Make text/number inputs 100% wide, too"

This reverts commit 8eb016da793e623ab5b5b7b05556f9c5dfa8faa2.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoids.cgi: Use the PID file to find suricata
Michael Tremer [Wed, 7 Aug 2024 12:16:43 +0000 (14:16 +0200)] 
ids.cgi: Use the PID file to find suricata

The process changes it name to "Suricata-Main" which is why the previous
method did not work.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoids.cgi: Use new services function
Michael Tremer [Sat, 23 Mar 2024 18:16:48 +0000 (19:16 +0100)] 
ids.cgi: Use new services function

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agohostapd: Update to version 2_11
Adolf Belka [Wed, 7 Aug 2024 08:22:56 +0000 (10:22 +0200)] 
hostapd: Update to version 2_11

- Update from version 2_10 to 2_11
- Update of rootfile not required
- Update of patches to latest source tarball
- Changelog
    2_11
* Wi-Fi Easy Connect
  - add support for DPP release 3
  - allow Configurator parameters to be provided during config exchange
* HE/IEEE 802.11ax/Wi-Fi 6
  - various fixes
* EHT/IEEE 802.11be/Wi-Fi 7
  - add preliminary support
* SAE: add support for fetching the password from a RADIUS server
* support OpenSSL 3.0 API changes
* support background radar detection and CAC with some additional
  drivers
* support RADIUS ACL/PSK check during 4-way handshake (wpa_psk_radius=3)
* EAP-SIM/AKA: support IMSI privacy
* improve 4-way handshake operations
  - use Secure=1 in message 3 during PTK rekeying
* OCV: do not check Frequency Segment 1 Channel Number for 160 MHz cases
  to avoid interoperability issues
* support new SAE AKM suites with variable length keys
* support new AKM for 802.1X/EAP with SHA384
* extend PASN support for secure ranging
* FT: Use SHA256 to derive PMKID for AKM 00-0F-AC:3 (FT-EAP)
  - this is based on additional details being added in the IEEE 802.11
    standard
  - the new implementation is not backwards compatible
* improved ACS to cover additional channel types/bandwidths
* extended Multiple BSSID support
* fix beacon protection with FT protocol (incorrect BIGTK was provided)
* support unsynchronized service discovery (USD)
* add preliminary support for RADIUS/TLS
* add support for explicit SSID protection in 4-way handshake
  (a mitigation for CVE-2023-52424; disabled by default for now, can be
  enabled with ssid_protection=1)
* fix SAE H2E rejected groups validation to avoid downgrade attacks
* use stricter validation for some RADIUS messages
* a large number of other fixes, cleanup, and extensions

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Bring up the loopback device in the new namespace
Michael Tremer [Tue, 6 Aug 2024 16:17:00 +0000 (16:17 +0000)] 
make.sh: Bring up the loopback device in the new namespace

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Remove recently deleted files
Michael Tremer [Tue, 6 Aug 2024 15:49:13 +0000 (17:49 +0200)] 
core188: Remove recently deleted files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoheader.pl: Bump the CSS version so that browsers reload the file
Michael Tremer [Tue, 6 Aug 2024 15:45:58 +0000 (17:45 +0200)] 
header.pl: Bump the CSS version so that browsers reload the file

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoindex.cgi: Remove all the boxes
Michael Tremer [Tue, 6 Aug 2024 15:36:20 +0000 (17:36 +0200)] 
index.cgi: Remove all the boxes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoCSS: Keep links in the same colour in notes sections
Michael Tremer [Tue, 6 Aug 2024 15:33:56 +0000 (17:33 +0200)] 
CSS: Keep links in the same colour in notes sections

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoindex.cgi: Move all warnings into the new system
Michael Tremer [Tue, 6 Aug 2024 15:33:35 +0000 (17:33 +0200)] 
index.cgi: Move all warnings into the new system

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoindex.cgi: Remove the warnings box and show a list of warnings instead
Michael Tremer [Tue, 6 Aug 2024 15:28:13 +0000 (17:28 +0200)] 
index.cgi: Remove the warnings box and show a list of warnings instead

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoindex.cgi: Remove hard-coded 80% table width
Michael Tremer [Tue, 6 Aug 2024 15:17:21 +0000 (17:17 +0200)] 
index.cgi: Remove hard-coded 80% table width

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Drop the process graphs
Michael Tremer [Tue, 6 Aug 2024 15:14:41 +0000 (17:14 +0200)] 
services.cgi: Drop the process graphs

These are utterly broken and incomplete. I don't want to fix this now,
so I am dropping it.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoweb: Create a function to show the service status
Michael Tremer [Sat, 23 Mar 2024 17:42:13 +0000 (18:42 +0100)] 
web: Create a function to show the service status

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Remove unused variables
Michael Tremer [Sat, 23 Mar 2024 19:14:19 +0000 (20:14 +0100)] 
services.cgi: Remove unused variables

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Use a section for the main services
Michael Tremer [Sat, 23 Mar 2024 19:13:15 +0000 (20:13 +0100)] 
services.cgi: Use a section for the main services

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Use the new service status function
Michael Tremer [Sat, 23 Mar 2024 17:55:52 +0000 (18:55 +0100)] 
services.cgi: Use the new service status function

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolangs: Add translations for the systems graphs
Michael Tremer [Tue, 6 Aug 2024 14:57:41 +0000 (16:57 +0200)] 
langs: Add translations for the systems graphs

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoRun "./make.sh lang"
Michael Tremer [Tue, 6 Aug 2024 14:54:06 +0000 (16:54 +0200)] 
Run "./make.sh lang"

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agographs: Highlight the default range before the user clicks anything
Michael Tremer [Tue, 6 Aug 2024 14:51:06 +0000 (16:51 +0200)] 
graphs: Highlight the default range before the user clicks anything

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolicenses: Remove the braindead GPL acception stage
Michael Tremer [Tue, 6 Aug 2024 14:44:53 +0000 (16:44 +0200)] 
licenses: Remove the braindead GPL acception stage

The GPL is not an EULA and so there is no value in having users
accept it.

The UI is very broken and so I believe it is best to drop this entirely.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore-updates: Fix release number
Michael Tremer [Tue, 6 Aug 2024 14:17:39 +0000 (14:17 +0000)] 
core-updates: Fix release number

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Grant network access when downloading packages
Michael Tremer [Tue, 6 Aug 2024 14:11:04 +0000 (14:11 +0000)] 
make.sh: Grant network access when downloading packages

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Remove the old version of br2486ctl
Michael Tremer [Tue, 6 Aug 2024 13:49:31 +0000 (13:49 +0000)] 
core188: Remove the old version of br2486ctl

This is now installed in /usr/sbin instead of /usr/bin.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agobr2684ctl: Remove rootfile, too
Michael Tremer [Tue, 6 Aug 2024 13:48:39 +0000 (13:48 +0000)] 
br2684ctl: Remove rootfile, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Bind-mount /etc/resolv.conf and /etc/hosts
Michael Tremer [Tue, 6 Aug 2024 13:45:08 +0000 (13:45 +0000)] 
make.sh: Bind-mount /etc/resolv.conf and /etc/hosts

This allows us to have name resolution in the shell without any manual
configuration.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Entirely disable network access in the build environment
Michael Tremer [Tue, 6 Aug 2024 13:38:30 +0000 (13:38 +0000)] 
make.sh: Entirely disable network access in the build environment

Except when in the shell.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship cyrus-sasl
Michael Tremer [Tue, 6 Aug 2024 09:13:54 +0000 (09:13 +0000)] 
core188: Ship cyrus-sasl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocyrus-sasl: Update to 2.1.28
Michael Tremer [Sat, 3 Aug 2024 10:01:23 +0000 (10:01 +0000)] 
cyrus-sasl: Update to 2.1.28

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocyrus-sasl: Remove unsed PASS build instructions
Michael Tremer [Sat, 3 Aug 2024 09:51:46 +0000 (09:51 +0000)] 
cyrus-sasl: Remove unsed PASS build instructions

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libxslt
Michael Tremer [Tue, 6 Aug 2024 09:13:08 +0000 (09:13 +0000)] 
core188: Ship libxslt

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>