summaryrefslogtreecommitdiff
path: root/external/bsd/libarchive
AgeCommit message (Expand)Author
2023-06-10libarchive: fail if name_max is 0lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-05-08Elide OpenSSL-3 deprecation warningchristos
2022-07-22Build and install pkgconfig files for liblzma and libarchivewiz
2021-04-12new GCC_NO_* uses for warning issues. most of the users of the newmrg
2021-03-29PR/56083: RVP: tar -c hangs when reading from FUSE-ext2 filesystems sincechristos
2021-01-28Don't try print an error message when there is none.christos
2021-01-28PR/55962: Andreas Gustafsson: Some tar(1) error messages lack file name andchristos
2020-09-05avoid always passing NULL to printf()-like functionsmrg
2020-08-28PR/55612: Martin Husemann: libarchive tests pollute /tmp w/o cleanupchristos
2020-08-14PR/55568: Andreas Gustafsson: Set the error when failing to create a temp file.christos
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-04-22Add missing break'schristos
2020-04-22make variable constant since it is assigned from a string literalchristos
2020-02-27Fix undefined behavior in archive_read_support_format_xar()kamil
2020-02-27Fix undefined behavior in from_hex()kamil
2020-02-25Avoid NULL pointer arithmetickamil
2020-02-10When extracting symlinks atomically remove them like we do for hard links.christos
2020-01-21Fix printf formats in tests for the clang build.christos
2020-01-17Extract a second time to exercise extracting hardlinks over existing hardlinks.christos
2020-01-17Don't remove the test harness utilities (the tests were not removed alreadychristos
2020-01-17Add back the test harnesschristos
2020-01-17make things compile (pullup merged)christos
2020-01-17fix test I broke by commenting out flags.christos
2020-01-17pull fix from head (O_EXEC means O_SEARCH only on FreeBSD)christos
2020-01-14In the extract atomic case, remove the destination hard link firstchristos
2020-01-12Leave pre-existing symlinks alone on extractionchristos
2020-01-12Introduce ARCHIVE_EXTRACT_ATOMIC and set it by default on bsdtar.christos
2019-10-24Switch the iconv(3) prototype to the POSIX conformant variationkamil
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-07-30Add libpthread to DPADD and LDADD, as libarchive now references itmartin
2019-07-24Update build glue and configuration for libarchive 3.4.0.joerg
2019-07-24Avoid ctype warning due to missing cast.joerg
2019-07-24Merge changes from libarchive 3.4.0.joerg
2019-07-24Import libarchive 3.4.0joerg
2019-02-04- use -Wno-error=implicit-fallthrough with GCC7.mrg
2018-02-05undo previous.christos
2018-02-05Adapt the version hack for openssl provided inline functions: openssl 1.0.2kmartin
2018-02-05Try to fix the build: OpenSSL 1.0.2k already has the EVP inline functions.martin
2018-02-04switch everyone to openssl.oldchristos
2017-05-21Simplify linking libarchive with libcryptokamil
2017-05-21Remove MKCRYPTO option.riastradh
2017-04-22Obey MKCRYPTO.christos
2017-04-20Tell GCC to shut up about strftime format strings.joerg
2017-04-20Update build system for libarchive-3.3.2pre.joerg
2017-04-20GC old files.joerg
2017-04-20Merge libarchive-3-3-2pre.joerg
2017-04-20Import libarchive 3.3.2pre (7ad477ea7655f3dfcdcfa5adcb792f0ec864969d).joerg
2017-01-12we JAVE_SSIZE max.christos
2016-12-29Do not mention non-existing archive_write_set_format_shar_binary.wiz