Commit Graph

21869 Commits

Author SHA1 Message Date
Michael Tremer
1745bd0cd6 core187: Ship GnuTLS
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-07-02 09:05:22 +00:00
Adolf Belka
fe3c0962f4 gnutls: Update to version 3.8.5
- Update from version 3.8.3 to 3.8.5
- Update of rootfile
- Changelog
    3.8.5
	** libgnutls: Due to majority of usages and implementations of
	   RSA decryption with PKCS#1 v1.5 padding being incorrect,
	   leaving them vulnerable to Marvin attack, the RSAES-PKCS1-v1_5
	   is being deprecated (encryption and decryption) and will be
	   disabled in the future. A new option `allow-rsa-pkcs1-encrypt`
	   has been added into the system-wide library configuration which
	   allows to enable/disable the RSAES-PKCS1-v1_5. Currently, the
	   RSAES-PKCS1-v1_5 is enabled by default.
	** libgnutls: Added support for RIPEMD160 and PBES1-DES-SHA1 for
	   backward compatibility with GCR.
	** libgnutls: A couple of memory related issues have been fixed in RSA PKCS#1
	   v1.5 decryption error handling and deterministic ECDSA with earlier
	   versions of GMP.  These were a regression introduced in the 3.8.4
	   release. See #1535 and !1827.
	** build: Fixed a bug where building gnutls statically failed due
	   to a duplicate definition of nettle_rsa_compute_root_tr().
	** API and ABI modifications:
	GNUTLS_PKCS_PBES1_DES_SHA1: New enum member of gnutls_pkcs_encrypt_flags_t

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-07-02 09:05:03 +00:00
Adolf Belka
06e9de836c fetchmail: Update to version 6.4.38
- Update from version 6.4.36 to 6.4.38
- Update of rootfile not required
- Changelog
    6.4.38
	# BREAKING CHANGES:
		* Tighten OpenSSL and wolfSSL version requirements again. See README.SSL.
		  Distributors providing older versions that they backport security fixes for
		  may want to patch socket.c but remember to redirect support to your
		  distribution's support channels.
		  The fetchmail maintainer only supports functionally unmodified builds with
		  publicly available SSL/TLS library versions.
		  fetchmail will refuse to build against OpenSSL 1.0.2 older than 1.0.2u,
		  or wolfSSL older than 5.6.2. It will warn about OpenSSL older than 3.0.9,
		  or between 3.1.0 and 3.1.4, or wolfSSL older than 5.6.6.
	# TRANSLATIONS: language translations were updated by these fine people:
		(in reverse alphabetical order of language codes):
		* ru:    Kirill Isakov [Russian]
		* eo:    Keith Bowes [Esperanto]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-07-02 09:04:41 +00:00
Michael Tremer
981bdaead8 core187: Regenerate initramdisks for intel-microcode
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-07-02 09:04:14 +00:00
Michael Tremer
ca1f2d81f4 core187: Ship intel-microcode
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-07-02 09:02:45 +00:00
Adolf Belka
cda03f5202 intel-microcode: Update to version 20240531
- Update from version 20240514 to 20240531
- Update of rootfile not required
- Changelog
    20240531
	Update for functional issues. Refer to
	 https://cdrdv2.intel.com/v1/dl/getContent/336562

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-07-02 09:02:08 +00:00
Arne Fitzenreiter
c6e082e370 core187: ship oath-toolkit
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 15:57:58 +02:00
Adolf Belka
7a1894e736 oath-toolkit: Update to version 2.6.11
- Update from version 2.6.9 to 2.6.11
- Update of rootfile not required
- Changelog
    2.6.11
	** liboath: Handle invalid base32 encoded secrets.  Fixes: #41.
	   The gnulib update in version 2.6.10 made the base32 encoding functions
	   reject invalid encodings, but it appears as if these are wildly used.
	   We now accept invalid encodings again.  Thanks to Dorancé Martínez and
	   Seres Bendegúz for reports.
    2.6.10
	** Building from git uses a ./bootstrap script instead of 'make bootstrap'.
	** Build fixes for Windows.
	   In particular, don't use filenames "aux.h" and "aux.c" which interact
	   badly with the AUX special filename.
	** Build fixes for Arch Linux.
	** Various build fixes including updated gnulib files.
	   One remaining gnulib self-test disabled.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 15:56:45 +02:00
