Changelog:
* Fix issue where a window/icon could not be clicked or otherwise
manipulated.
* Fix an issue where on some Intel graphics cards when exiting the screen
turned garbled and would blink really badly.
* Bonus fix: spawn_position to actually do what it is supposed to do.
Approved by: kwm (mentor)
BUG FIXES:
- Fix for VU#624931 CVE-2012-2978: NSD denial of service
vulnerability from non-standard DNS packet from any host
on the internet.
PR: ports/170001
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Security: CVE-2012-2978
The referenced PR contains a fix that bumps PORTREVISION, so the entry will
not match fixed versions.
PR: ports/170024
Obtained from: http://www.nlnetlabs.nl/downloads/CVE-2012-2978.txt
Security: CVE-2012-2978
- not bumping PORTREVISION because it was broken in this case anyway
PR: 169990
Submitted by: Hiroto Kagotani <hiroto.kagotani at gmail dot com> (maintainer)
BUILD_DEPENDS= p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser
USE_PERL5_BUILD= yes
Without the latter, and without Perl installed, I get this in configure:
checking for perl... no
configure: error: perl not found
Without the former I get this, still in configure:
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
- Add a note to pkg-message about the problem of not seeing
the PyDev perspective
- Bump PORTREVISION
- Remove PLIST_SUB
- Add SUB_LIST, SUB_FILES (for pkg-install)
- Use a different (and ugly) way to update the bundles.info
file of Eclipse, and make pointyhat happy(http://goo.gl/LVKpz )
(post-install target) [1]
- Add an @unexec command to pkg-plist to remove any reference
to PyDev in bundles.info when you uninstall the package
(add-plist-post target)
Buildlog: http://goo.gl/B18L5
Reported by: pointyhat (via erwin, and beat) [1]
http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg01626.html
- Rename CLANG workaround knob to CLANG_HACK to avoid it being
inadvertently triggered by WITH_CLANG in make.conf etc.
- Change USE_BZIP2=yes to EXTRACT_SUFX=.tar.bz2 because the
1.1.1 distfile is in fact compressed with gzip not bzip2 despite
the extension.
- Add preliminary arm-bsd-user support, this still will only run
very simple executables like a static echo (the same as the rest
of the bsd-user targets) due to lots of syscall handling still
missing. Help welcome there! :)
This work was started by bapt and cognet, I fixed syscall arg
passing (only the first four are passed in registers, the rest
on the stack) as well as errno and carry handling at syscall
return among other things and cleaned up cognet's version a bit.
(The OpenBSD case is untested and probably wrong.) [1]
Some notes in this post:
http://lists.freebsd.org/pipermail/freebsd-emulation/2012-July/009901.html
Submitted by: cognet [1] (initial version of the patch)
using the excellent pygame libraries.
Current games are:
SpaceWarpy is a conversion of the original classic game Spacewar!.
Vektoroids is loosely based on the arcade classic Asteroids.
WWW: http://www.anti-particle.com/old/pycadia.shtml
PR: ports/168113
Submitted by: nemysis@gmx.ch