Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
16.02_3 25 May 2022 08:00:14 |
Max Brazhnikov (makc) |
archivers/p7zip: remove deprecated port
The port is unmaintained for years and has known vulnerabilities.
Use archivers/7-zip instead.
PR: 260866 |
16.02_3 11 Dec 2021 22:04:09 |
Carlo Strub (cs) |
archivers/p7zip: Deprecate
Vulnerabilities and no upstream maintenance
PR: 260334
Reported by: Chris Hutchinson <[email protected]> |
16.02_3 14 May 2021 21:28:39 |
Raphael Kubo da Costa (rakuco) |
archivers/p7zip: Drop maintainership.
I have not had time to properly maintain this port in ages, and do not
think this will change in the foreseeable future.
Someone needs to push bug 228239 beyond the finishing line (there is
some confusion about whether the patch in Debian is enough or not), and
hopefully investigate whether a p7zip fork should be adopted, or
persuade the 7-Zip maintainer to publish the code for their Linux
version (see comment #11 in the PR I mentioned).
PR: 228239 |
16.02_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
16.02_3 03 Oct 2020 15:08:33 |
0mp |
Remove unnecessary LDFLAGS_i386
archivers/p7zip* ports build just fine without those flags.
PR: 230210
Reported by: emaste
Approved by: portmgr blanket |
16.02_2 25 Sep 2020 19:52:05 |
linimon |
Canonicalize CFLAGS across all variants of powerpc64.
Approved by: portmgr (tier-2 blanket) |
16.02_2 14 Mar 2020 21:04:01 |
pkubaj |
archivers/p7zip: fix build on powerpc64
lld 10 reports the following error:
ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol
MatchFinder_GetNumAvailableBytes; recompile with -fPIC
>>> defined in LzFind.o
>>> referenced by LzFind.c
>>> LzFind.o:(MatchFinder_CreateVTable) |
16.02_2 16 Jan 2020 09:34:42 |
bapt |
First pass at moving manpages to share/man for category a* |
16.02_2 18 Sep 2018 14:48:48 |
emaste |
Hoist LDFLAGS_${ARCH} logic into bsd.port.mk
Approved by: portmgr (bapt)
Sponsored by: The FreeBSD Foundation |
16.02_2 26 Aug 2018 11:11:02 |
mmokhi |
archivers/p7zip: Fix build with lld as /usr/bin/ld on i386
PR: 230210
Reported by: emaste
Reviewed by: mat, rakuco, tobik
Approved by: rakuco (maintainer)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D16813 |
16.02_1 10 Feb 2018 11:00:26 |
rakuco |
Add patch for CVE-2018-5996
Insufficient exception handling in the method NCompress::NRar3::CDecoder::Code
of 7-Zip before 18.00 and p7zip can lead to multiple memory corruptions within
the PPMd code, allows remote attackers to cause a denial of service
(segmentation fault) or execute arbitrary code via a crafted RAR archive.
Obtained from: Debian (link in the patch file)
MFH: 2018Q1
Security: 7a2e0063-0e4e-11e8-94c0-5453ed2e2b49 |
16.02_1 10 Feb 2018 10:59:12 |
rakuco |
Add patch from CVE-2017-17969
Heap-based buffer overflow in 7zip/Compress/ShrinkDecoder.cpp.
Obtained from: Debian (link in the actual patch)
MFH: 2018Q1
Security: 6d337396-0e4a-11e8-94c0-5453ed2e2b49 |
16.02 05 Jan 2018 21:45:14 |
rakuco |
Add a patch to fix the build with Clang 6.0.
../../../../CPP/Windows/ErrorMsg.cpp:24:10: error: case value evaluates to
-2147024809, which cannot be narrowed to type 'DWORD' (aka 'unsigned int')
[-Wc++11-narrowing]
case E_INVALIDARG : txt = "E_INVALIDARG"; break ;
^
../../../../CPP/Common/MyWindows.h:89:22: note: expanded from macro
'E_INVALIDARG'
#define E_INVALIDARG ((HRESULT)0x80070057L)
^
HRESULT causes the macro to be parsed as a signed long, so we need to force it
to be checked as an unsigned long instead.
PR: 224930 |
16.02 07 Oct 2017 19:23:18 |
rakuco |
Also pass -fPIC for arm and armv6.
Submitted by: imp |
16.02 07 Oct 2017 19:10:45 |
rakuco |
Pass -fPIC on armv7 as well.
This fixes the following build error:
/usr/bin/ld: 7zEncode.o(.text+0x2d04): unresolvable R_ARM_MOVW_ABS_NC relocation
against symbol `_ZTIi@@CXXABI_1.3'
/usr/bin/ld: final link failed: Nonrepresentable section on output
c++: error: linker command failed with exit code 1 (use -v to see invocation)
PR: 222852
Submitted by: [email protected] |
16.02 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
16.02 30 Nov 2016 12:44:03 |
rakuco |
Update to 16.02.
Remove patches for CVE-2016-2334 and CVE-2016-2335 that were integrated
upstream. |
15.14_2 30 Nov 2016 10:50:13 |
rakuco |
Import upstream patch to fix CVE-2016-9296
Null pointer dereference can cause 7z to crash.
PR: 214940
Reported by: Sevan Janiyan <[email protected]>
MFH: 2016Q4
Security: 48e83187-b6e9-11e6-b6cf-5453ed2e2b49
Security: CVE-2016-9296 |
15.14_1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
15.14_1 15 Jul 2016 11:25:07 |
rakuco |
Add patches for CVE-2016-2334 and CVE-2016-2335.
While here, use PORTREVISION?= instead of PORTREVISION= to avoid needlessly
bumping PORTREVISION in archivers/p7zip-codec-rar.
PR: 211114
Submitted by: Piotr Kubaj <[email protected]>
MFH: 2016Q3
Security: a9bcaf57-4a7b-11e6-97f7-5453ed2e2b49
Security: d706a3a3-4a7c-11e6-97f7-5453ed2e2b49 |
15.14 14 Mar 2016 11:41:38 |
rakuco |
Update to 15.14. |
15.09 04 Dec 2015 14:16:13 |
sunpoet |
- Update to 15.09
- Convert to new options target helper
- Use PORTDOCS
- Update patch files
Changes: http://sourceforge.net/projects/p7zip/files/p7zip/15.09/README/view
PR: 204865
Submitted by: sunpoet (myself)
Approved by: rakuco (maintainer) |
9.38.1_2 16 Sep 2015 20:23:25 |
feld |
Apply patch to fix directory traversal vulnerability
Submitted by: ohauer
MFH: 2015Q3
Security: CVE-2015-1038
Security: 8f5c9dd6-5cac-11e5-9ad8-14dae9d210b8 |
9.38.1_1 09 Sep 2015 10:56:41 |
danfe |
It turned out -fPIC is required on sparc64 as well: it dumps core without
it on extraction, which turn breaks e.g. `sysutils/namefix' port. Do not
bump port revision again as it was bumped just couple of hours ago, which
is just too small in Tier-2 land for which we do not produce any packages
anyways.
Tested on: flame |
09 Sep 2015 08:38:07
|
danfe |
Compile with -fPIC on PowerPC, otherwise resulting binaries are broken:
Can't load '/usr/local/bin/../libexec/p7zip/7z.dll'
(/usr/local/bin/../libexec/p7zip/7z.so: Unsupported relocation type 10
in non-PLT relocations) |
9.38.1 09 Aug 2015 22:24:05 |
andrew |
Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have it
in the amd64 CFLAGS and are failing to build.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D3321 |
9.38.1 24 Apr 2015 18:29:28 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
9.38.1 08 Mar 2015 13:16:26 |
rakuco |
Update to 9.38.1. |
9.20.1_2 19 Oct 2014 23:12:07 |
bapt |
Clean up plist |
9.20.1_2 04 Jul 2014 05:35:35 |
antoine |
Unbreak |
9.20.1_2 03 Jul 2014 19:09:35 |
adamw |
Correct the SLAVE_PORT check. |
03 Jul 2014 19:06:07
|
adamw |
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.
Approved by: portmgr (blanket) |
9.20.1_2 01 Jun 2014 07:59:15 |
ohauer |
- fix sanity in CAT archivers
- USE_BZIP2 -> USES=tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE |
9.20.1_2 03 Jan 2014 04:21:55 |
rakuco |
Install 7z.so, needed for manipulating all archive formats but RAR.
It was missed during the update in r338410 and basically made p7zip stop
handling any archive type.
Reported by: Green Dog <[email protected]>
Pointy hat to: rakuco |
9.20.1_1 02 Jan 2014 00:20:19 |
rakuco |
- Modernize and simplify the archivers/p7zip port's Makefile by getting rid
of some sed calls, supporting staging.
- Set LICENSE for the port. [1]
- Get rid of the MINIMAL and MODULES options. They were not very useful and
its handling was needlessly complicating the Makefile logic. We now always
build as if MINIMAL was unset.
- Stop installing the p7zip and Client7z wrappers.
- Move the installation of the RAR decompression codec to
archivers/p7zip-codec-rar, as its source code uses a more restrictive
license than the LGPL21 used for the rest of the code base.
PR: ports/185238 [1]
Submitted by: Hardy Schumacher <[email protected]> [1] |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
9.20.1 07 Feb 2013 13:04:30 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: archivers)
Approved by: portmgr |
9.20.1 25 Nov 2012 22:49:35 |
rakuco |
Convert to OptionsNG.
PR: ports/173813
Submitted by: Chris Petrik <[email protected]>
Feature safe: yes |
9.20.1 07 Oct 2012 13:59:40 |
rakuco |
Clean up the headers of the ports I maintain. |
9.20.1 28 Aug 2011 18:04:48 |
rakuco |
Update my mail address in the ports I maintain.
Approved by: avilla |
9.20.1 19 Mar 2011 19:04:15 |
nox |
Pass maintainership to submitter.
PR: ports/155700
Submitted by: Raphael Kubo da Costa <[email protected]> |
9.20.1 17 Mar 2011 19:56:29 |
nox |
Update to 9.20.1
PR: ports/155623
Submitted by: Raphael Kubo da Costa <[email protected]> |
9.13_1 01 Jan 2011 17:31:57 |
nox |
- Fix manpage {SHARE_DOC_DIR} ${DOCDIR} as this confuses people.
- Bump PORTREVISION.
PR: ports/153592
Submitted by: chris petrik <[email protected]> |
9.13 26 Jun 2010 15:06:28 |
nox |
Update to 9.13.
PR: ports/148132
Submitted by: Sunpoet Po-Chuan Hsieh <[email protected]>
Feature safe: yes |
9.04 26 Nov 2009 21:02:41 |
nox |
Add option to build minimal possible executable supporting only 7zip archives.
PR: ports/140903
Submitted by: Eugene Perevyazko <[email protected]> |
9.04 30 Sep 2009 20:35:33 |
nox |
Update to 9.04.
PR: ports/139246
Submitted by: Sunpoet Po-Chuan Hsieh <[email protected]> |
4.65 23 Mar 2009 20:56:43 |
nox |
Mark MAKE_JOBS_UNSAFE |
4.65 15 Feb 2009 20:01:30 |
nox |
Update to 4.65
PR: ports/131697
Submitted by: Wen Heping <[email protected]> |
4.61 19 Dec 2008 18:22:09 |
nox |
Update to 4.61 |
4.58 07 Sep 2008 11:16:48 |
nox |
Update to 4.58
PR: ports/127159
Submitted by: chinsan |
4.57 15 Dec 2007 20:01:49 |
sat |
- Update to 4.57
Approved by: nox (maintainer, implicit) |
4.55 15 Sep 2007 09:06:38 |
sat |
- Update to 4.55
Approved by: nox (maintainer, implicit) |
4.53_1 04 Sep 2007 21:44:23 |
nox |
- hw.ncpu seems to be an int, certainly not a size_t...
(This should fix issues on 64 bit big-endian archs, i.e. sparc64.)
- bump PORTREVISION
Noticed by: naddy |
4.53 01 Sep 2007 11:54:27 |
sat |
- Update to 4.53
Approved by: nox (maintainer, implicit) |
4.51 26 Jul 2007 20:36:09 |
sat |
- Update to 4.51
Approved by: nox (maintainer, implicit) |
4.49 17 Jul 2007 07:10:19 |
sat |
- Update to 4.49
Approved by: nox (maintainer, implicit) |
4.48 02 Jul 2007 08:26:33 |
sat |
- Update to 4.48
Approved by: nox (maintainer, implicit) |
4.47 28 May 2007 14:33:27 |
sat |
- Update to 4.47
Approved by: nox (maintainer, implicit) |
4.45 22 Apr 2007 07:27:15 |
sat |
- Update to 4.45
Approved by: nox (maintainer) |
4.44 16 Apr 2007 21:43:43 |
nox |
Cleanup non-supported FreeBSD versions
PR: ports/111639
Submitted by: Edwin Groothuis <[email protected]> |
4.44 09 Feb 2007 21:08:02 |
nox |
Fix build for slash-in-CFLAGS case.
Submitted by: Hisham Mardam Bey <[email protected]>
Approved by: miwi (mentor, implicit) |
4.44 26 Jan 2007 22:59:03 |
sat |
- Update to 4.44
Approved by: nox (maintainer, implicit) |
4.43 23 Dec 2006 17:42:42 |
nox |
Update MAINTAINER email address of my ports
Approved by: miwi |
4.43 24 Sep 2006 06:41:33 |
sat |
- Update to 4.43
Approved by: Juergen Lock <[email protected]> (maintainer) |
4.42 09 Jun 2006 22:58:35 |
sat |
- Update comment and pkg-descr
Approved by: Juergen Lock <[email protected]> (maintainer) |
4.42 28 May 2006 23:27:57 |
sat |
- Update to 4.42
Approved by: krion (mentor), maintainer |
4.39 02 May 2006 08:52:05 |
az |
- Update to 4.39
- Use 7zr
PR: ports/96614
Submitted by: Andrew Pantyukhin <[email protected]>
Approved by: maintainer |
4.37 17 Apr 2006 15:48:17 |
garga |
- Update to 4.37
PR: ports/95783
Submitted by: Jeffrey H. Johnson <[email protected]>
Approved by: maintainer |
4.33 26 Mar 2006 19:38:23 |
pav |
- Update to 4.33
PR: ports/93789
Submitted by: Andrew Pantyukhin <[email protected]>
Approved by: Juergen Lock <[email protected]> (maintainer) |
4.30 12 Dec 2005 12:48:33 |
ehaupt |
- Update to 4.30
- Rework pkg-descr
PR: 90204
Submitted by: Andrew Pantyukhin <[email protected]>
Approved by: Juergen Lock <[email protected]> (maintainer) |
4.29_1 23 Oct 2005 02:39:33 |
mnag |
Forget to add p7zip file.
Notified by: Juergen Lock <[email protected]> (maintainer) |
4.29_1 21 Oct 2005 21:38:30 |
mnag |
Add p7zip script
PR: 87802
Submitted by: Juergen Lock <[email protected]> (maintainer) |
4.29 15 Oct 2005 12:47:26 |
sem |
Forced commit to note the right PR for last update is ports/87213. |
4.29 15 Oct 2005 12:44:30 |
sem |
- Update to 4.29
PR: ports/86972
Openned by: az
Submitted by: maintainer
Fixed by: sem
Chased up by: Andrew P. <[email protected]> |
4.20 07 Jun 2005 12:05:26 |
sf |
update to 4.20.
this is the first release besed on non-beta 7zip.
ChangeLog:
http://sourceforge.net/project/shownotes.php?release_id=332443
Approved by: maintainer |
4.18 13 May 2005 22:49:13 |
sf |
update to 4.18.
ChangeLog:
http://sourceforge.net/project/shownotes.php?release_id=326924
Approved by: maintainer |
4.16 30 Apr 2005 04:43:20 |
sf |
unbreak amd64 and ia64. |
4.16 28 Apr 2005 22:49:04 |
sf |
update to 4.16.
ChangeLog:
4.14 -> 4.14.01 http://sourceforge.net/project/shownotes.php?release_id=299220
4.14.01 -> 4.16 http://sourceforge.net/project/shownotes.php?release_id=297065
Approved by: maintainer |
4.14 30 Jan 2005 12:23:53 |
lioux |
Fix post-patch: sed(1) expression s/// cannot receive tokens with
/ in their composition which breaks C{C,XX} with path components
such as those used by users of devel/ccache, e.g.,
CC=/usr/local/libexec/ccache/cc
Approved by: maintainer |
4.14 18 Jan 2005 06:02:59 |
sf |
update to 4.14.
ChangeLog:
http://sourceforge.net/project/shownotes.php?release_id=297065
Approved by: maintainer |
4.13 28 Dec 2004 02:46:57 |
sf |
update to 4.13.
o Ressurect pkg-plist to support to make modules optional. 25 lines
out of 31 are wrapped with %%MODULES%% which can be controlled by
WITHOUT_MODULES knob. The modules support more codecs and formats
than stand-alone binary.
o Install 7za to libexec and wrap it with script to support sfx
creation. 7za and .sfx should be placed in the same directory as 7z
and modules do.
o Wrapper script executes corresponding binary (7z or 7za.)
In WITHOUT_MODULES case, it can be called by 7z or 7za but always
executes 7za. This is compatible action for previous port.
o Turn BROKEN to IGNORE. There is no hope to compile this software in
RELENG_4. And correct quotation for this change.
Approved by: maintainer |
4.12 26 Nov 2004 01:19:10 |
sf |
update to 4.12.
o install only monolithic binary 7za.
o create a compatibility symlink 7z -> 7za not to violate POLA.
o respect NOPORTDOCS.
o retire ONLY_FOR_ARCHS. This version runs on sparc64.
o tested on i386, amd64, ia64, alpha and sparc64.
Changelogs:
4.10 -> 4.12 http://sourceforge.net/project/shownotes.php?release_id=283730
0.91 -> 4.10 http://sourceforge.net/project/shownotes.php?release_id=277286
Reviewed by: maintainer |
0.91 28 Oct 2004 04:59:12 |
sf |
o update to 0.91.
o respect CFLAGS.
o passing PTHREAD_* bits via makefile.machine.
With this four patches no longer required.
Approved by: maintainer |
0.90 12 Aug 2004 16:02:25 |
sem |
Add quotes to BROKEN
Submitted by: maintainer
Noticed by: lioux |
0.90 11 Aug 2004 18:07:36 |
sem |
file archiver with highest compression ratio
PR: ports/69248
Submitted by: Juergen Lock <[email protected]> |