notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: archivers/unzip/Makefile
SVNWeb

Number of commits found: 65

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  1ced9d2  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
archivers: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Albert Vernon <f3cun3c02@sneakemail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Kuehn <freebsd@nagilum.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 16 Jan 2020
[ 09:34 bapt search for other commits by this committer ] Original commit   Revision:523220 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
First pass at moving manpages to share/man for category a*
Sat, 25 May 2019
[ 15:31 tobik search for other commits by this committer ] Original commit   Revision:502580
archives/unzip: Spell CATEGORIES correctly
Tue, 5 Jan 2016
[ 13:08 ehaupt search for other commits by this committer ] Original commit   Revision:405286
Fix multiple vulnerabilities.

PR:		204413 (based on)
Notified by:	venture37@geeklan.co.uk
Security:	CVE-2015-7696, CVE-2015-7697
MFH:		2016Q1
Thu, 4 Jun 2015
[ 09:05 amdmi3 search for other commits by this committer ] Original commit   Revision:388501
- Add CPE info

Approved by:	portmgr blanket
Sat, 21 Feb 2015
[ 08:46 ehaupt search for other commits by this committer ] Original commit   Revision:379492
Remove the historic option INSTALL_AS_INFOUNZIP which would install the unzip
binary as info-unzip instead of unzip. Setting this options breaks ports such as
java/openjdk7. This could be fixed but the submitter an I don't see a good
reason why to keep this option.

PR:		197750
Submitted by:	amdmi3
Tue, 17 Feb 2015
[ 21:58 delphij search for other commits by this committer ] Original commit   Revision:379192
Apply fix for CVE-2015-1315 from Marc Deslauriers
<marc.deslauriers@canonical.com>.

MFH:		2015Q1
Approved by:	so
Tue, 3 Feb 2015
[ 22:37 delphij search for other commits by this committer ] Original commit   Revision:378382
Apply Debian patch for CVE-2014-9636 which fixes out of
boundary access issue in test_compr_eb.

PR:		ports/197300
Submitted by:	Robert Simmons <rsimmons0 gmail com>
Approved by:	so
Security:	e543c6f8-abf2-11e4-8ac7-d050992ecde8
MFH:		2015Q1
Fri, 16 Jan 2015
[ 09:11 ehaupt search for other commits by this committer ] Original commit   Revision:377158
Add patch to fix multiple vulnerabilities.

Obtained from:	debian
Security:	d9360908-9d52-11e4-87fd-10bf48e1088e (VuXML)
Fri, 15 Aug 2014
[ 10:11 marino search for other commits by this committer ] Original commit   Revision:364956 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Merge 4 unzip slave ports into archivers/unzip as non-default options

It is practically impossible to use any of the unzip slave ports.  This
is because archivers/unzip is used by the ports infrastruction (via
USES=zip, USES=zip:infozip) and each slave port conflicts with it.
If you install the slave port first, then the port infrastructure can't
install archivers/unzip (although if attempted, the extracts dependency
might be satisfied by the slave port so it might actually work).

