summaryrefslogtreecommitdiffstats
path: root/usr.sbin/portsnap/portsnap/portsnap.sh
Commit message (Expand)AuthorAgeFilesLines
* Fix bspatch heap overflow vulnerability. [SA-16:29]delphij2016-10-101-4/+11
* MFC r264740:delphij2014-05-091-1/+1
* Fix bug in deleting files: If two ports had the same tarball and one ofcperciva2013-07-111-2/+2
* Make 'portsnap alfred' overwrite ports tree if it's not created by adelphij2013-06-071-1/+1
* Change progress indicator for downloading patches.alfred2012-12-131-2/+26
* Avoid changing IFS in a global context as this can sometimes causeeadler2012-10-241-7/+8
* Add interactive option to override portsnap's automagical detection ofeadler2012-08-051-3/+17
* make it easier for users used to a VCS that allows up to be a shortcuteadler2012-05-091-0/+3
* Fix spelling of extract.alfred2011-11-131-2/+2
* Utilize shell's IFS instead of forking ~6 processes toalfred2011-11-131-48/+70
* portsnap: Detect error immediately if we can't fetch the snapshot metadata.jilles2011-10-041-3/+3
* Add --numeric-owner to tar extract operations in portsnap.simon2010-12-191-5/+5
* Add undocumented 'portsnap alfred' command, which runs (fetch|cron)cperciva2009-12-301-1/+17
* Add support for specifying which INDEX files to build via portsnap.conf.cperciva2008-05-171-4/+16
* When generating ports INDEX files from downloaded "describes" data, buildcperciva2007-08-021-0/+1
* Set LC_ALL=C in order to avoid problems with character ranges andcperciva2006-10-211-0/+3
* Use some features of sh(1) which I didn't know about until today ("read"cperciva2006-05-301-5/+2
* Add a mechanism for constructing INDEX files which include local ports.cperciva2006-05-131-2/+13
* Use 'rm -rf foo/bar' to remove a port instead of 'rm -rf foo/bar/'.cperciva2006-05-121-3/+6
* Allow the HTTP_PROXY environment variable to be (mis)spelled ascperciva2006-05-051-2/+2
* Fix the test for whether ${HTTP_PROXY} is set -- I got it backwards.cperciva2006-05-051-1/+1
* Remove two lines of debugging which I forgot to remove before the lastcperciva2006-05-031-2/+0
* The approach portsnap uses of "pick a random HTTP mirror" doesn'tcperciva2006-05-031-3/+16
* Instead of selecting a mirror and failing if it is inaccessible, keepcperciva2006-05-031-25/+50
* Teach portsnap to parse the output of the host(1) in BIND 8 as well ascperciva2006-05-021-3/+7
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+1
* Remove trailing dot from the servername in the serverlist to be ableume2006-03-071-1/+1
* Replace "fetch" with "fetch -r" when downloading the initial ~38MBcperciva2006-01-221-2/+1
* Make "portsnap extract" automatically create ${PORTSDIR} if necessarycperciva2006-01-061-2/+6
* Portsnap uses host(1) to search for mirrors, but this is only availablecperciva2005-09-151-0/+6
* Fix typo: ${PORTDIR} -> ${PORTSDIR}.cperciva2005-09-111-1/+1
* Fix typo: Cowarly -> Cowardly.cperciva2005-09-071-1/+1
* Teach portsnap how to ignore unwanted parts of the ports tree. A linecperciva2005-09-061-6/+66
* Spell "cmp > /dev/null" as "cmp -s".cperciva2005-08-141-1/+1
* Correctly exit from extract_run() and update_run() if files needed arecperciva2005-08-131-4/+9
* Allow multiple commands to be specified on a single command line, e.g.,cperciva2005-08-131-6/+10
* Fix the progress statistics code by printing the right variable. Icperciva2005-08-131-1/+1
* When using cmp(1) to determine if the ports tree is already up to date,cperciva2005-08-121-1/+2
* If the ports tree is already up to date when we run `portsnap update`,cperciva2005-08-111-0/+5
* Add a missing EOL when printing "Latest snapshot on server is oldercperciva2005-08-091-5/+7
* Add portsnap to the base system. This is a secure, easy to use,cperciva2005-08-081-0/+901
OpenPOWER on IntegriCloud