This is a small update that fixes two security vulnerabilities,
CVE-2015-8366 and CVE-2015-8367.
Security: db04bf07-9cc8-11e5-8c2b-c335fa8985d7
Security: 6bc6eed2-9cca-11e5-8c2b-c335fa8985d7
MFH: 2015Q4
- Replace vendor Makefile with a virtual one based on bsd.prog.mk to
avoid too much patching despite simplicity
PR: 203137
Approved by: maintainer timeout (83 days)
Avoid config.h and DWM_CONF being out of sync. In case of update while
trying fix a build failure one may want to do |make clean| after
replacing a third-party patch in Makefile.local or files/ directory.
PR: 204658
Approved by: maintainer timeout (18 days)
The ports are intended to provide a stable base policy for
installations and upgrades, and is used by CFEngine 3.6 and newer.
The ports install the repository as examples which should be copied by
the user to the masterfiles directory (usually /var/cfengine/masterfiles).
The UET_Address attribute has been removed for gcc6. It was intended for
internal use only, but it wasn't used. Rather than apply this patch for
GCC6 only through the EXTRA_PATCHES mechanism, just unconditionally remove
the check regardless of gnat used to build it. (It should not make any
difference). No bump required.
r344123 broke it by replacing RUN_DEPENDS with PYQT4_RUN_DEPENDS. The latter
has no meaning, so the port stopped depending on all other PyQt4 ports.
MFH: 2015Q4
Add USE_PYTHON=concurrent and make the necessary adjustments:
- Stop setting DATADIR and DOCSDIR, they are taken care of by
USE_PYTHON=concurrent.
- Use Python's compileall module instead of py_compile so that Python 3
byte-code does not contain ${STAGEDIR}.
- Remove %%DATADIR%% from the plist, which was generated by py_compile.
PR: 203734
py-qt4-dbus is a wrapper for QtBus classes, while py-qt4-dbussupport
provides Qt event loop support for py-dbus.
devel/py-qt4-dbus:
- Remove dependency on devel/py-dbus.
devel/py-qt4-dbussupport:
- Update comment.
- Remove old CONFLICTS_INSTALL.
- Pull devel/py-dbus or devel/py3-dbus depending on Python version.
bsd.pyqt.mk:
- Update description for the py-qt4-dbussupport port.
The original commit is from makc@ and was made to kde@'s experimental area51
repository. I am landing it myself in preparation for other commits adding
support for PyQt5 and updating the existing ports.
- Add www/jetty9 to track the latest branch of Jetty
- Move www/jetty to www/jetty8
- Add LICENSE and fix RUN_DEPENDS in www/jetty8
www/jetty8 is officially EOL'd upstream but still seems to be in use.
PR: 204190
Submitted by: David Harrigan