In any case, this change:
  * Adds "iconv" support as an non-default option
  * Add a localization group that can have zero or one selection
  * That group contains Chinese, Korean, or Russian support
  * WITH_UNZIP_UNREDUCE support was removed (I'm not sure it even worked)
  * Makefile was simplified (several loops removed)
  * Removes unzip-iconv, Chinese, Korean, Russian slave ports

PR:		190349
Reported by:	Mikhail Rokhin
Unzip overhaul:	marino
Approved by:	maintainer (ehaupt@)
Wed, 12 Feb 2014
[ 19:23 ehaupt search for other commits by this committer ] Original commit   Revision:343962
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Thu, 26 Dec 2013
[ 16:44 bapt search for other commits by this committer ] Original commit   Revision:337551
Rename MAN1 to MANPAGES to avoid triggering the sanity check
Fri, 29 Nov 2013
[ 09:54 ehaupt search for other commits by this committer ] Original commit   Revision:335157
- Quiesce portlint
- Define DOCS
- Support staging

PR:		184366
Submitted by:	Takefu <takefu@airport.fm>
Mon, 28 Oct 2013
[ 13:26 ehaupt search for other commits by this committer ] Original commit   Revision:331852
Support staging.
Fri, 20 Sep 2013
[ 13:11 bapt search for other commits by this committer ] Original commit   Revision:327699 (Only the first 10 of 221 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
Wed, 4 Sep 2013
[ 18:06 madpilot search for other commits by this committer ] Original commit   Revision:326307 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Mon, 8 Jul 2013
[ 18:42 ehaupt search for other commits by this committer ] Original commit   Revision:322530 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
  It accidentally slipped in during the original introduction
- Trim header
Sat, 27 Apr 2013
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:316654 (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Sat, 2 Mar 2013
[ 03:55 eadler search for other commits by this committer ] Original commit   Revision:313182 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.

Approved by:	portmgr (tabthorpe)
Wed, 25 Jul 2012
[ 06:32 cs search for other commits by this committer ] Original commit  (Only the first 10 of 125 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT
Tue, 15 May 2012
[ 06:37 ehaupt search for other commits by this committer ] Original commit 
Respect STRIP (eg. if WITH_DEBUG is defined)

PR:             167816
Submitted by:   Jan Beich <jbeich@tormail.org>
Tue, 30 Aug 2011
[ 08:11 ehaupt search for other commits by this committer ] Original commit 
Take maintainership
[ 07:14 ache search for other commits by this committer ] Original commit 
Remove myself from MAINTAINER
Fri, 6 May 2011
[ 13:33 tota search for other commits by this committer ] Original commit 
- Set CONFLICTS with unzip-iconv [1]
  * Forget to commit on 2011-05-04 23:36:34 UTC
- Bump PORTREVISION

PR:             ports/152006 [1]
Submitted by:   KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org> [1]
Fri, 25 Mar 2011
[ 18:47 ache search for other commits by this committer ] Original commit 
- add LICENSE_FILE
- whitespace cleanup
- add CONFLICTS

PR:             155926
Submitted by:   Takefu <takefu@airport.fm>
Mon, 20 Sep 2010
[ 06:14 ache search for other commits by this committer ] Original commit 
Add optional (WITH_ICONV) patch to convert between local and OEM charsets.

PR:             150699
Submitted by:   KOMATSU Shinichiro <koma2@lovepeers.org>
Fri, 6 Nov 2009
[ 05:18 ache search for other commits by this committer ] Original commit 
For unknown reason bsd.port.mk's eval dislike ( and ) in the path, when
MASTER_SITE_BACKUP with ${MASTER_SITES:S/%SUBDIR%/${MASTER_SITE_SUBDIR}/}
at the end and MASTER_SITE_OVERRIDE ?= ${MASTER_SITE_BACKUP} are used
together in /etc/make.conf.

So, use simple workaround: replace ( and ) by their URL-encoded %-codes.

(There is the bug in that area still remains, but not fatal:
the combination above don't understand properly ending :tags sometimes
and tries mass fetching with ending :tags unstripped.
Someone should look at that whole bsd.ports.mk/bsd.sites.mk mess)

While I am here, slightly rearrange ending :tags.
Mon, 26 Oct 2009
[ 15:40 ache search for other commits by this committer ] Original commit 
Remove -DUNICODE_WCHAR, too early
[ 13:27 ache search for other commits by this committer ] Original commit 
Upgrade to 6.0

PR:             139971
Sat, 22 Aug 2009
[ 00:13 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with A
Sat, 7 Feb 2009
[ 18:39 ache search for other commits by this committer ] Original commit 
Fix missing quote in prev change

PR:             131283
Submitted by:   Dmitry <dmitry2006@yandex.ru>
Thu, 1 Jan 2009
[ 03:52 obrien search for other commits by this committer ] Original commit 
Set INSTALL_AS_INFOUNZIP=yes to install as ${PREFIX}/bin/info-unzip.

Approved by:    ache
Sun, 3 Aug 2008
[ 03:40 ache search for other commits by this committer ] Original commit 
Switch to SF master
Fri, 25 Jul 2008
[ 09:08 pav search for other commits by this committer ] Original commit  (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Thu, 3 Apr 2008
[ 21:43 ache search for other commits by this committer ] Original commit 
Honor CC
Reorganize LOCAL_UNZIP

PR:             122389
Submitted by:   Frank Fenor <frank@fenor.de> (CC part)
Wed, 2 Apr 2008
[ 15:08 ache search for other commits by this committer ] Original commit 
USE_UNSHRINK becomes default long time ago, remove it
[ 15:04 ache search for other commits by this committer ] Original commit 
Security fixes adopted/reimplemented from Debian:
CVE-2008-0888, CVE-2005-4667, CAN-2005-2475
Enable ACORN_FTYPE_NFS and WILD_STOP_AT_DIR options

PR:             122367
Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Thu, 8 Feb 2007
[ 18:35 ache search for other commits by this committer ] Original commit 
Make it work with files >2Gb in archives

PR:             108799
Submitted by:   "George L. Yermulnik" <yz@yz.kiev.ua>
Wed, 23 Aug 2006
[ 06:34 ache search for other commits by this committer ] Original commit 
TARGETDIR -> PREFIX
Sat, 12 Aug 2006
[ 13:11 ache search for other commits by this committer ] Original commit 
- Respect DESTDIR
- Eliminate plist

PR:             101816
Submitted by:   gabor
Fri, 28 Jul 2006
[ 14:42 sat search for other commits by this committer ] Original commit 
- Rid the tree of double slashes in URL paths
Fri, 9 Sep 2005
[ 18:33 ache search for other commits by this committer ] Original commit 
unzip TOCTOU file-permissions vulnerability
(submitted patch slightly modified)

PR:     85920
Submitted by:   Marcus Alves Grando <marcus@corp.grupos.com.br>
Tue, 1 Mar 2005
[ 20:24 ache search for other commits by this committer ] Original commit 
Upgdrade to Feb 28 version
[ 05:09 ache search for other commits by this committer ] Original commit 
Upgrade to 5.52

PR:             78200
Mon, 6 Dec 2004
[ 11:48 krion search for other commits by this committer ] Original commit 
Portlint(1)
Wed, 26 May 2004
[ 17:57 ache search for other commits by this committer ] Original commit 
Upgrade to 5.51
Wed, 21 Jan 2004
[ 08:20 ache search for other commits by this committer ] Original commit 
Fix WITH_UNZIP_UNREDUCE case

Submitted by:   nork
Fri, 16 Jan 2004
[ 01:30 ache search for other commits by this committer ] Original commit 
Fix plist construction and silence portlint

PR:             61366
Submitted by:   Matthias Andree <matthias.andree@gmx.de>
Sun, 26 Oct 2003
[ 22:57 kris search for other commits by this committer ] Original commit 
portlint (DISTFILES -> DISTNAME,EXTRACT_SUFX; silence possible errors from
@unexec)
[ 21:58 kris search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
portlint (fix whitespace)
Sat, 25 Oct 2003
[ 20:03 ache search for other commits by this committer ] Original commit 
Fixes to make slave ports happy

PR:             58268
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Tue, 29 Jul 2003
[ 03:41 ache search for other commits by this committer ] Original commit 
Use better ../ & control vulnerability fix

Submitted by:   ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
Mon, 28 Jul 2003
[ 14:43 ache search for other commits by this committer ] Original commit 
Close vulnerability with control char between two dots.
Allow 255 char in file names.
Fri, 7 Mar 2003
[ 05:55 ade search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Sat, 14 Sep 2002
[ 13:32 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
Wed, 8 May 2002
[ 05:21 ache search for other commits by this committer ] Original commit 
Upgrade to 5.50
Fri, 10 Aug 2001
[ 14:53 ache search for other commits by this committer ] Original commit 
DISTDIR -> _DISTDIR    
[ 14:39 ache search for other commits by this committer ] Original commit 
Replace dead master sites   Add WITH_UNZIP_UNREDUCE option    
Tue, 20 Feb 2001
[ 18:52 ache search for other commits by this committer ] Original commit 
Add mirrors    
Wed, 14 Feb 2001
[ 05:43 lioux search for other commits by this committer ] Original commit  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
typo clean up police: \s -> \t    
Wed, 7 Feb 2001
[ 18:48 ache search for other commits by this committer ] Original commit 
Upgrade to 5.42    
Mon, 1 Jan 2001
[ 10:15 will search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
Goodbye, YEAR2000.  Hello, 2001.    
Wed, 31 May 2000
[ 11:14 sobomax search for other commits by this committer ] Original commit 
From Kato's PR:   - Support CFLAGS/ARCH properly   - Support NOPORTDOCS    

Number of commits found: 65