Matthias Fischer
7ecbb7d9da monit: Update to 5.34.0
Changelog is rather long, for details see:
https://mmonit.com/monit/changes/

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Jon Murphy <jon.murphy@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 15:55:52 +02:00
Arne Fitzenreiter
594b1fe025 core187: ship sqlite
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 15:54:41 +02:00
Adolf Belka
c3ff185550 sqlite: Update to version 3.46.0
- Update from version 3.45.3 to 3.46.0
- Update of rootfile not required
- Changelog
    3.46.0
	Enhance PRAGMA optimize in multiple ways, to make it simpler to use:
	    PRAGMA optimize automatically implements a temporary analysis limit to prevent
	     excess runtime on large databases.
	    Added the new 0x10000 bitmask option to check for updates on all tables.
	    Automatically re-analyze tables that do not have sqlite_stat1 entries.
	Enhancements to the date and time functions:
	    The strftime() SQL function now supports %G, %g, %U, and %V.
	    New modifiers 'ceiling' and 'floor' control the algorithm used to resolve
	     ambiguous dates when shifting a date by an integer number of months and/or
	     years.
	    The 'utc' and 'localtime' modifiers are now no-ops if SQLite knows that the
	     time is already in UTC or in the localtime, respectively.
	Add support for underscore ("_") characters between digits in numeric literals.
	Add the json_pretty() SQL function.
	Query planner improvements:
	    The "VALUES-as-coroutine" optimization enables INSERT statements with
	     thousands of rows in the VALUES clause to parse and run in about half the
	     time and using about half as much memory.
	    Allow the use of an index for queries like
	     "SELECT count(DISTINCT col) FROM ...", even if the index records are not
	     smaller than the table records.
	    Improved recognition of cases where the value of an SQL function is constant
	     because all its arguments are constant.
	    Enhance the WHERE-clause push-down optimization so that it is able to push
	     down WHERE clause terms containing uncorrelated subqueries.
	Allocate additional memory from the heap for the SQL parser stack if that stack
	 overflows, rather than reporting a "parser stack overflow" error.
	JSON changes:
	    Allow ASCII control characters within JSON5 string literals.
	    Fix the -> and ->> operators so that when the right-hand side operand is a
	     string that looks like an integer it is still treated as a string, because
	     that is what PostgreSQL does.
	Allow large hexadecimal literals to be used as the DEFAULT value to a table column.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 15:53:41 +02:00
Arne Fitzenreiter
4176d311cb core187: dhcpcd
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 15:52:46 +02:00
Adolf Belka
80d4084a00 dhcpcd: Update to version 10.0.8
- Update from version 10.0.6 to 10.0.8
- Update of rootfile not required
- Changelog
    10.0.8
	    Fixed compile without ARP
	    Fixed closefrom test for glibc
	    Fixed spelling of ADVERTISEMENT
    10.0.7
	    DHCP: use request_time, fallback_time and ipv4ll_time rather than reboot
	     timeout
	    DHCP6: Wait for IRT to elapse before requesting advertisments
	    DHCPv6: Don't re-INFORM if the RA changes
	    privsep: Reduce fd use
	    dhcpcd: Add support for arp persist defence by @pradeep-brightsign in #273
	    Move dhcp(v4) packet size check earlier by @pemensik in #295
	    Define the Azure Endpoint and other site-specific options by @lparkes in #299
	    add RFC4191 support by @goertzenator in #297
	    dhcpcd: Respect IPV6_PREFERRED_ONLY flag regardless of state by @taoyl-g
	     in #307
	    Fix time_offset to be int to match RFC-2132 by @ColinMcInnes in #319
	    hooks/30-hostname: Exit with 0 if setting hostname is not needed by @bdrung
	     in #320

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 15:51:47 +02:00
Arne Fitzenreiter
50fbcebcb3 core187: ship ntp
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 15:50:59 +02:00
Matthias Fischer
ab448eadba ntp: Update to 4.2.8p18
Changelog is too long to be published here, for details see:
https://downloads.nwtime.org/ntp/ChangeLog-stable

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 15:48:35 +02:00
Arne Fitzenreiter
3df0ddac74 util-linux: update aarch64 rootfile
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 15:27:56 +02:00
Arne Fitzenreiter
34ee0c1e18 core187: ship whois
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 08:08:25 +02:00
Adolf Belka
bdb2550c37 whois: Update to version 5.5.23
- Update from version 5.5.21 to 5.5.23
- Update of rootfile not required
- Changelog
    5.5.23
	* Updated the .sc, .新加坡 (.xn--yfro4i67o, Singapore) and .சிங்கப்பூர்
	    (.xn--clchc0ea0b2g2a9gcd, Singapore) TLD servers.
    5.5.22
	* Fixed a segmentation fault with --no-recursion.
 	* Updated the .bm and .vi TLD servers.
 	* Removed 4 new gTLDs which are no longer active.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 08:07:23 +02:00
