Bug 210832 - security/afl: Update to 2.18b
Summary: security/afl: Update to 2.18b
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jason Unovitch
URL: http://lcamtuf.coredump.cx/afl/Change...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-07-05 05:07 UTC by Tobias Kortkamp
Modified: 2016-07-09 12:54 UTC (History)
1 user (show)

See Also:


Attachments
afl.diff (3.87 KB, patch)
2016-07-05 05:07 UTC, Tobias Kortkamp
tobik: maintainer-approval+
Details | Diff
afl.diff (4.53 KB, patch)
2016-07-08 11:45 UTC, Tobias Kortkamp
tobik: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!