Bug 210832

Summary: security/afl: Update to 2.18b
Product: Ports & Packages Reporter: Tobias Kortkamp <tobik>
Component: Individual Port(s)Assignee: Jason Unovitch <junovitch>
Status: Closed FIXED    
Severity: Affects Only Me CC: junovitch
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: http://lcamtuf.coredump.cx/afl/ChangeLog.txt
Attachments:
Description Flags
afl.diff
tobik: maintainer-approval+
afl.diff tobik: maintainer-approval+

Description Tobias Kortkamp freebsd_committer freebsd_triage 2016-07-05 05:07:42 UTC
Created attachment 172125 [details]
afl.diff
Comment 1 Jason Unovitch freebsd_committer freebsd_triage 2016-07-08 02:07:55 UTC
This actually fails out at the end of the build on 10.2 i386.

....
if [ -f afl-llvm-rt-32.o ]; then set -e; install  -s -m 555 afl-llvm-rt-32.o ${DESTDIR}/usr/local/lib/afl; fi
if [ -f afl-llvm-rt-64.o ]; then set -e; install  -s -m 555 afl-llvm-rt-64.o ${DESTDIR}/usr/local/lib/afl; fi
strip: /wrkdirs/usr/ports/security/afl/work/stage/usr/local/lib/afl/afl-llvm-rt-64.o: File format not recognized
install: wait: No such file or directory
gmake[1]: *** [Makefile:129: install] Error 70
gmake[1]: Leaving directory '/wrkdirs/usr/ports/security/afl/work/afl-2.18b'
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2016-07-08 11:45:52 UTC
Created attachment 172236 [details]
afl.diff

This should fix it.  I also updated the port to 2.19b.

I dropped the b suffix from PORTVERSION and moved it to DISTVERSIONSUFFIX in the hope that portscout will be able to better handle afl.  I get informed daily in my portscout RSS feed that a new update for afl has been found for the same version.  Only once for other ports.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-07-09 12:52:56 UTC
A commit references this bug:

Author: junovitch
Date: Sat Jul  9 12:52:41 UTC 2016
New revision: 418275
URL: https://svnweb.freebsd.org/changeset/ports/418275

Log:
  security/afl: update 2.07b -> 2.19b

  PR:		210832
  Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)

Changes:
  head/security/afl/Makefile
  head/security/afl/distinfo
  head/security/afl/files/patch-Makefile
  head/security/afl/files/patch-llvm__mode_afl-clang-fast.c
  head/security/afl/pkg-plist
Comment 4 Jason Unovitch freebsd_committer freebsd_triage 2016-07-09 12:54:30 UTC
(In reply to Tobias Kortkamp from comment #2)
Committed. Thank you Tobias!