Arne Fitzenreiter
a2d36e350e core187: ship vim
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 08:06:42 +02:00
Adolf Belka
232b3297ea vim: Update to version 9.1
- Update from version 9.0 to 9.1
- Update of rootfile
- Update of hardening crash patch
- Changelog can be found at https://www.vim.org/vim-9.1-released.php

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 08:02:51 +02:00
Arne Fitzenreiter
4719a01b95 core187: ship util-linux
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 08:02:15 +02:00
Adolf Belka
f34350d3c1 util-linux: Update to version 2.40.1
- Update from version 2.39.3 to 2.40.1
- Update of rootfile
- liblastlog2 is enabled by default and requires sqlite3. Added --disable-liblastlog2
   to configure
- Changelog
    2.40.1
	README.licensing/flock:
	   - Add MIT license mention  [Richard Purdie]
	agetty:
	   - Don't override TERM passed by the user  [Daan De Meyer]
	   - fix resource leak  [Karel Zak]
	   - make reload code more robust  [Karel Zak]
	all_syscalls:
	   - don't hardcode AWK invocation  [Thomas Weißschuh]
	   - don't warn during cleanup  [Thomas Weißschuh]
	   - fail if any step fails  [Thomas Weißschuh]
	   - use sed to extract defines from headers  [Thomas Weißschuh]
	autotools:
	   - distribute pam_lastlog2/meson.build  [Thomas Weißschuh]
	bcachefs:
	   - Remove BCACHEFS_SB_MAX_SIZE & check  [Tony Asleson]
	build-sys:
	   - release++ (v2.40.1-rc1)  [Karel Zak]
	cal:
	   - use unsigned int to follow union with unsigned int  [Karel Zak]
	docs:
	   - add COPYING.MIT  [Karel Zak]
	   - fix GPL name typo  [Karel Zak]
	   - update AUTHORS file  [Karel Zak]
	   - update v2.40.1-ReleaseNotes  [Karel Zak]
	findmnt:
	   - always zero-terminate SOURCES data  [Thomas Weißschuh]
	   - revise the code for -I and -D option  [Masatake YAMATO]
	fsck.minix:
	   - fix possible overrun  [Karel Zak]
	getopt:
	   - remove free-before-exit  [Karel Zak]
	hwclock:
	   - free temporary variable before return  [Karel Zak]
	   - initialize parser variables  [Karel Zak]
	lastlog2:
	   - begin descriptions of options with a lowercase letter  [Benno Schulenberg]
	lib/pager:
	libblkid:
	   - Fix segfault when blkid.conf doesn't exist  [Karel Zak]
	   - topology/ioctl  correctly handle kernel types  [Thomas Weißschuh]
	   - topology/ioctl  simplify ioctl handling  [Thomas Weißschuh]
	libfdisk:
	   - add initializer to geometry  [Karel Zak]
	libmount:
	   - Fix access check for utab in context  [Karel Zak]
	   - fix comment typo for mnt_fs_get_comment()  [Tianjia Zhang]
	   - fix possible memory leak  [Karel Zak]
	   - fix umount --read-only  [Karel Zak]
	libsmartcols:
	   - fix column reduction  [Karel Zak]
	   - reset wrap after calculation  [Karel Zak]
	libuuid:
	   - (man) fix function declarations  [CismonX]
	losetup:
	   - losetup.8 Clarify --direct-io  [Colin Walters]
	lsblk:
	   - simplify SOURCES code  [Karel Zak]
	lsclocks:
	   - fix FD leak  [Karel Zak]
	lsfd:
	   - (man) fix license name  [Jakub Wilk]
	   - add LSFD_DEBUG env var for debugging  [Masatake YAMATO]
	lslocks:
	   - don't abort gathering per-process information even if opening a /proc/[0-9]* fails  [Masatake YAMATO]
	   - remove a unused local variable  [Masatake YAMATO]
	lsns:
	   - fix netns use  [Karel Zak]
	   - report with warnx if a namespace related ioctl fails with ENOSYS  [Masatake YAMATO]
	   - tolerate lsns_ioctl(fd, NS_GET_{PARENT,USERNS}) failing with ENOSYS  [Masatake YAMATO]
	meson:
	   - Add build-blkdiscard option  [Jordan Williams]
	   - Add build-blkpr option  [Jordan Williams]
	   - Add build-blkzone option  [Jordan Williams]
	   - Add build-blockdev option  [Jordan Williams]
	   - Add build-chcpu option  [Jordan Williams]
	   - Add build-dmesg option  [Jordan Williams]
	   - Add build-enosys option  [Jordan Williams]
	   - Add build-fadvise option  [Jordan Williams]
	   - Add build-fsfreeze option  [Jordan Williams]
	   - Add build-ipcmk option  [Jordan Williams]
	   - Add build-ldattach option  [Jordan Williams]
	   - Add build-lsclocks option  [Jordan Williams]
	   - Add build-lsfd option and make rt dependency optional  [Jordan Williams]
	   - Add build-rtcwake option  [Jordan Williams]
	   - Add build-script option  [Jordan Williams]
	   - Add build-scriptlive option  [Jordan Williams]
	   - Add build-setarch option  [Jordan Williams]
	   - Add have_pty variable to check if pty is available  [Jordan Williams]
	   - Add missing check for build-ipcrm option  [Jordan Williams]
	   - Define _DARWIN_C_SOURCE on macOS as is done in Autotools  [Jordan Williams]
	   - Don't define HAVE_ENVIRON_DECL when environ is unavailable  [Jordan Williams]
	   - Fix build by default and install behavior for build-pipesz option  [Jordan Williams]
	   - Fix false positive detection of mempcpy on macOS  [Jordan Williams]
	   - Only build libmount when required  [Jordan Williams]
	   - Only pick up the rt library once  [Jordan Williams]
	   - Only require the crypt library when necessary  [Jordan Williams]
	   - Only use the --version-script linker flag where it is supported  [Jordan Williams]
	   - Remove libblkid dependency on libmount  [Jordan Williams]
	   - Remove lingering mq_libs variable  [Jordan Williams]
	   - Require pty for the su and runuser executables  [Jordan Williams]
	   - Require the seminfo type for ipcmk, ipcrm, and ipcs  [Jordan Williams]
	   - Use has_type instead of sizeof to detect cpu_set_t type  [Jordan Williams]
	   - Use libblkid as a dependency  [Jordan Williams]
	   - Use libmount as a dependency  [Jordan Williams]
	   - respect c_args/CFLAGS when generating syscalls  [Karel Zak]
	pam_lastlog2:
	   - link against liblastlog  [Thomas Weißschuh]
	po:
	   - merge changes  [Karel Zak]
	   - update cs.po (from translationproject.org)  [Petr Písař]
	   - update fr.po (from translationproject.org)  [Frédéric Marchal]
	   - update hr.po (from translationproject.org)  [Božidar Putanec]
	   - update ja.po (from translationproject.org)  [Takeshi Hamasaki]
	   - update ko.po (from translationproject.org)  [Seong-ho Cho]
	   - update pl.po (from translationproject.org)  [Jakub Bogusz]
	   - update ro.po (from translationproject.org)  [Remus-Gabriel Chelu]
	   - update uk.po (from translationproject.org)  [Yuri Chornoivan]
	po-man:
	   - merge changes  [Karel Zak]
	   - update de.po (from translationproject.org)  [Mario Blättermann]
	   - update ko.po (from translationproject.org)  [Seong-ho Cho]
	   - update ro.po (from translationproject.org)  [Remus-Gabriel Chelu]
	strutils.h:
	   - Include strings.h header for strncasecmp function  [Jordan Williams]
	tests:
	   - (lsfd  mkfds-multiplexing) skip if /proc/$pid/syscall is broken  [Masatake YAMATO]
	   - (lsns  ioctl_ns) add more debug print  [Masatake YAMATO]
	   - (lsns  ioctl_ns) record stdout/stderr for debugging the case  [Masatake YAMATO]
	   - (test_mkfds  sockdiag) verify the recieved message to detect whether the socket is usable or not  [Masatake YAMATO]
	textual:
	   - fix some typos and inconsistencies in usage and error messages  [Benno Schulenberg]
	wall:
	   - check sysconf() returnvalue  [Karel Zak]
	   - fix possible memory leak  [Karel Zak]
	   - make sure unsigned variable not underflow  [Karel Zak]
	xalloc.h:
	   - Include stdio.h header for vasprintf function  [Jordan Williams]
    2.40
	The log is quite large. Details can be seen by viewing the v.2.40-ReleaseNotes file
	 in the Documentation/releases directory tree in the source tarball.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 07:59:39 +02:00
