Commit graph

3195 commits

Author SHA1 Message Date
wiz
e3f47fbb0e *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
taca
42bb8b08ab archivers/ruby-xz: drop dependency to ruby-fiddle
Now devel/ruby-fiddle is part of ruby*-base package.

Bump PKGREVISION.
2022-01-14 16:18:50 +00:00
wiz
4f48678c96 *: setuptools_scm: switch to versioned_dependencies 2022-01-13 19:31:20 +00:00
wiz
a863f0ee21 py-bz2file: convert to egg.mk 2022-01-10 08:51:00 +00:00
ryoon
45fb4e2594 *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
tnn
16b24ab6d3 arj: fix pointer truncation issues, alignment issues and other LP64 issues
Mostly via Debian. Re-enable package on LP64.
2022-01-08 14:43:09 +00:00
wiz
67e1f1a6bf python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
2022-01-05 15:40:56 +00:00
wiz
8a9cb53cf6 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:52:30 +00:00
rhialto
0250071af2 archivers/lha: update to 1.14i-ac20211125
No changelog is available. From the git history, it seems that the main/only
functional change is that it always asks before overwriting symlinks.
2022-01-01 19:02:34 +00:00
adam
e4d0f9b497 unrar: updated to 6.1.3
6.1.3:
Unknown changes
2021-12-15 09:53:02 +00:00
adam
45ee1ae413 unshield: updated to 1.5.1
1.5.1:
Fix library versioning and configure version in CMake
2021-12-15 09:52:05 +00:00
taca
268895e717 archivers/php-pecl-zip: update to 1.20.0
1.19.5 (2021-09-27)

- Fix #81420 ZipArchive::extractTo extracts outside of destination
  (CVE-2021-21706) (cmb)

1.20.0 (2021-10-12)

- Fix #81490 ZipArchive::extractTo() may leak memory. (cmb, Remi)
- Fix #77978 Dirname ending in colon unzips to wrong dir. (cmb)
- add ZipArchive::clearError() method (Remi)
- add ZipArchive::getStreamName() and ZipArchive::getStreamIndex methods
  (Remi)
2021-12-12 14:24:55 +00:00
adam
b6d9bd86bc revbump for icu and libffi 2021-12-08 16:01:42 +00:00
taca
1c2d271d99 archivers/ruby-xz: update to 1.0.2
1.0.2 (2021-11-28)

* Fix a deprecation warning and some other gemspec concerns (PR win93#6
  by Alex Gittemeier)
2021-12-05 15:26:13 +00:00
adam
febaa9d444 py-zstandard: updated to 0.16.0
0.16.0

Backwards Compatibility Notes

Support for Python 3.5 has been dropped. Python 3.6 is now the minimum required Python version.

Changes

Bundled zstd library upgraded from 1.4.8 to 1.5.0.
manylinux2014_aarch64 wheels are now being produced for CPython 3.6+.
Wheels are now being produced for CPython 3.10.
Arguments to ZstdCompressor() and ZstdDecompressor() are now all optional in the C backend and an explicit None value is accepted. Before, the C backend wouldn't accept an explicit None value (but the CFFI backend would). The new behavior should be consistent between the backends
2021-12-02 11:24:50 +00:00
adam
08be955fd2 unrar: updated to 6.1.2
6.1.2:
Unknown changes
2021-12-01 12:18:09 +00:00
adam
413806d158 unshield: updated to 1.5.0
Version 1.5.0
Catch-up release :)
2021-12-01 09:34:13 +00:00
adam
031431b2ee py-lz4: updated to 3.1.10
v3.1.10
Add skip existing when publishing to PyPi

v3.1.9
Revert to using created release events

v3.1.8
Update github actions trigger to use published release

v3.1.7
Update github actions trigger

v3.1.6
Trigger github actions on a release being made.

v3.1.5
Remove the push requirement for triggering PyPi pushes of artifacts.

v3.1.4
Shift wheel building to github actions
Disable Travis and Appveyor building
Disable Windows wheel builds which are failing with memory allocation problems with 64 bit on the github actions runners
Disable Aarch64 builds which are failing somewhere in the stream bindings tests
LZ4FrameFile.write()/LZ4FrameDecompressor.decompress() handle buffer protocol correctly
Pass source_size kwarg through from frame.open to LZ4FrameFile instance
Add readall to LZ4FrameFile and use it on python 3.10
2021-11-29 11:44:08 +00:00
pho
d067c0ddb2 +unarchiver 2021-11-28 20:05:18 +00:00
pho
4e105e1f3e Import unarchiver-3.10
The Unarchiver is an archive unpacker program with support for lots of
archive formats including ZIP, RAR, 7z, tar, gzip, bzip2, LZMA, XZ,
CAB, MSI, NSIS, EXE, ISO, BIN, split file formats, as well as the old
Stuffit, Stuffit X, DiskDouble, Compact Pro, Packit, cpio, compress
(.Z), ARJ, ARC, PAK, ACE, ZOO, LZH, ADF, DMS, LZX, PowerPacker, LBR,
Squeeze, Crunch, and other old/obscure formats.

