- IPFire-3.x - Update from version 4.9.0-2 to 4.9.1-1 - 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 --- screen/screen.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/screen/screen.nm b/screen/screen.nm index 4fe960b05..e8d8d2ea4 100644 --- a/screen/screen.nm +++ b/screen/screen.nm @@ -4,8 +4,8 @@ ###############################################################################
name = screen -version = 4.9.0 -release = 2 +version = 4.9.1 +release = 1
groups = Application/System url = https://www.gnu.org/software/screen
- IPFire-3.x - Update from version 7.3-1.1 to 7.4-1 - Changelog 7.4 - The docker image used for CI and release builds is now based on Debian 12 instead of Ubuntu 18.04. - macOS: CI and release builds are now generated for the x86_64 and arm64 targets. 32 bit platforms will require to be compiled from the source. - smartctl '-t short', '-t long' and '-X': NVMe support. - smartctl '-l selftest': NVMe support. - smartctl '-l farm': Prints Seagate's vendor-specific Field Access Reliability Metrics (FARM) log for ATA and SCSI drives. - smartctl '-l error': Now also prints an error message for each entry of NVMe error information log. - smartctl '-l genstats': Prints SCSI General statistics and performance log page. - smartctl '-i' and '--identify': ACS-4/5/6 enhancements. - smartctl '-c': Added NVMe 2.0 capability flags. - smartctl '-g security': Added 'ata_security.master_password_id' to JSON output. Plaintext output shows Master Password ID if set to a non-default value. - smartctl '-q noserial': Now also suppresses the output of NVMe Namespace IEEE EUI-64. - smartctl '-j': '-l error -l selftest' JSON output for NVMe devices. - smartctl '-j': Avoid invalid UTF-8 sequences in JSON/YAML strings. - smartctl '-j': Fixed a bogus exception during SCSI JSON output. - smartctl '-j': Renamed JSON element 'scsi_temperature' back to 'temperature' (regression). - smartctl '-a': Now suggests '-x' for ATA devices because '-a' only provides legacy SMART information. - smartd: No longer issues LOG_CRIT warnings if new entries of NVMe error information log do not indicate device problems. - smartd: Now detects accidental use of smartd_warning script as '-M exec' parameter. - smartd: No longer writes the 'Copyright...' line to syslog. - smartd.conf '-M always': Sends reminder emails without any delay. - smartd.conf '-M diminishing': Limited email delay to 32 days. - ATA: Fixed decoding of extended self-test log on big endian hosts. - ATA: Enhanced LBA range for device types '-d jmb39x-q,...' and '-d jms56x,...' from 33-62 to 1-255. - ATA: Device type '-d intelliprop,N' now fails with a deprecation message. Added '-d intelliprop,N,force' flag to use it anyway. - ATA/USB: Device type '-d usbasm1352r,N' for ASMedia ASM1352R USB to SATA RAID bridges - SCSI: Fixed possible corruption issue with the Error Counter and Non medium Error log pages. - SCSI: Added more "Informational Exceptions" strings. - SCSI: Added initial support for REPORT SUPPORTED OPERATION command. - SCSI: Initial rework of SCSI debug output. - NVMe: Added error messages for NVMe status values. - NVMe: Fixed crash after read of error information log on big endian hosts. - HDD, SSD and USB additions to drive database. - update-smart-drivedb: Fixed syntax for 'sed' versions which require ';' before '}' or do not support ';' at all. - update-smart-drivedb: Replaced a usually not executed bashism. - configure: Default for '--with-nvme-devicescan' is now 'yes' also on Darwin and FreeBSD. It is still 'no' on NetBSD only. - configure: Defines '_FORTIFY_SOURCE=3' if supported and not predefined. - configure: No longer fails if libsystemd-dev is installed and 'LDFLAGS=-static' is used. - Compile fix for systems without legacy 'getdtablesize()'. - Pre-releases from SVN snapshots now show "pre-VERSION" in version information and 'smartctl.pre_release=true' in JSON output. - Linux: Device type '-d sssraid' for 3SNIC RAID controllers. - Linux: Device type '-d marvell' now fails with a deprecation message. Added '-d marvell,force' flag to use it anyway. - Linux: The generic SCSI code now defaults to SG_IO_V3 and does no longer fall back to the deprecated SCSI_IOCTL_SEND_COMMAND (but this ioctl is still used for '-d 3ware' and '-d marvell,force'). - Linux smartd: Now prevents systemd unit startup timeout when many devices are registered and then initially checked. - Linux smartd: Systemd no longer reports a service failure if no device is present and a '-q *nodev0*' option is used. - Solaris SPARC: Dropped legacy ATA support. Dropped configure option '--with-solaris-sparc-ata'. - Windows: IOCTL_STORAGE_PROTOCOL_COMMAND variant for NVMe self-tests. - Windows: Installer now defaults to 64-bit executables. - Windows: No longer prints bogus 'Local Time' if enhanced TZ syntax is used. - Windows: Workaround to keep backward compatibility with old versions of Windows if some versions of MinGW-w64 are used.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- smartmontools/smartmontools.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/smartmontools/smartmontools.nm b/smartmontools/smartmontools.nm index c906dcd1b..4c50175bc 100644 --- a/smartmontools/smartmontools.nm +++ b/smartmontools/smartmontools.nm @@ -4,8 +4,8 @@ ###############################################################################
name = smartmontools -version = 7.3 -release = 1.1 +version = 7.4 +release = 1
groups = System/Statistics url = https://www.smartmontools.org
- IPFire-3.x - Update from version 4.5.1-1 to 4.6.1-1 - Changelog 4.6.1 Bug fix release to fix race condition and XATTRs code 1. Race condition which can cause corruption of the "fragment table" fixed. This is a regression introduced in August 2022, and it has been seen when tailend packing is used (-tailends option). 2. Fix build failure when the tools are being built without extended attribute (XATTRs) support. 3. Fix XATTR error message when an unrecognised prefix is found (Christian Hesse). 4. Fix incorrect free of pointer when an unrecognised XATTR prefix is found. 4.6 Major improvements in extended attribute handling, pseudo file handling, and miscellaneous new options and improvements 1. Extended attribute handling improved in Mksquashfs and Sqfstar 1.1.New -xattrs-exclude option to exclude extended attributes from files using a regular expression. 1.2 New -xattrs-include option to include extended attributes from files using a regular expression. 1.3 New -xattrs-add option to add extended attributes to files. 1.4 New Pseudo file xattr definition to add extended attributes to files. 1.5 New xattrs-add Action to add extended attributes to files (Mksquashfs only). 2. Extended attribute handling improved in Unsquashfs 2.1 New -xattrs-exclude option to exclude extended attributes from files using a regular expression. 2.2 New -xattrs-include option to include extended attributes from files using a regular expression. 2.3 Extended attributes are now supported in Pseudo file output. 3. Other major improvements 3.1 Unsquashfs can now output Pseudo files to standard out. 3.2 Mksquashfs can now input Pseudo files from standard in. 3.3 Squashfs filesystems can now be converted (different block size compression etc) without unpacking to an intermediate filesystem or mounting, by piping the output of Unsquashfs to Mksquashfs. 3.4 Pseudo files are now supported by Sqfstar. 3.5 "Non-anchored" excludes are now supported by Unsquashfs. 4. Mksquashfs minor improvements 4.1 A new -max-depth option has been added, which limits the depth Mksquashfs descends when creating the filesystem. 4.2 A new -mem-percent option which allows memory for caches to be specified as a percentage of physical RAM, rather than requiring an absolute value. 4.3 A new -percentage option added which rather than generating the full progress-bar instead outputs a percentage. This can be used with dialog --gauge etc. 4.4 -mkfs-time, -all-time and -root-time options now take a human date string, in addition to the seconds since the epoch of 1970 00:00 UTC. For example "now", "last week", "Wed Mar 8 05:55:01 GMT 2023" are supported. 4.5 -root-uid, -root-gid, -force-uid and -force-gid options now take a user/group name in addition to the integer uid/gid. 4.6 A new -mem-default option which displays default memory usage for caches in Mbytes. 4.7 A new -no-compression option which produces no compression, and it is a short-cut for -noI, -noD, -noF and -noX. 4.8 A new -pseudo-override option which makes pseudo file uids and gids override -all-root, -force-uid and -force-gid options. Normally these options take precedence. 5. Unsquashfs minor improvements 5.1 New -all-time option which sets all file timestamps to <time>, rather than the time stored in the filesystem inode. <time> can be an integer indicating seconds since the epoch (1970-01-01) or a human string value such as "now", "last week", or "Wed Feb 15 21:02:39 GMT 2023". 5.2 New -full-precision option which uses full precision when displaying times including seconds. Use with -linfo, -lls, -lln and -llc options. 5.3 New -match option where Unsquashfs will abort if any extract file does not match on anything, and can not be resolved. 5.4 New -percentage option added which rather than generating the full progress-bar instead outputs a percentage. This can be used with dialog --gauge etc. 6. Sqfstar minor improvements 6.1 A new -ignore-zeros option added which allows tar files to be concatenated together and fed to Sqfstar. Normally a tarfile has two consecutive 512 byte blocks filled with zeros which means EOF and Sqfstar will stop reading after the first tar file on encountering them. This option makes Sqfstar ignore the zero filled blocks. 6.2 A new -mem-percent option which allows memory for caches to be specified as a percentage of physical RAM, rather than requiring an absolute value. 6.3 A new -percentage option added which rather than generating the full progress-bar instead outputs a percentage. This can be used with dialog --gauge etc. 6.4 -mkfs-time, -all-time and -root-time options now take a human date string, in addition to the seconds since the epoch of 1970 00:00 UTC. For example "now", "last week", "Wed Mar 8 05:55:01 GMT 2023" are supported. 6.5 -root-uid, -root-gid, -force-uid and -force-gid options now take a user/group name in addition to the integer uid/gid. 6.6 A new -mem-default option which displays default memory usage for caches in Mbytes. 6.7 A new -no-compression option which produces no compression, and it is a short-cut for -noI, -noD, -noF and -noX. 6.8 A new -pseudo-override option which makes pseudo file uids and gids override -all-root, -force-uid and -force-gid options. Normally these options take precedence. 6.9 Do not abort if ZERO filled blocks indicating end of the TAR archive are missing. 7. Other minor improvements 7.1 If Mksquashfs/Unsquashfs fails to execute generating the manpages because they have been cross-compiled, fall back to using the pre-built manpages. 7.2 Add new Makefile configure option USE_PREBUILT_MANPAGES to always use pre-built manpages rather than generating them when "make install" is run. 8. Major bug fixes 8.1 Following a symlink in Sqfscat or where -follow-symlinks option is given with Unsquashfs, incorrectly triggered the corrupted filesystem loop detection code. 8.2 In Unsquashfs if a file was not writable it could not add extended attributes to it. 8.3 Sqfstar would incorrectly reject compressor specific options that have an argument. 8.4 Sqfstar would incorrectly strip pathname components in PAX header linkpath if symbolic. 8.5 Sqfstar -root-uid, -root-gid and -root-time options were documented but not implemented. 8.6 Mksquashfs -one-file-system option would not create empty mount point directory when filesystem boundary crossed. 8.7 Mksquashfs did not check the close() return result.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- squashfs-tools/squashfs-tools.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/squashfs-tools/squashfs-tools.nm b/squashfs-tools/squashfs-tools.nm index dc35b091f..c9f68b083 100644 --- a/squashfs-tools/squashfs-tools.nm +++ b/squashfs-tools/squashfs-tools.nm @@ -4,7 +4,7 @@ ###############################################################################
name = squashfs-tools -version = 4.5.1 +version = 4.6.1 release = 1
groups = System/Filesystems
- IPFire-3.x - Update from version 1.34-1 to 1.35-1 - Changelog 1.35 This is mainly a bug-fixing release. Noteworthy changes in this release: * Fail when building GNU tar, if the platform supports 64-bit time_t but the build uses only 32-bit time_t. * Leave the devmajor and devminor fields empty (rather than zero) for non-special files, as this is more compatible with traditional tar. Bug fixes ** Fix interaction of --update with --wildcards. ** When extracting archives into an empty directory, do not create hard links to files outside that directory. ** Handle partial reads from regular files. ** Warn "file changed as we read it" less often. Formerly, tar warned if the file's size or ctime changed. However, this generated a false positive if tar read a file while another process hard-linked to it, changing its ctime. Now, tar warns if the file's size, mtime, user ID, group ID, or mode changes. Although neither heuristic is perfect, the new one should work better in practice. ** Fix --ignore-failed-read to ignore file-changed read errors as far as exit status is concerned. You can now suppress file-changed issues entirely with --ignore-failed-read --warning=no-file-changed. ** Fix --remove-files to not remove a file that changed while we read it. ** Fix --atime-preserve=replace to not fail if there was no need to replace, either because we did not read the file, or the atime did not change. ** Fix race when creating a parent directory while another process is also doing so. ** Fix handling of prefix keywords not followed by "." in pax headers. ** Fix handling of out-of-range sparse entries in pax headers. ** Fix handling of --transform='s/s/@/2'. ** Fix treatment of options ending in / in files-from list. ** Fix crash on 'tar --checkpoint-action exec="'. ** Fix low-memory crash when reading incremental dumps. ** Fix --exclude-vcs-ignores memory allocation misuse.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- tar/tar.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tar/tar.nm b/tar/tar.nm index 5403df401..403e88145 100644 --- a/tar/tar.nm +++ b/tar/tar.nm @@ -4,7 +4,7 @@ ###############################################################################
name = tar -version = 1.34 +version = 1.35 release = 1
groups = System/Packaging
- IPFire-3.x - Update from version 4.99.1-2 to 4.99.4-1 - Changelog 4.99.4 Source code: Fix spaces before tabs in indentation. Updated printers: LSP ping: Fix "Unused value" warnings from Coverity. CVE-2023-1801: Fix an out-of-bounds write in the SMB printer. DNS: sync resource types with IANA. ICMPv6: Update the output to show a RPL DAO field name. Geneve: Fix the Geneve UDP port test. Building and testing: Require at least autoconf 2.69. Don't check for strftime(), as it's in C90 and beyond. Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21. Documentation: man: Document TCP flag names better. 4.99.3 Updated printers: PTP: Use the proper values for the control field and print un-allocated values for the message field as "Reserved" instead of "none". Source code: smbutil.c: Replace obsolete function call (asctime) Building and testing: cmake: Update the minimum required version to 2.8.12 (except Windows). CI: Introduce and use TCPDUMP_CMAKE_TAINTED. Makefile.in: Add the releasecheck target. Makefile.in: Add "make -s install" in the releasecheck target. Cirrus CI: Run the "make releasecheck" command in the Linux task. Makefile.in: Add the whitespacecheck target. Cirrus CI: Run the "make whitespacecheck" command in the Linux task. Address all shellcheck warnings in update-test.sh. Makefile.in: Get rid of a remain of gnuc.h. Documentation: Reformat the installation notes (INSTALL.txt) in Markdown. Convert CONTRIBUTING to Markdown. CONTRIBUTING.md: Document the use of "protocol: " in a commit summary. Add a README file for NetBSD. Fix CMake build to set man page section numbers in tcpdump.1 4.99.2 Updated printers: BGP: Update cease notification decoding to RFC 9003. BGP: decode BGP link-bandwidth extended community properly. BGP: Fix parsing the AIGP attribute BGP: make sure the path attributes don't go past the end of the packet. BGP: Shutdown message can be up to 255 bytes length according to rfc9003 DSA: correctly determine VID. EAP: fix some length checks and output issues. 802.11: Fix the misleading comment regarding "From DS", "To DS" Frame Control Flags. 802.11: Fetch the CF and TIM IEs a field at a time. 802.15.4, BGP, LISP: fix some length checks, compiler warnings, and undefined behavior warnings. PFLOG: handle LINKTYPE_PFLOG/DLT_PFLOG files from all OSes on all OSes. RRCP: support more Realtek protocols than just RRCP. MPLS: show the EXP field as TC, as per RFC 5462. ICMP: redo MPLS Extension code as general ICMP Extension code. VQP: Do not print unknown error codes twice. Juniper: Add some bounds checks. Juniper: Don't treat known DLT_ types as "Unknown". lwres: Fix a length check, update a variable type. EAP: Fix some undefined behaviors at runtime. Ethernet: Rework the length checks, add a length check. IPX: Add two length checks. Zephyr: Avoid printing non-ASCII characters. VRRP: Print the protocol name before any GET_(). DCCP: Get rid of trailing commas in lists. Juniper: Report invalid packets as invalid, not truncated. IPv6: Remove an obsolete code in an always-false #if wrapper. ISAKMP: Use GET_U_1() to replace a direct dereference. RADIUS: Use GET_U_1() to replace a direct dereference. TCP: Fix an invalid check. RESP: Fix an invalid check. RESP: Remove an unnecessary test. Arista: Refine the output format and print HwInfo. sFlow: add support for IPv6 agent, add a length check. VRRP: add support for IPv6. OSPF: Update to match the Router Properties registry. OSPF: Remove two unnecessary dereferences. OSPF: Add support bit Nt RFC3101. OSPFv3: Remove two unnecessary dereferences. ICMPv6: Fix output for Router Renumbering messages. ICMPv6: Fix the Node Information flags. ICMPv6: Remove an unused macro and extra blank lines. ICMPv6: Add a length check in the rpl_dio_print() function. ICMPv6: Use GET_IP6ADDR_STRING() in the rpl_dio_print() function. IPv6: Add some checks for the Hop-by-Hop Options header IPv6: Add a check for the Jumbo Payload Hop-by-Hop option. NFS: Fix the format for printing an unsigned int PTP: fix printing of the correction fields PTP: Use ND_LCHECK_U for checking invalid length. WHOIS: Add its own printer source file and printer function MPTCP: print length before subtype inside MPTCP options ESP: Add a workaround to a "use-of-uninitialized-value". PPP: Add tests to avoid incorrectly re-entering ppp_hdlc(). PPP: Don't process further if protocol is unknown (-e option). PPP: Change the pointer to packet data. ZEP: Add three length checks. Add some const qualifiers. Building and testing: Update config.guess and config.sub. Use AS_HELP_STRING macro instead of AC_HELP_STRING. Handle some Autoconf/make errors better. Fix an error when cross-compiling. Use "git archive" for the "make releasetar" process. Remove the release candidate rcX targets. Mend "make check" on Solaris 9 with Autoconf. Address assorted compiler warnings. Fix auto-enabling of Capsicum on FreeBSD with Autoconf. Treat "msys" as Windows for test exit statuses. Clean up some help messages in configure. Use unified diff by default. Remove awk code from mkdep. Fix configure test errors with Clang 15 CMake: Prevent stripping of the RPATH on installation. AppVeyor CI: update Npcap site, update to 1.12 SDK. Cirrus CI: Use the same configuration as for the main branch. CI: Add back running tcpdump -J/-L and capture, now with Cirrus VMs. Remove four test files (They are now in the libpcap tests directory). On Solaris, for 64-bit builds, use the 64-bit pcap-config. Tell CMake not to check for a C++ compiler. CMake: Add a way to request -Werror and equivalents. configure: Special-case macOS /usr/bin/pcap-config as we do in CMake. configure: Use pcap-config --static-pcap-only if available. configure: Use ac_c_werror_flag to force unknown compiler flags to fail. configure: Use AC_COMPILE_IFELSE() and AC_LANG_SOURCE() for testing flags. Run the test that fails on OpenBSD only if we're not on OpenBSD. Source code: Fix some snapend-changing routines to protect against pointer underflow. Use __func__ from C99 in some function calls. Memory allocator: Update nd_add_alloc_list() to a static function. addrtoname.c: Fix two invalid tests. Use more S_SUCCESS and S_ERR_HOST_PROGRAM in main(). Add some comments about "don't use GET_IP6ADDR_STRING()". Assign ndo->ndo_packetp in pretty_print_packet(). Add ND_LCHECKMSG_U, ND_LCHECK_U, ND_LCHECKMSG_ZU and ND_LCHECK_ZU macros. Update tok2strbuf() to a static function. netdissect.h: Keep the link-layer dissectors names sorted. setsignal(): Set SA_RESTART on non-lethal signals (REQ_INFO, FLUSH_PCAP) to avoid corrupting binary pcap output. Use __builtin_unreachable(). Fail if nd_push_buffer() or nd_push_snaplen() fails. Improve code style and fix many typos. Documentation: Some man page cleanups. Update the print interface for the packet count to stdout. Note that we require compilers to support at least some of C99. Update AIX and Solaris-related specifics. INSTALL.txt: Add doc/README.*, delete the deleted win32 directory. Update README.md and README.Win32.md. Update some comments with new RFC numbers.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- tcpdump/tcpdump.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tcpdump/tcpdump.nm b/tcpdump/tcpdump.nm index 9c4d33822..090b33016 100644 --- a/tcpdump/tcpdump.nm +++ b/tcpdump/tcpdump.nm @@ -4,8 +4,8 @@ ###############################################################################
name = tcpdump -version = 4.99.1 -release = 2 +version = 4.99.4 +release = 1
groups = Networking/Sniffer url = https://www.tcpdump.org/