similar to one in chromium, but the line is slightly different meaning
this didn't work quite right. Fixes build with ld.bfd (e.g. i386 until
we switch to lld). ok robert@
ld.bfd, it seems to pick up gcc by default, so tell it
to use whatever is set in CC, OBJC, etc.
no bump since it only affected amd64 and i386, but there it
was broken after recent change.
This unbreaks games/oolite
no bump since this is no change for the ports that picked it
up properly.
Only add MAKE_FLAGS to pdfkit, since that is a bit special,
since it builds also parts of xpdf, and doesn't pick up the
MAKE_ENV
archives, and directories
ok sthen@
diffoscope will try to get to the bottom of what makes files or
directories different. It will recursively unpack archives of many kinds
and transform various binary formats into more human readable form to
compare them. It can compare two tarballs, ISO images, or PDF just as
easily.
It can be scripted through error codes, and a report can be produced
with the detected differences. The report can be text or HTML. When no
type of report has been selected, diffoscope defaults to write a text
report on the standard output.
diffoscope was initially started by the "reproducible builds" Debian
project and now being developed as part of the wider "Reproducible
Builds" initiative. It is meant to be able to quickly understand why two
builds of the same package produce different outputs. diffoscope was
previously named debbindiff.
While here install nginx.so in the dir perl's DynaLoader will look for.
ok robert@ (maintainer) phessler@, hints from our resident perl expert afresh1@
From bcallah@, help/guidance/ok from semarie@ and sthen@
python-magic is a module that uses ctypes to access the libmagic file
type identification library. It makes use of the local magic database
and supports both textual and MIME-type output.
Fixes for:
o CVE-2018-14629 (Unprivileged adding of CNAME record causing loop in
AD Internal DNS server)
o CVE-2018-16841 (Double-free in Samba AD DC KDC with PKINIT)
o CVE-2018-16851 (NULL pointer de-reference in Samba AD DC LDAP server)
o CVE-2018-16853 (Samba AD DC S4U2Self crash in experimental MIT
Kerberos configuration (unsupported))