Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Apr 2022 04:43:38 1.12
|
Neel Chauhan (nc)  |
archivers/gzip: Update to 1.12 |
13 Jan 2022 21:01:28 1.11 
|
Stefan Eßer (se)  |
Fix CONFLICTS entries in archivers, astro, audio
Fix conflicts entries based on a script that searches for duplicate
files installed by several ports.
Some patters seem to make ports conflict with themselves, but this is
actually not the case due to the check-*-conflicts logic implemented
in bsd.port.mk, which excludes self-conflicts.
PHP based ports have been ignored in this commit as requested by the
committers currently working on the php-8.1 import.
Approved by: portmgr (implicit) |
19 Sep 2021 03:42:52 1.11 
|
Neel Chauhan (nc)  |
archivers/gzip: Adopt port |
19 Sep 2021 03:42:52 1.11 
|
Neel Chauhan (nc)  |
archivers/gzip: Update to 1.11 |
06 Apr 2021 14:31:07 1.10 
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Nov 2019 21:21:04
1.10 
|
rene  |
Returns johans's ports to the pool after safekeeping his commit bit. |
22 Jan 2019 09:09:50
1.10 
|
danfe  |
- Update `archivers/gzip' to version 1.10
- Switch to smaller .tar.xz distfile
- Drop custom DOC_FILES variable in favor of PORTDOCS
- Use option-helper target for installing docfiles |
10 Nov 2018 18:12:58
1.9_1 
|
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
11 Feb 2018 23:50:24
1.9 
|
yuri  |
archivers/gzip: Update WWW in pkg-descr
PR: 225026
Submitted by: i.bakirov@gmail.com
Approved by: timeout expired, tcberner (mentor, implicit) |
08 Feb 2018 12:05:05
1.9 
|
johans  |
Upddate to GNU gzip 1.9 (bugfix release) |
27 Apr 2016 12:20:20
1.8 
|
johans  |
Update to gzip 1.8 (bugfix release)
http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00012.html |
26 Apr 2016 20:18:07
1.7 
|
johans  |
Update to gzip 1.7
http://lists.gnu.org/archive/html/info-gnu/2016-03/msg00014.html
Remove local patch for --rsyncable, which is now included upstream |
16 Mar 2015 19:35:38
1.6 
|
johans  |
adding CPE information to Makefile
archivers/gzip has had vulnerabilities with a CPE identifier assigned
(e.g. CVE-2009-2624). This patch adds CPE information as suggested in
the FreeBSD wiki
PR: 198641
Submitted by: shun.fbsd.pr@dropcut.net |
19 Oct 2014 23:12:07
1.6 
|
bapt  |
Clean up plist |
03 Jul 2014 19:06:07
1.6 
|
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) |
25 Jun 2014 19:37:02
1.6 
|
bapt  |
Allow to build with texinfo from ports |
21 Jan 2014 22:56:00
1.6 
|
bapt  |
Fix properties on pkg-plist |
28 Dec 2013 20:58:39
1.6 
|
johans  |
Enable stage support |
20 Sep 2013 13:11:21
1.6 
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
24 Jun 2013 19:04:49
1.6 
|
johans  |
- Update GNU gzip to 1.6
- Remove patch for -k (finally included upstream)
- Adopt port
Approved by: gabor (old maintainer) |
05 Apr 2013 09:22:10
1.4_2 
|
bapt  |
Fix leftovers by using USES=charsetfix
Remove now useless pre-configure target
While here convert NOPORTDOCS to DOCS option
Reported by: pointyhat via miwi
Approved by: portmgr (implicit) |
20 Dec 2012 22:19:46
1.4_2 
|
gabor  |
- Turn on the RSYNCABLE option by default since it is required for a
dependent port [1]
- Bump PORTREVISION
Requested by: jgh [1] |
18 Dec 2012 07:57:31
1.4_1 
|
danfe  |
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here. |
06 Oct 2012 16:10:54
1.4_1 
|
eadler  |
Convert to OptionsNG
Approved by: gabor (maintainer) |
18 Mar 2011 17:59:51
1.4_1 
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
06 Nov 2010 17:53:48
1.4_1 
|
gabor  |
- Add support for --rsyncable option
- Bump PORTREVISION
- Pet portlint(1)
PR: ports/151721
Submitted by: jpaetzel |
05 Feb 2010 21:55:09
1.4 
|
gabor  |
- Update to 1.4 |
21 Aug 2008 06:18:49
1.3.12_1 
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
23 Jul 2007 09:36:52
1.3.12_1 
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
06 Jun 2007 18:22:47
1.3.12_1 
|
gabor  |
- Add support for -k command line option as there is in bzip2(1)
- Bump PORTREVISION
PR: ports/113397
Submitted by: Ighighi <ighighi@gmail.com> |
05 Jun 2007 15:48:57
1.3.12 
|
gabor  |
- Update to 1.3.12
- Fix security issues [1]
Obtained from: SA-06:21.gzip [1]
Security: 11a84092-8f9f-11db-ab33-000e0c2e438a,
SA-06:21.gzip |
01 Feb 2007 22:18:55
1.3.9 
|
gabor  |
- Update to 1.3.9
- Change MASTER_SITES to MASTER_SITE_GNU
- Add proper CONFIGURE_ARGS
- Remove old patches
- Possibly fix security issues (it will need more investigation, this version
is still marked as vulnerable in VuXML, I'll check later)
PR: ports/108458
Submitted by: Jason Harris <jharris@widomaker.com>
Approved by: erwin (mentor) |
08 Dec 2006 13:46:35
1.3.5_2 
|
gabor  |
Change my e-mail address.
Approved by: erwin (mentor) |
03 May 2006 05:14:35
1.3.5_2 
|
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
02 Dec 2005 15:44:14
1.3.5_2 
|
ehaupt  |
- Update SHA256
- Pass maintainership to submitter
PR: 89839
Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu>
Discussed with: mnag |
02 Dec 2005 02:05:39
1.3.5_2 
|
linimon  |
Reset maintainer per his request. We hope to see him back soon. |
16 Oct 2005 17:49:56
1.3.5_2 
|
flz  |
- Remove master site.
PR: ports/87292
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer |
22 Jun 2005 22:44:41
1.3.5_2 
|
simon  |
Fix directory traversal and permission race security vulnerabilities in
gzip, and zgrep improper argument sanitation.
Security: CAN-2005-0758, CAN-2005-0988, CAN-2005-1228
Security: FreeBSD-SA-05:11.gzip
Obtained from: RedHat, Steve Grubb via RedHat, Debian
Approved by: maintainer timeout (4 days; security) |
12 Apr 2005 03:26:57
1.3.5_1 
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.3.5_1 
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
22 May 2004 13:05:49
1.3.5_1 
|
pav  |
- Add three more MASTER_SITES
Recovered from: pending/67038 |
22 May 2004 11:51:06
1.3.5_1 
|
pav  |
- Remove dead MASTER_SITES
PR: ports/67026
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |
17 Apr 2004 19:12:38
1.3.5_1 
|
krion  |
- Fix configure warning
PR: 65668 65669 65670 65671 65672 65673
Submitted by: Roman Neuhauser <neuhauser at chello dot cz> |
18 Mar 2004 02:52:47
1.3.5_1 
|
trevor  |
Add size data.
Approved by: maintainers |
21 Oct 2003 09:58:09
1.3.5_1 
|
osa  |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
08 Oct 2003 15:02:49
1.3.5_1 
|
roam  |
Fix the spelling of NOPORTDOCS.
Bump PORTREVISION for the packing list change in the NOPORTDOCS case.
PR: 57745
Submitted by: Piotr Smyrak <smyru@smyrak.com> |
16 Aug 2003 10:08:28
1.3.5 
|
kris  |
Utilize INFO. |
05 May 2003 12:59:29
1.3.5 
|
leeym  |
update to gzip-1.3.5
Makefile
PORTVERSION bumped
MASTER_SITE_SUBDIR deleted
EXTRACT_SUFX added
DOC_FILES added
distinfo
updated
pkg-plist
doc files added
PR: 51762
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> |
21 Feb 2003 10:42:57
1.3.3 
|
knu  |
De-pkg-comment. |
28 Dec 2002 02:37:44
1.3.3 
|
edwin  |
Remove ftp.xemacs.org as a stale master_site.
Fix directory of ftp.carrier.kiev.ua
Noticed by: portsurvey |
11 Sep 2002 14:27:23
1.3.3 
|
dinoex  |
Gzip (GNU zip) is a compression utility designed to be a replacement
for compress. Its main advantages over compress are much better
compression and freedom from patented algorithms.
WWW: http://www.gzip.org/
Devel version imported, see discussion in ports/
PR: 41061
Submitted by: cyrille.lefevre@laposte.net |