Commit graph

6140 commits

Author SHA1 Message Date
Robert Clausecker
862b0bebc5 archivers/advancecomp: Update to 2.1-6 and take maintainership
- Switch to new upstream
- Unbundle libdeflate
- Hookup test suite
- Add a BZIP2 option

PR:		259534
MFH:		2021Q4 (security fix)
Security:	0bf816f6-3cfe-11ec-86cd-dca632b19f10
(cherry picked from commit 684b29d2c7)
2021-11-19 04:59:15 -05:00
Li-Wen Hsu
97bad70887
archivers/peazip: Update WWW
(cherry picked from commit 8f16834929)
2021-11-16 16:11:49 +08:00
Yuri Victorovich
d8f07bd5aa archivers/nfpm: Update 2.6.0 -> 2.7.1
Reported by:	portscout

(cherry picked from commit e6b9ebac9e)
2021-10-31 11:01:35 -07:00
Dimitry Andric
89909595ad archivers/upx: fix build with clang 13
During an exp-run for llvm 13 (see bug 258209), it turned out that
archivers/upx fails to build with clang 13:

p_wcle.cpp:739:27: error: variable 'n' set but not used [-Werror,-Wunused-but-set-variable]
    unsigned count,object,n,r;
                          ^
1 error generated.

This is because clang 13 now has a -Wunused-but-set-variable warning
similar to gcc's, and it is enabled under -Wall.

The p_wcle.cpp file has two instances where the 'n' variable is used for
debugging purposes, but the first instance is marked with UNUSED(n). The
second is not, triggering this warning. Fix it by also marking the
second instance with UNUSED(n).

PR:		258394
Approved by:	maintainer timeout (3 weeks)
2021-10-02 12:48:13 +02:00
Dave Cottlehuber
e640520021 archivers/erlang-snappy: update to 1.1.2
- support OTP24
2021-09-30 22:03:12 +00:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Neel Chauhan
2483540153 archivers/gnome-autoar: Add DOCS option 2021-09-27 21:40:27 -07:00
Neel Chauhan
06eabd69e5 archivers/gnome-autoar: Update to 0.4.0 2021-09-27 19:49:59 -07:00
Alex Kozlov
0e6da3c2e1 archivers/ha: Fix CVE-2015-1198
Fix directory traversal vulnerabilities (CVE-2015-1198)

Reported by:	decke
2021-09-27 19:42:12 +02:00
Bernhard Froehlich
d913565873
archivers/ha: Revert "Add CPE information"
The CVE-2015-1198 points to an invalid CPE entry for "Linux
High Availability".

This reverts commit 8e36aa89c5.

