FreeBSD ports you maintain which are out of date

2018-09-10 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/pyt...@freebsd.org.html


Port| Current version | New version
+-+
textproc/py-toml| 0.9.4   | 0.9.5
+-+
www/moinmoin| 1.9.9   | 1.9.10
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 227939] devel/boost-python-libs vs ctypes.util.find_library

2018-09-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227939

--- Comment #9 from Wiktor Niesiobedzki  ---
(In reply to Jan Beich from comment #6)
> For one, find_library() works fine on CentOS 7 without .so.X.Y.Z -> .so.X 
> symlink.

Probably because find_library has another strategy available on Linux -
invoking gcc in trace mode and extracting library path from there.

Maybe it's the way to go to implement the same behaviour for FreeBSD (though
use clang instead of gcc).

For libraries that do not provide ABI compatibility, either they need to
install .so.XYZ link to satisfy ldconfig requirements or ldconfig needs to be
fixed to look for so.X.Y.Z. Security note in ldconfig(8) man page specifies
that library is missing from hints file it will not be loaded by setuid binary.
So if I'll have setuid binary linked with boost-python it will fail to run, as
the linker will refuse to load boost-python as non-safe lib?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"