aboutsummaryrefslogtreecommitdiff
path: root/archivers/gzip
Commit message (Collapse)AuthorAgeFilesLines
* archivers/gzip: Update WWW in pkg-descrYuri Victorovich2018-02-111-1/+1
| | | | | | | | | PR: 225026 Submitted by: i.bakirov@gmail.com Approved by: timeout expired, tcberner (mentor, implicit) Notes: svn path=/head/; revision=461543
* Upddate to GNU gzip 1.9 (bugfix release)Johan van Selst2018-02-082-3/+6
| | | | Notes: svn path=/head/; revision=461214
* Update to gzip 1.8 (bugfix release)Johan van Selst2016-04-272-3/+3
| | | | | | | http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00012.html Notes: svn path=/head/; revision=414103
* Update to gzip 1.7Johan van Selst2016-04-263-291/+5
| | | | | | | | http://lists.gnu.org/archive/html/info-gnu/2016-03/msg00014.html Remove local patch for --rsyncable, which is now included upstream Notes: svn path=/head/; revision=414067
* adding CPE information to MakefileJohan van Selst2015-03-161-2/+3
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=381435
* Clean up plistBaptiste Daroussin2014-10-191-1/+0
| | | | Notes: svn path=/head/; revision=371222
* Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.Adam Weinberger2014-07-031-7/+1
| | | | | | | | | | For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being used to disable the selected options. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360446
* Allow to build with texinfo from portsBaptiste Daroussin2014-06-251-1/+1
| | | | Notes: svn path=/head/; revision=359291
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340670
* Enable stage supportJohan van Selst2013-12-282-5/+13
| | | | Notes: svn path=/head/; revision=337913
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* - Update GNU gzip to 1.6Johan van Selst2013-06-245-118/+21
| | | | | | | | | | - Remove patch for -k (finally included upstream) - Adopt port Approved by: gabor (old maintainer) Notes: svn path=/head/; revision=321707
* Fix leftovers by using USES=charsetfixBaptiste Daroussin2013-04-051-9/+5
| | | | | | | | | | | Remove now useless pre-configure target While here convert NOPORTDOCS to DOCS option Reported by: pointyhat via miwi Approved by: portmgr (implicit) Notes: svn path=/head/; revision=315731
* - Turn on the RSYNCABLE option by default since it is required for aGabor Kovesdan2012-12-201-1/+2
| | | | | | | | | | dependent port [1] - Bump PORTREVISION Requested by: jgh [1] Notes: svn path=/head/; revision=309328
* For a number of ports in archives category, trim the header and drop leadingAlexey Dokuchaev2012-12-181-6/+2
| | | | | | | | indefinite article from COMMENT line; also fix few noticed styles bugs while I am here. Notes: svn path=/head/; revision=309150
* Convert to OptionsNGEitan Adler2012-10-061-2/+3
| | | | | | | Approved by: gabor (maintainer) Notes: svn path=/head/; revision=305382
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Add support for --rsyncable optionGabor Kovesdan2010-11-063-2/+289
| | | | | | | | | | | - Bump PORTREVISION - Pet portlint(1) PR: ports/151721 Submitted by: jpaetzel Notes: svn path=/head/; revision=264152
* - Update to 1.4Gabor Kovesdan2010-02-054-200/+10
| | | | Notes: svn path=/head/; revision=249318
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* - Add support for -k command line option as there is in bzip2(1)Gabor Kovesdan2007-06-063-0/+97
| | | | | | | | | | - Bump PORTREVISION PR: ports/113397 Submitted by: Ighighi <ighighi@gmail.com> Notes: svn path=/head/; revision=192943
* - Update to 1.3.12Gabor Kovesdan2007-06-054-4/+198
| | | | | | | | | | | - Fix security issues [1] Obtained from: SA-06:21.gzip [1] Security: 11a84092-8f9f-11db-ab33-000e0c2e438a, SA-06:21.gzip Notes: svn path=/head/; revision=192853
* - Update to 1.3.9Gabor Kovesdan2007-02-014-101/+8
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=183893
* Change my e-mail address.Gabor Kovesdan2006-12-081-1/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=179182
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* - Update SHA256Emanuel Haupt2005-12-022-1/+2
| | | | | | | | | | | - Pass maintainership to submitter PR: 89839 Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> Discussed with: mnag Notes: svn path=/head/; revision=150234
* Reset maintainer per his request. We hope to see him back soon.Mark Linimon2005-12-021-1/+1
| | | | Notes: svn path=/head/; revision=150183
* - Remove master site.Florent Thoumie2005-10-161-2/+1
| | | | | | | | | PR: ports/87292 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer Notes: svn path=/head/; revision=145574
* Fix directory traversal and permission race security vulnerabilities inSimon L. B. Nielsen2005-06-223-1/+92
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=137894
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Add three more MASTER_SITESPav Lucistnik2004-05-221-1/+4
| | | | | | | Recovered from: pending/67038 Notes: svn path=/head/; revision=109705
* - Remove dead MASTER_SITESPav Lucistnik2004-05-221-11/+2
| | | | | | | | PR: ports/67026 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109699
* - Fix configure warningKirill Ponomarev2004-04-171-0/+1
| | | | | | | | PR: 65668 65669 65670 65671 65672 65673 Submitted by: Roman Neuhauser <neuhauser at chello dot cz> Notes: svn path=/head/; revision=107368
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104361
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-211-9/+9
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91804
* Fix the spelling of NOPORTDOCS.Peter Pentchev2003-10-081-1/+2
| | | | | | | | | | Bump PORTREVISION for the packing list change in the NOPORTDOCS case. PR: 57745 Submitted by: Piotr Smyrak <smyru@smyrak.com> Notes: svn path=/head/; revision=90642
* Utilize INFO.Kris Kennaway2003-08-162-3/+1
| | | | Notes: svn path=/head/; revision=87045
* update to gzip-1.3.5Yen-Ming Lee2003-05-053-10/+27
| | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=80177
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76027
* Remove ftp.xemacs.org as a stale master_site.Edwin Groothuis2002-12-281-2/+1
| | | | | | | | Fix directory of ftp.carrier.kiev.ua Noticed by: portsurvey Notes: svn path=/head/; revision=71946
* Gzip (GNU zip) is a compression utility designed to be a replacementDirk Meyer2002-09-115-0/+63
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 Notes: svn path=/head/; revision=66134