Arne Fitzenreiter
dcc169b531 core187: ship shadow
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 07:59:07 +02:00
Adolf Belka
6c69f8c5d6 shadow: Update to version 4.15.1
- Update from version 4.15.0 to 4.15.1
- Update of rootfile not required
- Changelog
    4.15.1
	The main point of this release is to fix a bug that caused spurious error
	 messages about unknown login.defs configuration options

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 07:58:13 +02:00
Arne Fitzenreiter
01c49f6829 core187: ship psmisc
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 07:57:27 +02:00
Adolf Belka
a7adb03c52 psmisc: Update to version 23.7
- Update from version 23.6 to 23.7
- Update of roiotfile not required
- Changelog
    23.7
	* build-sys: Make disable-statx work
	* fuser: Fallback to stat() if no statx() Debian 1030747 #48
	* fuser: silently ignore EACCES when scanning proc directories
	* killall: small formatting fixes Debian #1037231
	* pstree: Do not assume root PID #49
	* pslog: include config.h #51 !36
	* misc: Update gettext to 0.21

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 07:56:29 +02:00
Arne Fitzenreiter
955f996721 core187: ship pcre2
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 07:55:54 +02:00
Adolf Belka
21cddb3bd2 pcre2: Update to version 10.43
- Update from version 10.42 to 10.43
- Update of rootfile
- Changelog
    10.43
	There are quite a lot of changes in this release (see ChangeLog and git log for
	a list). Those that are not bugfixes or code tidies are:
	* The JIT code no longer supports ARMv5 architecture.
	* A new function pcre2_get_match_data_heapframes_size() for finer heap control.
	* New option flags to restrict the interaction between ASCII and non-ASCII
	  characters for caseless matching and \d and friends. There are also new
	  pattern constructs to control these flags from within a pattern.
	* Upgrade to Unicode 15.0.0.
	* Treat a NULL pattern with zero length as an empty string.
	* Added support for limited-length variable-length lookbehind assertions, with
	  a default maximum length of 255 characters (same as Perl) but with a function
	  to adjust the limit.
	* Support for LoongArch in JIT.
	* Perl changed the meaning of (for example) {,3} which did not used to be
	  recognized as a quantifier. Now it means {0,3} and PCRE2 has also changed.
	  Note that {,} is still not a quantifier.
	* Following Perl, allow spaces and tabs after { and before } in all Perl-
	  compatible items that use braces, and also around commas in quantifiers. The
	  one exception in PCRE2 is \u{...}, which is from ECMAScript, not Perl, and
	  PCRE2 follows ECMAScript usage.
	* Changed the meaning of \w and its synonyms and derivatives (\b and \B) in UCP
	  mode to follow Perl. It now matches characters whose general categories are L
	  or N or whose particular categories are Mn (non-spacing mark) or Pc
	  (combining punctuation).
	* Changed the default meaning of [:xdigit:] in UCP mode to follow Perl. It now
	  matches the "fullwidth" versions of hex digits. PCRE2_EXTRA_ASCII_DIGIT can
	  be used to keep it ASCII only.
	* Make PCRE2_UCP the default in UTF mode in pcre2grep and add -no_ucp,
	  --case-restrict and --posix-digit.
	* Add --group-separator and --no-group-separator to pcre2grep.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-27 07:54:34 +02:00
