Bug 218580 - security/heimdal 7.2 upgrade
Summary: security/heimdal 7.2 upgrade
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-12 06:14 UTC by dewayne
Modified: 2017-06-23 04:25 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dewayne 2017-04-12 06:14:18 UTC
Just quickly - modified the security/heimdal port as follows:

cd /usr/ports/security/heimdal
sh -c 'sed -e "/PORTVERSION/s/7.*/7.2.0/g" -e "/PORTREVISION/s/^/\#/1" Makefile'
rm files/patch-admin-Makefile.in	# Patch fully incorporate into upstream.
rm files/patch-doc__Makefile.in         # Fully incorporated
rm distinfo 
# fetch https://github.com/heimdal/heimdal/releases/download/heimdal-7.2.0/heimdal-7.2.0.tar.gz && mv heimdal-7.2.0.tar.gz /distfiles/
make makesum 
make clean package

which resulted in a clean package build on both i386 (using openssl) and amd64 (using libressl) FreeBSD11.0 Stable under clang4.0.

Hope it makes life a little easier :)
Comment 1 dewayne 2017-04-14 14:14:40 UTC
(In reply to dewayne from comment #0)
Heimdal 7.3.0, via 
fetch https://github.com/heimdal/heimdal/releases/download/heimdal-7.3.0/heimdal-7.3.0.tar.gz
also builds cleanly using the same adjustment in previous entry.
Comment 2 dewayne 2017-06-23 04:25:39 UTC
(In reply to dewayne from comment #1)
Heimdal was updated on 10th June addressing the CVE from April.
https://svnweb.freebsd.org/ports/head/security/heimdal/Makefile?r1=443103&r2=443115