Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2024-09-17 | 1 | -1/+0 |
| | | | | | * upstream-LibArchive: LibArchive 2024-09-13 (12ecf841) | ||||
* | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2023-10-16 | 1 | -3/+32 |
| | | | | | * upstream-LibArchive: LibArchive 2023-09-12 (6468cd1f) | ||||
* | libarchive: Use uint8_t instead of u_char | Brad King | 2021-04-05 | 1 | -4/+4 |
| | | | | | | The latter is not a standard type. Fixes: #22013 | ||||
* | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2017-07-20 | 1 | -0/+3 |
| | | | | | * upstream-LibArchive: LibArchive 2017-07-09 (98a69539) | ||||
* | Merge topic 'libarchive-backport-rc4-crypto-rec' | Brad King | 2017-03-22 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | 18009aaf libarchive: backport rc4 crypto requirement update Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !598 | ||||
| * | libarchive: backport rc4 crypto requirement update | Brad King | 2017-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Backport upstream libarchive commit 70f497f456 (As per Cryptographic Requirements, 2017-03-19). Discard more bytes of the RC4 keystream to reduce the possibility of non-random bytes. | ||||
* | | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2017-02-20 | 1 | -1/+1 |
|/ | | | | | * upstream-LibArchive: LibArchive 2017-02-19 (100ee75a) | ||||
* | libarchive: Do not use pthread.h API without header | Brad King | 2015-10-28 | 1 | -2/+1 |
| | |||||
* | libarchive: Avoid non-portable u_int8_t | Brad King | 2015-10-22 | 1 | -7/+7 |
| | | | | Use uint8_t that we prepare in config.h instead. | ||||
* | libarchive: Define O_CLOEXEC when missing | Brad King | 2015-10-22 | 1 | -0/+4 |
| | | | | Do this in archive_random.c as we do in several other sources already. | ||||
* | Merge branch 'libarchive-upstream' into update-libarchive | Brad King | 2015-10-21 | 1 | -0/+266 |
Resolve conflicts by integrating changes from both sides. |