Created attachment 200421 [details] handbrake-1.2.0.patch HandBrake 1.2.0 has been released. This version includes following features and changes. Runtime feature: - Backend library has been changed from libav to ffmpeg-4.1. Vulnerabilities of libav have been solved. - libx265 has been updated to 2.9. - Speex audio codec has been added for decode. Buildtime change: - Assembler has been changed from yasm to nasm. - Clang compiler has been supported. USE_GCC is omitted. We no longer need libc++ link option. - BUILD_DEPENDS on binutils have been omitted. Our ld(1) has --exclude-libs option on all supported versions of FreeBSD. - Configure script respects $(CC) envrionment variable. We no longer need to patch config.py. - Configure script looks up python2 from $PATH. We no longer need to fix shebang. - Provides port specific patches by $(CP). To avoid patch of patches. The attached `handbrake-1.2.0.patch` upgrades multimedia/handbrake port. Please apply to Ports tree. Thank you.
A commit references this bug: Author: riggs Date: Wed Dec 26 13:24:01 UTC 2018 New revision: 488386 URL: https://svnweb.freebsd.org/changeset/ports/488386 Log: Update to upstream version 1.2.0 Detailed maintainer log: - Runtime feature: - Backend library has been changed from libav to ffmpeg-4.1. Vulnerabilities of libav have been solved. - libx265 has been updated to 2.9. - Speex audio codec has been added for decode. - Buildtime change: - Assembler has been changed from yasm to nasm. - Clang compiler has been supported. USE_GCC is omitted. We no longer need libc++ link option. - BUILD_DEPENDS on binutils have been omitted. Our ld(1) has --exclude-libs option on all supported versions of FreeBSD. - Configure script respects $(CC) envrionment variable. We no longer need to patch config.py. - Configure script looks up python2 from $PATH. We no longer need to fix shebang. - Provides port specific patches by $(CP). To avoid patch of patches. PR: 234322 Submitted by: naito.yuichiro@gmail.com (maintainer) Changes: head/multimedia/handbrake/Makefile head/multimedia/handbrake/distinfo head/multimedia/handbrake/files/P00-freebsd-libavutil-x86-asm-h.patch head/multimedia/handbrake/files/P01-freebsd-ifo_types.h.patch head/multimedia/handbrake/files/patch-contrib_x265__10bit_module.defs head/multimedia/handbrake/files/patch-contrib_x265__12bit_module.defs head/multimedia/handbrake/files/patch-libhb_module.defs head/multimedia/handbrake/files/patch-libhb_nlmeans.c head/multimedia/handbrake/files/patch-make_configure.py head/multimedia/handbrake/files/patch-version.txt head/multimedia/handbrake/files/version.txt
A commit references this bug: Author: tijl Date: Wed Dec 26 16:05:00 UTC 2018 New revision: 488402 URL: https://svnweb.freebsd.org/changeset/ports/488402 Log: Update handbrake entries now that 1.2.0 has been released. PR: 234322 Submitted by: ?? ??? <naito.yuichiro@gmail.com> (maintainer) Changes: head/security/vuxml/vuln.xml
*** Bug 234323 has been marked as a duplicate of this bug. ***