Adolf Belka
82f12ce7fd man-pages: Update to version 6.8
- Update from 5.13 to 6.8
- Update of rootfile
- make on its own no longer needed. It goes straight to make install
- Changelog can be seen by reviewing the Changes file in each source tarball.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:26:13 +02:00
Arne Fitzenreiter
86fbcb9c6b core187: ship lzip
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:25:37 +02:00
Adolf Belka
2035d54b50 lzip: Update to version 1.24.1
- Update from version 1.24 to 1.24.1
- Update of rootfile not required
- Changelog
    1.24.1
	main.cc: Fix compilation failure on MinGW because of mkdir.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:24:59 +02:00
Arne Fitzenreiter
03c1917de8 core187: ship screen
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:24:18 +02:00
Adolf Belka
8b54f8b776 screen: Update to version 4.9.1
- Update from version 4.9.0 to 4.9.1
- Update of rootfile
- Changelog
    4.9.1
	  * Support stop/parity bits on serial port (#23952)
	  * Add needed system headers in checks and return values
	     for implicit function declarations
	  * Fixes:
	    - Avoid zombies after shell exit (#25089)
	    - Missed signal sending permission check on failed
	       query messages (CVE-2023-24626)
	    - manpage fixes
	    - source code fixes during cleanup
	    - UTF-8 encoding can emit invalid UTF-8 sequences
	       for out of range unicode values (#62097)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:23:45 +02:00
Arne Fitzenreiter
a4bda9fe47 core187: ship pam
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:22:57 +02:00
Adolf Belka
be3cf06729 pam: Update to version 1.6.1
- Update from version 1.6.0 to 1.6.1
- Update of rootfile
- Removal of patch for as changes now incorporated in source tarball.
- Changelog
    1.6.1
	build: fail if specified configure options cannot be satisfied.
	pam_env: fixed --disable-econf --enable-vendordir support.
	pam_unix: do not warn if password aging is disabled.
	pam_unix: try to set uid to 0 before unix_chkpwd invocation.
	pam_unix: allow empty passwords with non-empty hashes.
	Multiple minor bug fixes, build fixes, portability fixes,
	 documentation improvements, and translation updates.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:22:23 +02:00
Arne Fitzenreiter
e0b223fa65 core187: ship kbd
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:21:37 +02:00
Adolf Belka
6ea5c8ec30 kbd: Update to version 2.6.4
- Update from version 2.5.1 to 2.6.4
- Update of rootfile
- Changelog
    2.6.4
	    Use AX_ADD_FORTIFY_SOURCE to avoid redefining _FORTIFY_SOURCE by
	     @thesamesam in #103
	    Do not look up include files in the current working directory by
	     @DaanDeMeyer in #105
    2.6.3
	libkfont:
	    Don't look for fonts in the current directory.
	showkey:
	    Add parameter to allow to change timeout.
	po:
	    Update po files.
    2.6.2
	loadkeys:
	    Don't look for keymap in the current directory.
	keymaps:
	    Add colemak mod-dh keymaps.
    2.6.1
	libkfont:
	    Fix font saving from linux kernel if KD_FONT_OP_GET_TALL is available.
	    Respect font height when writing psf2 header.
	keymaps:
	    Create new 'mac-fr' layout for contemporary French Macs.
    2.6.0
	libkfont:
	    Leverage KD_FONT_OP_GET/SET_TALL font operations. The new
	    KD_FONT_OP_GET/SET_TALL font operations allow to load fonts taller
	    than 32 pixels by dropping the VGA-specific vertical pitch limitation
	    (requires kernel 6.2 or later).
	    Use threadsafe strtok_r.
	    Increase soname version.
	setvtrgb:
	    Fix read from pipe. The pipe is not rewindable, but we don't really
	    need to rewind() but we need to unread one character.
	keymaps:
	    i386/dvorak/dvorak-de.map: Add dvorak-de.map from console-data.
	    i386/qwerty/is-latin1.map: the circumflex should also be available in
	    its original level-3 position.
	    i386/qwerty/la-latin1.map: Convert the characters expressed in Latin-1
	    to the named constants, to ease up transition to Unicode.
	    pine/en.map: New version of pinephone keyboard map file.
	unimaps:
	    Add mapping for U+25CF. The unicode maps in font files like
	    eurlatgr.psfu and cp850-8x16.psfu have an entry for U+25CF, but the
	    plaintext unimap files do not.
	tests:
	    Use strace to track syscalls. Now strace is powerful enough to show
	    ioctls specific to console configuration.
	po:
	    Update translations (from translationproject.org).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:20:48 +02:00
Arne Fitzenreiter
a187dcbfe6 core187: ship jq
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:16:35 +02:00
Adolf Belka
031c58326b jq: Update to version 1.7.1
- Update from version 1.7 to 1.7.1
- Update of rootfile not required
- Changelog
    1.7.1
	## Security
		- CVE-2023-50246: Fix heap buffer overflow in jvp\_literal\_number\_literal
		- CVE-2023-50268: fix stack-buffer-overflow if comparing nan with payload
	## CLI changes
		- Make the default background color more suitable for bright backgrounds.
		   @mjarosie @taoky @nicowilliams @itchyny #2904
		- Allow passing the inline jq script after `--`. @emanuele6 #2919
		- Restrict systems operations on OpenBSD and remove unused `mkstemp`.
		   @klemensn #2934
		- Fix possible uninitialised value dereference if `jq_init()` fails.
		   @emanuele6 @nicowilliams #2935
	## Language changes
		- Simplify `paths/0` and `paths/1`. @asheiduk @emanuele6 #2946
		- Reject `U+001F` in string literals. @torsten-schenk @itchyny @wader #2911
		- Remove unused nref accumulator in `block_bind_library`. @emanuele6 #2914
		- Remove a bunch of unused variables, and useless assignments.
		   @emanuele6 #2914
		- main.c: Remove unused EXIT\_STATUS\_EXACT option. @emanuele6 #2915
		- Actually use the number correctly casted from double to int as index.
		   @emanuele6 #2916
		- src/builtin.c: remove unnecessary jv\_copy-s in
		   type\_error/type\_error2. @emanuele6 #2937
		- Remove undefined behavior caught by LLVM 10 UBSAN. @Gaelan @emanuele6
		   #2926
		- Convert decnum to binary64 (double) instead of decimal64. This makes
		   jq behave like the JSON specification suggests and more similar to
		   other languages. @wader @leonid-s-usov #2949
		- Fix memory leaks on invalid input for `ltrimstr/1` and `rtrimstr/1`.
		   @emanuele6 #2977
		- Fix memory leak on failed get for `setpath/2`. @emanuele6 #2970
		- Fix nan from json parsing also for nans with payload that start with
		   'n'. @emanuele6 #2985
		- Allow carriage return characters in comments. @emanuele6 #2942 #2984
	## Documentation changes
		- Generate links in the man page. @emanuele6 #2931
		- Standardize arch types to AMD64 & ARM64 from index page download
		   dropdown. @owenthereal #2884
	## libjq
		- Add extern C for C++. @rockwotj #2953
	## Build and test changes
		- Fix incorrect syntax for checksum file. @kamontat @wader #2899
		- Remove `-dirty` version suffix for windows release build. @itchyny #2888
		- Make use of `od` in tests more compatible. @nabijaczleweli @emanuele6
		   @nicowilliams #2922
		- Add dependabot. @yeikel #2889
		- Extend fuzzing setup to fuzz parser and and JSON serializer.
		   @DavidKorczynski @emanuele6 #2952
		- Keep releasing executables with legacy names. @itchyny #2951

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:14:26 +02:00
Arne Fitzenreiter
eb51e737bd core187: ship iana-etc
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:13:36 +02:00
Adolf Belka
eab4f590ef iana-etc: Update to version 20240502
- Update from version 20240125 to 20240502
- Update of rootfile not required
- Changelog - update of iana-etc files

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-26 15:11:39 +02:00
Arne Fitzenreiter
46d0ccd3b3 samba: update riscv64 rootfile
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-24 13:18:09 +02:00
Arne Fitzenreiter
9f1c036293 samba: update aarch64 rootfile
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-14 14:26:55 +02:00
Arne Fitzenreiter
a2ca7dae17 openvpn: update rootfile
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-14 14:16:41 +02:00
Adolf Belka
33d604a662 ed: Update to version 1.20.2
- Update from version 1.20 to 1.20.2
- Update of root filr not required
- Changelog
    1.20.2
	A bug has been fixed that made global commands like 'g/x/s/x/x', with the last
	 delimiter omitted, print every substituted line twice.
	 (Bug introduced in 1.18. Reported by Douglas McIlroy).
    1.20.1
	New command-line options '+line', '+/RE', and '+?RE' have been implemented to
	 set the current line to the line number specified or to the first or last line
	 matching the regular expression 'RE'.
	 (Suggested by Matthew Polk and John Cowan).
	File names containing control characters 1 to 31 are now rejected unless they
	 are allowed with the command-line option '--unsafe-names'.
	File names containing control characters 1 to 31 are now printed using octal
	 escape sequences.
	Ed now rejects file names ending with a slash.
	Intervening commands that don't set the modified flag no longer make a second
	 'e' or 'q' command fail with a 'buffer modified' warning.
	Tilde expansion is now performed on file names supplied to commands; if a file
	 name starts with '~/', the tilde (~) is expanded to the contents of the
	 variable HOME. (Suggested by John Cowan).
	Ed now warns the first time that a command modifies a buffer loaded from a
	 read-only file. (Suggested by Dan Jacobson).
	It has been documented that 'e' creates an empty buffer if file does not exist.
	It has been documented that 'f' sets the default filename, whether or not its
	 argument names an existing file.
	The description of the exit status has been improved in '--help' and in the
	 manual.
	The variable MAKEINFO has been added to configure and Makefile.in.
	It has been documented in INSTALL that when choosing a C standard, the POSIX
	 features need to be enabled explicitly:
	  ./configure CFLAGS+='--std=c99 -D_POSIX_C_SOURCE=2'

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-14 07:54:03 +02:00
Arne Fitzenreiter
b324542d29 core187: fix links for vectorscan
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-14 07:52:34 +02:00
Arne Fitzenreiter
68cf1eee78 core187: ship cpio
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-14 07:50:31 +02:00
Adolf Belka
9ba8722bc0 cpio: Update to version 2.15
- Updatre from version 2.14 to 2.15
- Update of rootfile
- Changelog
    2.15
	* Fix operation of --no-absolute-filenames --make-directories
	* Restore access and modification times of symlinks in copy-in
	  and copy-pass modes.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-06-14 07:47:54 +02:00
Arne Fitzenreiter
ad37110f6e Merge remote-tracking branch 'origin/master' into next 2024-06-14 07:29:22 +02:00
Michael Tremer
1ed2ed6310 core186: Ship ovpnmain.cgi
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-06-10 15:37:16 +00:00