It can also handle filenames in foreign character sets, created with
non-English versions of some operating systems, and is particularly
useful for processing CJK archives correctly.

This package contains command-line tools for The Unarchiver, namely
lsar and unar.
2021-11-28 20:04:21 +00:00
taca
5410e80ee5 archivers/ruby-xz: update to 1.0.1
1.0.1 (2021-11-13)

* Fix a buffer overflow error in XZ::Stream (PR Quintus#17 by genail)

* Fix an issue with transcode_options that was introduced by Ruby 3 (PR
  win93#1 by Alex Gittemeier)

* Update project README, gemspec, and other metadata to reflect a change in
  maintainership. All prior releases were released by Marvin Gülker.
2021-11-20 15:28:40 +00:00
micha
b50199de82 archivers/tartest: Update to 1.24
Changelog from AN-2021-09-01:
- tartest: Added support for gettext() based translations
  The string "Jörg Schilling" is now separate and in a gettext() call.
2021-11-19 11:41:23 +00:00
micha
88c6703227 archivers/star: Update to 1.6.1nb16
Rebase to the final Schily Tools release.
The author Jörg Schilling passed away in October 2021.
2021-11-19 10:58:46 +00:00
pin
2eedd267aa archivers/lxqt-archiver: update to 0.5.0
-Show password prompt for archives with encrypted lists.
-Fixed listing RAR archive contents with encrypted file list.
2021-11-19 10:11:27 +00:00
adam
9a3817a193 py-brotli: updated to 1.0.9
1.0.9:
Bug fixes
2021-11-19 09:49:42 +00:00
adam
433979b9c1 py-zopfli: added version 0.1.9
cPython bindings for zopfli.
2021-11-19 09:48:38 +00:00
wiz
025613e28f *: recursive bump for gstreamer 1.18.5 2021-11-15 22:53:55 +00:00
wiz
34e2c131ec 9e: remove patch removed from distinfo 2021-11-15 16:22:08 +00:00
cirnatdan
450f317a70 gnome-autoar: Update archivers/gnome-autoar to 0.4.1
Major changes in 0.4.1:
* Fix regression of extraction in symlinked locations (Ondrej Holy)
* Handle passphrase prompt cancellation to prevent showing error dialogs (Ondrej Holy)
* Downgrade meson dependency to 0.56.0 (Felipe Borges, Ondrej Holy)

Major changes in 0.4.0:
* Port to meson build system (Iñigo Martínez, Peter Keresztes Schmidt)
* Add support for creation of password-protected archives (Ondrej Holy)
* Fix extraction of archives with absolute paths (Ondrej Holy)

Major changes in 0.3.3:
* extractor: Fix extraction of one file archives (Ondrej Holy)
* compressor: Fix usage of uninitialized value (Ondrej Holy)
2021-11-13 09:18:47 +00:00
nia
1ff8baede9 arc: Honor LDFLAGS when linking. 2021-11-06 09:49:20 +00:00
nia
c4925b70cb 9e: Honor CFLAGS/LDFLAGS. Fixes RELRO build. 2021-11-06 09:46:31 +00:00
nia
d854b0160a archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and SHA512
hashes.
2021-10-26 09:57:04 +00:00
pin
65b7052db7 archivers/arqiver: update to 0.9.0
V0.9.0
--------
-Show childless directories whose names contain the filtering string.
-Fixed viewing or removing of files that have wildcard characters in their names
with bsdtar (by escaping some wildcard characters that come after "--include").
-Better smooth scrolling from inside the view (especially with touchpad).
-Added read-only support for AppImage bundle through 7z.
-When viewing a file in a password protected archive, ask the password again if
a nonempty, wrong password is entered.
-When viewing files, warn the user of links without targets instead of trying to
open them.
2021-10-15 12:30:01 +00:00
jperkin
142396acdf bsdtar: Ensure iconv is not picked up accidentally. 2021-10-11 20:27:50 +00:00
nia
5b593563e1 archivers: Remove SHA1 distfiles hashes 2021-10-07 13:05:55 +00:00
nia
bb0752ce67 zip: Support MKPIE on i386. Move compiler bug hacks to hacks.mk. 2021-09-30 11:39:27 +00:00
adam
5e7c36d9d2 revbump for boost-libs 2021-09-29 19:00:02 +00:00
wiz
33dc5de577 *: recursive bump for vala 0.54 2021-09-29 09:10:30 +00:00
taca
72e4fd3b49 archivers/php-pecl-zip: update to 1.19.4
1.19.4 (2021-09-01)

* Fix #80833 ZipArchive::getStream doesn't use setPassword
2021-09-19 16:32:06 +00:00
taca
8d95a1d2a7 archivers/ruby-ffi-libarchive: update to 1.1.3
1.1.3 (2021-09-16)

* Update chefstyle requirement from 1.6.2 to 1.7.1 #52
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.7.1 to 1.7.2 #53
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.7.2 to 1.7.5 #55
  (dependabot-preview[bot])
* Upgrade to GitHub-native Dependabot #56 (dependabot-preview[bot])
* Remove support for EOL Ruby 2.4 #59 (tas50)
* Update chefstyle requirement from 1.7.5 to 2.0.8 #60 (dependabot[bot])
* Update chefstyle requirement from 2.0.8 to 2.0.9 #61 (dependabot[bot])
* Add strip components support #58 (jasonwbarnett)
2021-09-18 13:48:01 +00:00
martin
f25bd68c3c Actually make this MAKE_JOBS safe (hint from Joerg) 2021-09-18 09:37:51 +00:00
mef
47c5bbff39 (archivers/R-zip) Updated 2.1.1 to 2.2.0
# 2.2.0

* Header values (of version made by and external attributes) are now
  correctly read and written on big-endian systems (#68).

* `zip_list()` now also returns `crc32` and `offset` (#74, @jefferis).
2021-08-30 01:14:59 +00:00
taca
1e3c6dade2 archivers/ruby-zip: update to 2.3.2
2.3.2 (2021-07-05)

* A "dummy" release to warn about breaking changes coming in version
  3.0. This updated version uses the Gem post_install_message instead of
  printing to STDERR.

* 2.3.1 (2021-07-03) A "dummy" release to warn about breaking changes coming
  in version 3.0.
2021-08-12 14:56:35 +00:00
micha
bd63db1d21 archivers/start: Update to 1.6.1nb15
Changelog from AN-2021-07-29:
- star: A single Linux xattr entry with a zero length value did disable
  all Linux xattrs for the related file. This is now handled correctly.

  Note that setfattr(1) on some Linux versions does not support to set
  empty xattr entries, but star on the same system can extract files
  with empty xattr entries.

  Thanks to a report from Dennis Katsonis

- star: star -version now prints a new version date
2021-08-06 10:04:43 +00:00
kim
75cc6e3bbb Fix potential memory corruption with negative memmove() size
Addresses CVE-2021-3520

Ref: https://github.com/lz4/lz4/pull/972
2021-08-06 05:08:50 +00:00
ryoon
ce5e37658b *: Recursive revbump from audio/pulseaudio-15.0 2021-07-30 12:26:37 +00:00
gutteridge
74d296741a engrampa: update to 1.24.2
Change log:

engrampa 1.24.2

  * Translations update
  * ar: fix filename in file list
  * rar 6.00: fix listing archive content with encrypted file list
  * fr-archive: Fix memory leak

engrampa 1.24.1

  * Translations update
  * Avoid memory leak in java utils
  * build: silent build warnings for distcheck
  * engrampa.appdata.xml: recursive acronyms for .iso, .rpm filetypes
  * Update authors
  * autoconf: get zstd mime type using libmagic if enabled
2021-07-20 23:51:33 +00:00
pin
92a7e4f4a0 archivers/arqiver: update to 0.8.0
Main changes:
-Now it's possible to drag all selected items, including directories.
-Added an option for only expanding top level directories when loading archives.
-Whether the option "Fit first column into available width" is checked or not,
the first header column is expanded to fill the available width.
-Added a workaround for Qt's problem with scrolling to deep non-expanded tree
items.
-Don't show the header without content.
-Resize columns appropriately on expanding/collapsing a directory item.
-Added application/x-xz, application/x-bzip and application/zstd to the
supported extractions by using 7z.
-Show the compressed size prefixed by ≥ if the file size is missing.
-Added cmake support (in addition to qmake).
2021-07-11 05:21:18 +00:00
adam
a60369ee19 unrar: updated to 6.0.7
6.0.7:
Unknown changes
2021-07-07 08:50:07 +00:00
micha
0aa3e8035e archivers/tartest: Add version 1.23
Tartest reads a tar archive from stdin and checks this archive for
compliance with POSIX.1-1990.
2021-06-25 13:41:48 +00:00