#
2022efa0 |
| 14-Sep-2024 |
Martin Matuska <mm@FreeBSD.org> |
Update vendor/libarchive to 3.7.5
Security fixes: #2158 rpm: calculate huge header sizes correctly #2160 util: fix out of boundary access in mktemp functions #2168 uu: stop processing if lines ar
Update vendor/libarchive to 3.7.5
Security fixes: #2158 rpm: calculate huge header sizes correctly #2160 util: fix out of boundary access in mktemp functions #2168 uu: stop processing if lines are too long #2174 lzop: prevent integer overflow #2172 rar4: protect copy_from_lzss_window_to_unp() (CVE-2024-20696) #2175 unzip: unify EOF handling #2179 rar4: fix out of boundary access with large files #2203 rar4: fix OOB access with unicode filenames #2210 rar4: add boundary checks to rgb filter #2248 rar4: fix OOB in delta filter #2249 rar4: fix OOB in audio filter #2256 fix multiple vulnerabilities identified by SAST #2258 cpio: ignore out-of-range gid/uid/size/ino and harden AFIO parsing #2265 rar5: clear 'data ready' cache on window buffer reallocs #2269 rar4: fix CVE-2024-26256 (CVE-2024-26256)
Important bugfixes: #2150 xar: fix another infinite loop and expat error handling #2173 shar: check strdup return value #2161 lha: fix integer truncation on 32-bit systems #2245 7zip: fix issue when skipping first file in 7zip archive that is a multiple of 65536 bytes #2259 rar5: don't try to read rediculously long names #2290 ar: fix archive entries having no type
Obtained from: libarchive Vendor commit: 12ecf8418ab3595d66cdea1abadcea8b6a9d288b CVE: CVE-2024-20696, CVE-2024-26256
show more ...
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
8ef49144 |
| 08-Aug-2023 |
Enji Cooper <ngie@FreeBSD.org> |
Import GoogleTest v1.14.0
Imported via the following general commands:
``` git rm -rf * git archive --format=tar v1.14.0 | tar -xvf - -C /path/to/git/vendor/clone git commit -A ```
Obtained from:
Import GoogleTest v1.14.0
Imported via the following general commands:
``` git rm -rf * git archive --format=tar v1.14.0 | tar -xvf - -C /path/to/git/vendor/clone git commit -A ```
Obtained from: https://github.com/google/googletest
show more ...
|
#
e85dbcda |
| 04-May-2024 |
Ed Maste <emaste@FreeBSD.org> |
Vendor import of libfido2 1.14.0
|
#
d6f77d3c |
| 26-Apr-2024 |
Martin Matuska <mm@FreeBSD.org> |
Update vendor/libarchive to 3.7.4
Security fixes: #2135 rar: Fix OOB in rar e8 filter (CVE-2024-26256) #2145 zip: Fix out of boundary access
Important bugfixes: #2131 7zip: Limit amount of prope
Update vendor/libarchive to 3.7.4
Security fixes: #2135 rar: Fix OOB in rar e8 filter (CVE-2024-26256) #2145 zip: Fix out of boundary access
Important bugfixes: #2131 7zip: Limit amount of properties #2110 bsdtar: Fix error handling around strtol() usages #2116 passphrase: Never allow empty passwords #2124 rar: Fix "File CRC Error" when extracting specific rar4 archives #2123 xar: Avoid infinite link loop #2108 zip: Update AppleDouble support for directories #2071 zstd: Implement core detection
Obained from: libarchive Libarchive commit: 313aa1fa10b657de791e3202c168a6c833bc3543
show more ...
|
#
a509d68f |
| 11-Apr-2024 |
Martin Matuska <mm@FreeBSD.org> |
Update vendor/libarchive to 3.7.3
New features: #1941 uudecode filter: support file name and file mode in raw mode #1943 7-zip reader: translate Windows permissions into UNIX permissions
Update vendor/libarchive to 3.7.3
New features: #1941 uudecode filter: support file name and file mode in raw mode #1943 7-zip reader: translate Windows permissions into UNIX permissions #1962 zstd filter now supports the "long" write option #2012 add trailing letter b to bsdtar(1) substitute pattern #2031 PCRE2 support #2054 add support for long options "--group" and "--owner" to tar(1)
Security fixes: #2101 Fix possible vulnerability in tar error reporting introduced in f27c173
Important bugfixes: #1974 ISO9660: preserve the natural order of links #2105 rar5: fix infinite loop if during rar5 decompression the last block produced no data #2027 xz filter: fix incorrect eof at the end of an lzip member #2043 zip: fix end-of-data marker processing when decompressing zip archives
Obtained from: libarchive Libarchive commit: 4fcc02d906cca4b9e21a78a833f1142a2689ec52
show more ...
|
#
9200ce32 |
| 17-Mar-2024 |
Ed Maste <emaste@FreeBSD.org> |
Vendor import of OpenSSH 9.7p1
|
#
9eb461aa |
| 07-Mar-2024 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Vendor import of diff from OpenBSD's Game of Trees
Repository: ssh://anonymous@got.gameoftrees.org/diff.git Commit hash: b5a9c15f4d68c06ec3bf839529b3ed2def0a6af6 Commit date: 2023-09-15
|
#
93a25ac9 |
| 02-Feb-2024 |
Lexi Winter <lexi@le-Fay.ORG> |
.gitignore: add sys/*/compile
Files in sys/*/compile are created when compiling the kernel with config(8). They are never source files and should never be committed to source control, so list this
.gitignore: add sys/*/compile
Files in sys/*/compile are created when compiling the kernel with config(8). They are never source files and should never be committed to source control, so list this entire directory in .gitignore. While not the official way to build the kernel, it's often useful to debug sys/conf/files* changes when adding new drivers, etc.
Reviewed by: imp, meena <me igalic co> Pull Request: https://github.com/freebsd/freebsd-src/pull/1082
show more ...
|
#
5796e3a7 |
| 16-Nov-2023 |
Umer Saleem <usaleem@ixsystems.com> |
Packaging: Auto-generate changelog during configure (#15528)
Auto-generate changelog based off on @VERSION@ during configure,
so that it is not needed to be update with new releases / version
upda
Packaging: Auto-generate changelog during configure (#15528)
Auto-generate changelog based off on @VERSION@ during configure,
so that it is not needed to be update with new releases / version
updates.
Signed-off-by: Umer Saleem <usaleem@ixsystems.com>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
show more ...
|
#
dc1d3303 |
| 05-Aug-2023 |
Rob Norris <robn@despairlabs.com> |
mailmap: initial, trying to tidy up a lot of the commit history
This comes from the observation that a huge number of commit author fields look quite strange (to my eyes), but quite often the Signed
mailmap: initial, trying to tidy up a lot of the commit history
This comes from the observation that a huge number of commit author fields look quite strange (to my eyes), but quite often the Signed-off-by: trailer has the correct name. For these I have updated the name where it was obvious how to do so, however, I have not created a mapping for the commit email to the Signed-off-by email, as whatever I choose for email will become the prime candidate for inclusion in the AUTHORS file, and care needs to be taken when acting without explicit consent.
There's a small handful of commits that look like they were done on local machines, or CI hosts, or similar, where the git authorship config wasn't set up properly. Its obvious what this should look like, so I've just done them.
The remainder is mapping Github noreply emails to either an obviously-correct Signed-off-by trailer, or to a an author from another commit. This was mostly done by hand, so there may be errors, but I think its close. I do not understand where these come from - I know that they're what commits made via Github web look like when there's no real address set on the account, but I find it hard to believe that so many of these came through the web, especially given the complexity of most of the changes. I suspect there's some kind of merge helper tool in play here. Regardless, the history is set now, and this tries to get it back on track.
Obviously, all of this helps the history look tidy, but this also feeds into the AUTHORS update script. See next commit.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #15374
show more ...
|
#
82d22913 |
| 06-Oct-2023 |
Martin Matuška <martin@matuska.de> |
CI: add FreeBSD build with Cirrus CI
As a first step for automatic FreeBSD testing add a build and install
for FreeBSD versions 12.4, 13.2 and 14-snapshot using Cirrus CI.
Reviewed-by: Jose Luis
CI: add FreeBSD build with Cirrus CI
As a first step for automatic FreeBSD testing add a build and install
for FreeBSD versions 12.4, 13.2 and 14-snapshot using Cirrus CI.
Reviewed-by: Jose Luis Duran
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Martin Matuska <mm@FreeBSD.org>
Closes #15332
show more ...
|
#
e56a937c |
| 04-Oct-2023 |
Baptiste Daroussin <bapt@FreeBSD.org> |
bsddialog: Import version 1.0
|
#
28df100a |
| 20-Sep-2023 |
Mina Galic <freebsd@igalic.co> |
vendor/unbound: ignore *~
and remove stray config.h.in~ file
Reviewed by: delphij, cy Differential Revision: https://reviews.freebsd.org/D41919
|
#
9b3517a4 |
| 21-Aug-2023 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Import unifdef 2.11
|
#
14b646f7 |
| 18-Jul-2023 |
Martin Matuska <mm@FreeBSD.org> |
Update vendor/libarchive to libarchive/libarchive@ee4579617
Important changes (relevant to FreeBSD): #1840 year 2038 fix for pax archives on platforms with 64-bit time_t #1873 bsdunzip ported to
Update vendor/libarchive to libarchive/libarchive@ee4579617
Important changes (relevant to FreeBSD): #1840 year 2038 fix for pax archives on platforms with 64-bit time_t #1873 bsdunzip ported to libarchive from FreeBSD #1894 read support for zstd compression in 7zip archives #1918 ARM64 filter support in 7zip archives
Obtained from: libarchive Libarchive commit: ee45796171324519f0c0bfd012018dd099296336 Libarchive tag: v3.7.0
show more ...
|
#
058aa793 |
| 21-Apr-2023 |
Ed Maste <emaste@FreeBSD.org> |
Vendor import of libcbor 0.10.2
|
Revision tags: release/13.2.0 |
|
#
974000f1 |
| 27-Mar-2023 |
Ruslan Bukin <br@FreeBSD.org> |
Update OpenCSD to v1.4.0.
Sponsored by: UKRI
|
#
42875200 |
| 07-Mar-2023 |
Jake Freeland <jfree@FreeBSD.org> |
.gitignore: Ignore LSP generated .cache
Language servers like clangd generate a .cache directory to store compilation cache. Tell Git to ignore this directory when staging files.
Reviewed by: markj
.gitignore: Ignore LSP generated .cache
Language servers like clangd generate a .cache directory to store compilation cache. Tell Git to ignore this directory when staging files.
Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D38937
show more ...
|
#
b1cbac9f |
| 27-Jan-2023 |
Phil Shafer <phil@FreeBSD.org> |
Vendor import of NetBSD's mtree at 2020-12-11
|
Revision tags: release/12.4.0 |
|
#
04af98db |
| 23-Nov-2022 |
Mateusz Guzik <mjg@FreeBSD.org> |
gitignore: whack dead architectures
|
#
93bf91b4 |
| 05-Nov-2022 |
Kyle Evans <kevans@FreeBSD.org> |
Update wireguard-tools to 139aac59a5ab7
This includes fixes for two issues pointed out by FreeBSD's Coverity, as well as a -Wcast-qual complaint.
While we're here, ignore build artifacts as well up
Update wireguard-tools to 139aac59a5ab7
This includes fixes for two issues pointed out by FreeBSD's Coverity, as well as a -Wcast-qual complaint.
While we're here, ignore build artifacts as well upon import.
show more ...
|
#
7e00bf87 |
| 29-Oct-2022 |
Kyle Evans <kevans@FreeBSD.org> |
Import wireguard-tools for wg(8)
744bfb213144 ("Import the WireGuard driver from zx2c4.com") re-imported the WireGuard driver with the intention that wg(8) will be used to manage WireGuard interface
Import wireguard-tools for wg(8)
744bfb213144 ("Import the WireGuard driver from zx2c4.com") re-imported the WireGuard driver with the intention that wg(8) will be used to manage WireGuard interfaces, as on other platforms, now that wg(8) has been dual-licensed MIT specifically to allow our use in base (thanks!).
This is a copy of wireguard-tools/src, with files that we don't need .gitignore'd out to make it more clear that we're only building files that are either MIT or dual-licensed MIT. We may go with a different structure later (e.g., if we end up needing to include outside of src/), but an upstream restructure seems unlikely in the foreseeable future.
show more ...
|
#
9f24fda5 |
| 25-Sep-2022 |
Alfonso S. Siciliano <asiciliano@FreeBSD.org> |
contrib/bsddialog: Import version 0.4
Improvements and changes to integrate bsddialog(1) with scripts in BASE. Overview:
* New options. --and-widget, --keep-tite, --calendar. * Change output form
contrib/bsddialog: Import version 0.4
Improvements and changes to integrate bsddialog(1) with scripts in BASE. Overview:
* New options. --and-widget, --keep-tite, --calendar. * Change output format. Menus and --print-maxsize. * Redefine sizing. Fixed rows, cols and menurows became at the most. * Add DIAGNOSTICS. Error messages for bad arguments and options. * Add keys. Space for --menu, fast keys for --msgbox and --yesno. * Text. Change default text modification, add --cr-wrap.
See /usr/src/contrib/bsddialog/CHANGELOG '2022-09-24 Version 0.4' for more detailed information.
show more ...
|
#
2c9fd765 |
| 03-Sep-2022 |
Alfonso S. Siciliano <asiciliano@FreeBSD.org> |
contrib/bsddialog: Import version 0.3
New features overview: * Unicode. User interface handles multi-column characters. API can handle char* like a multibyte character string. Internally wide
contrib/bsddialog: Import version 0.3
New features overview: * Unicode. User interface handles multi-column characters. API can handle char* like a multibyte character string. Internally wide characters are used for keyboard input, to adapt word wrapping and dynamic text auto-sizing for multi-column characters. * Forms refactoring. Complete rewrite deleting libformw dependency. * Theme. New utility options to save and load custom theme at run-time. * TUI navigation. Added keys to navigate input components. Changed default focus behavior of input dialogs to be LGPL-dialog-like; a new option can set the previous whiptail-like behavior.
See /usr/src/contrib/bsddialog/CHANGELOG '2022-08-29 Version 0.3' for more detailed information.
show more ...
|
#
ef7a6f1d |
| 29-May-2022 |
Mark Johnston <markj@FreeBSD.org> |
gitignore: Ignore compile_commands.events.json
This is a temporary file that appears when a build is wrapped using devel/bear.
MFC after: 1 week
|