Discussed with:	ak@
See:		https://nvd.nist.gov/vuln/detail/CVE-2015-1198
See:		https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774954
2021-09-27 11:52:14 +00:00
Bernhard Froehlich
d2d263622e
archivers/rubygem-rubyzip20: Add CPE information
Approved by:	portmgr (blanket)
2021-09-25 20:28:33 +00:00
Bernhard Froehlich
473bf88c34
archivers/rubygem-rubyzip2: Add CPE information
Approved by:	portmgr (blanket)
2021-09-25 20:28:32 +00:00
Bernhard Froehlich
031795aeed
archivers/rubygem-rubyzip13: Add CPE information
Approved by:	portmgr (blanket)
2021-09-25 20:28:31 +00:00
Bernhard Froehlich
43a380ab9f
archivers/rubygem-rubyzip: Add CPE information
Approved by:	portmgr (blanket)
2021-09-25 20:28:30 +00:00
Robert Clausecker
1ba20a0d92 archivers/star: Update pkg-descr after devel/schilybase update.
PR:		258722
2021-09-25 21:34:07 +03:00
Ryan Steinmetz
8703fc2c05
*/*: Reset MAINTAINER due to repeat fatal email bounces 2021-09-21 09:47:01 -04:00
Bernhard Froehlich
0ffea0d7e9
archivers/snappy: Add CPE information
Approved by:    portmgr (blanket)
2021-09-20 14:20:24 +00:00
Bernhard Froehlich
8e36aa89c5
archivers/ha: Add CPE information
Approved by:    portmgr (blanket)
2021-09-20 14:18:16 +00:00
Po-Chuan Hsieh
e7680ba883
archivers/upx: Update WWW
Approved by:	portmgr (blanket)
2021-09-19 14:01:04 +08:00
Po-Chuan Hsieh
d3072779fe
archivers/cabextract: Convert PLIST_FILES and PORTDOCS to PLIST entries 2021-09-19 13:59:39 +08:00
Neel Chauhan
1eb5fb4d9c archivers/gzip: Adopt port 2021-09-18 20:42:52 -07:00
Neel Chauhan
b24eca6505 archivers/gzip: Update to 1.11 2021-09-18 20:42:52 -07:00
Tobias C. Berner
7871d80c1f KDE: Update KDE Frameworks to 5.86
Saturday, 11 September 2021

KDE today announces the release of KDE Frameworks 5.86.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full announcement:
	https://kde.org/announcements/frameworks/5/5.86.0/

PR:		258426
Exp-run by:	antoine
2021-09-15 16:37:22 +02:00
Bernhard Froehlich
2814bd81b5
archivers/unace: Fix CPE information because current one is deprecated
Approved by:    portmgr (blanket)
2021-09-14 10:55:00 +00:00
Bernhard Froehlich
c63c431768
archivers/cabextract: Fix CPE information because current one is deprecated
Approved by:    portmgr (blanket)
2021-09-14 10:54:58 +00:00
Bernhard Froehlich
14646e0b6a
archivers/zoo: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:17:19 +00:00
Bernhard Froehlich
ea3722159e
archivers/zip: Add CPE information
Approved by:	portmgr (blanket)
2021-09-08 20:53:31 +00:00
Bernhard Froehlich
17e0a02dec
archivers/unrar: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:41 +00:00
Bernhard Froehlich
bb730986ac
archivers/rar: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:40 +00:00
Bernhard Froehlich
edbad39e61
archivers/quazip: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:39 +00:00
Bernhard Froehlich
bf0b519d50
archivers/pxz: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:38 +00:00
Bernhard Froehlich
476cd0bceb
archivers/ppmd-7z: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:37 +00:00
Bernhard Froehlich
1eee18b7fc
archivers/ppmd: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:36 +00:00
Bernhard Froehlich
04f90ec71e
archivers/peazip: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:35 +00:00
Bernhard Froehlich
4bfc2ebe62
archivers/pear-Horde_Pack: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:33 +00:00
Bernhard Froehlich
27337bff91
archivers/pear-Horde_Compress_Fast: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:32 +00:00
Bernhard Froehlich
cf4279b46c
archivers/pear-Horde_Compress: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:31 +00:00
Bernhard Froehlich
acf346ef19
archivers/minizip: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:30 +00:00
Bernhard Froehlich
00bd6f0164
archivers/lzo2: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:29 +00:00
Bernhard Froehlich
992e636d8a
archivers/lrzip: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:27 +00:00
Tobias C. Berner
6f5850a014 KDE: Update KDE Gear to 21.08.1
Thursday, 2 September 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

  *  konsole: Fix KXmlGUI toolbars and Konsole MainWindow size.
  *  elisa: Fix the “Files” view.
  *  skanlite: Fix image saving when preview is not shown.

Full announcement:
	https://kde.org/announcements/gear/21.08.1/

Full Changelog:
	https://kde.org/announcements/changelogs/gear/21.08.1/
2021-09-02 16:52:51 +02:00
Jason W. Bacon
9c7c5e9cfa archivers/libarchive-qt: Qt based archiving with libarchive backend
Libarchive-qt is a simple archiving library for Qt mainly based on
libarchive supporting numerous compression and archive formats.
2021-08-31 08:14:37 -05:00
Bernhard Froehlich
c7b2343f63
archivers/unalz: Add CPE information
Approved by:    portmgr (blanket)
2021-08-31 09:23:28 +00:00
Bernhard Froehlich
96f1ca41be
archivers/rpm4: Add CPE information
Approved by:	portmgr (blanket)
2021-08-29 19:17:12 +00:00
Alexey Dokuchaev
8c5d3929dd Cleanup: for ports under a* categories, drop redundant GH_{ACCOUNT,PROJECT}. 2021-08-27 09:33:27 +00:00
Tobias C. Berner
4fe91006ad KDE: Update KDE Framework to 5.85
Friday, 13 August 2021

KDE today announces the release of KDE Frameworks 5.85.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full announcement and changelog:
	https://kde.org/announcements/frameworks/5/5.85.0/

PR:		257837
Exp-run by:	antoine
2021-08-18 22:32:32 +02:00
Yuri Victorovich
5ce478480e archivers/draco: New port: Library for compressing and decompressing 3D meshes and point clouds 2021-08-18 01:54:50 -07:00
Bernhard Froehlich
3ebea333c6
archivers/advancecomp: Fix typo in CPE_VENDOR 2021-08-15 17:16:05 +00:00
Bernhard Froehlich
9283d5a271
archivers/lizard: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 14:24:18 +00:00
Bernhard Froehlich
e30feae6e7
archivers/linux-c7-lz4: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 14:14:13 +00:00