Bug 79044 - [maintainer update] sysutils/portsnap
Summary: [maintainer update] sysutils/portsnap
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-20 09:10 UTC by Colin Percival
Modified: 2005-03-20 09:42 UTC (History)
0 users

See Also:


Attachments
portsnap.diff (4.41 KB, patch)
2005-03-20 09:10 UTC, Colin Percival
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Percival 2005-03-20 09:10:02 UTC
Update portsnap to version 0.9.  This brings the following changes:
 * SHA-256 has replaced SHA-1 as a hash function used for verifying the
integrity of the ports tree.
 * The RSA signature verification is now performed using OpenSSL rather
than "borrowing" code from FreeBSD Update.
 * In addition to distributing the ports tree, portsnap now also 
produces up-to-date INDEX, INDEX-4, and INDEX-5 files.
 * When fetching a series of patches, portsnap now prints a simple
progress indicator.

Note to users: Please read the UPDATING entry.

Fix: Patch is below; suggested commit log message is above.  Since portsnap
now depends upon sysutils/freebsd-sha256, please commit pr ports/79043
before committing this pr.
Comment 1 colin.percival 2005-03-20 09:12:48 UTC
Oops.  I just found a one-bit typo ("return 1" instead of
"return 0").  I've fixed it and re-rolled the distfile; the
MD5 hash is now 12dac9235af73a1f8a2fab076434e384.

Colin Percival
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2005-03-20 09:42:05 UTC
State Changed
From-To: open->closed

Committed, thanks!