summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-03Revert previous, unintended and incomplete.wiz2-6/+6
2015-01-03Update to 1.4.5. All pkgsrc patches were integrated :-)wiz20-124/+48
GStreamer core: * 736969 : queue2: dead lock when buffering * 738092 : basesink: clamp reported position based on direction * 740001 : task: race condition when pausing and stopping GStreamer Plugins Base: * 741420 : video pools: should update size in configuration after applying alignment * 715050 : add typefinder for audio/x-audible * 739544 : tcp: Add test and fix memory leak in tcp elements * 739840 : typefind should recognize Apple Core Audio Format (CAF) * 740556 : videodecoder: don't complain when DTS != PTS on keyframes * 740675 : playsink: continues playback, reset mute property * 740730 : rtspconnection: don't remove child source if parent source is already destroyed * 740853 : audiodecoder: Push pending events before sending EOS. * 740952 : alsa: NetBSD fixes * 741045 : audiorate can can lose timestamp precision in some cases * 741198 : playbin: leaks GstPads GStreamer Plugins Good: * 711437 : apev2mux: should not put APEv2 tags at beginning of WavPack files * 726194 : v4l2src does not cope well when a capture card is sometimes interlaced, sometimes progressive at the same resolution * 736397 : flvdemux: Per-stream resyncing behavior causes A/V-desyncs * 737603 : v4l2bufferpool: set buffer interlace flags when field is V4L2_FIELD_INTERLACED * 739476 : vpx: fails to build against libvpx from git * 739722 : matroskamux: Thread safe register GstMatroskamuxPad * 739789 : v4l2allocator: fix error message if allocator is already active * 739791 : v4l2bufferpool: unref pool when v4l2_allocator_new() fails * 739792 : v4l2allocator: fix gst_v4l2_allocator_stop prototype * 739996 : videomixer: Drops a lot of frames, if one of the sources is live * 740040 : v4l2src: Fails in presence of V4L2_BUF_FLAG_ERROR * 740392 : rtspsrc: mikey base64 decoded key-mgmt leak * 740407 : qtmux limits capture to 4096x4096 * 740633 : v4l2src: RW io-mode is broken * 740636 : v4l2src: framerate is not always set on driver * 740671 : aspectratiocrop: crop needs to be reset when video size changes * 740905 : v4l2: still has 1 include to linux/videodev.h * 741271 : rtph264pay: Buffer leak in H.264 payloader when using SPS/PPS * 741381 : rtph264pay: Race condition may cause crash when going from PAUSED- > READY * 741407 : deinterlace: in query_caps return only supported formats if filter is interlaced * 737579 : v4l2object: set colorspace for output devices * 739754 : v4l2bufferpool: Should validate that all memories are writeable before queueing back GStreamer Plugins Bad: * 722764 : rawparse: fix SEEKING query handling * 729768 : mpegtsbase: Raise limit to read more bytes initially to find PCR * 739152 : gl/cocoa: build with GNUStep fails * 740191 : dvbbasesink: segfaults on 32-bit (rpi) * 740201 : gl/cocoa: Does not compile on OSX < 10.7 anymore * 740451 : srtpdec: leaks rtp/rtcp sink events * 740953 : configure.ac: unportable test(1) comparison operator * 741321 : opusparse: fix header parsing esp. of encoded output of libopus GStreamer RTSP Server: * 739481 : rtsp-stream: leaks srtp decoder when leaving rtpbin
2015-01-03update one teeny version to the version with the fix forspz3-10/+10
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769901
2015-01-03Updated www/py-djangocms-admin-style to 0.2.5; ↵adam1-1/+3
www/py-djangocms-text-ckeditor to 2.4.3
2015-01-03Updated www/apache-tomcat6 to 6.0.43ryoon1-1/+2
2015-01-03Update to 6.0.43ryoon2-6/+6
Changelog: # Tomcat 6.0.43 (markt) ## Catalina * fix Assert that mapping result object is empty before performing mapping work in Mapper. (kkolinko) ## Coyote * fix 53952: Add support for TLSv1.1 and TLSv1.2 for APR connector. Based upon a patch by Marcel Šebek. (schultz/jfclere) * fix 56780: Enable Tomcat to start when using SSL with an IBM JRE in strict SP800-131a mode. (markt/kkolinko) * fix 57102: Fix bug that meant sslEnabledProtocols setting was not recognised for the HTTPS NIO connector. (markt) * add Disable SSLv3 by default for the APR/native HTTPS connector. (markt/schultz) * fix Do not increase remaining counter at end of stream in IdentityInputFilter. (kkolinko) * fix Disable SSLv3 by default (along with SSLv2 which was already disabled by default) in light of the recently announced POODLE vulnerability (CVE-2014-3566). (markt) * fix 57116: Do not fallback to default protocol list for HTTPS BIO connector if sslEnabledProtocols has no matches. (markt) * update Align calculation of default ciphers and default protocols for JSSE HTTPS connectors with Tomcat 7 which allows for per connector defaults based on the choice of sslProtocol. (markt/kkolinko) ## Web applications * fix Configure the Javadoc tool to read sources as ISO-8859-1, suppress timestamp comments and enable charset header. (kkolinko) * fix Correct typos in configuration samples on SSL Configuration page of Tomcat documentation. (kkolinko) ## Other * update 56079: The Apache Tomcat Windows service and the Apache Tomcat Windows service monitor application are now digitally signed. (markt/kkolinko) * update 56988: Allow to use relative path in base.path setting when building Tomcat. (kkolinko) fix Update documentation: the minimum version of Apache Ant required to build Tomcat is 1.8.0. (kkolinko) * update 56596: Update to Tomcat Native Library version 1.1.32 to pick up the Windows binaries that are based on OpenSSL 1.0.1j and APR 1.5.1. (markt) * fix Fix timestamps in Tomcat build to use 24-hour instead of 12-hour format and use UTC timezone. (kkolinko) # Tomcat 6.0.42 (jfclere) not released ## Catalina * fix 56600: In WebdavServlet: Do not waste time generating response for broken PROPFIND request. (kkolinko) * fix 56648: Reduce scope of synchronization when adding children to a container (e.g. adding a Context to a Host) to prevent blocking requests to other children while the new child starts. (markt) * fix 56684: Ensure that Tomcat does not shut down if the socket waiting for the shutdown command experiences a SocketTimeoutException. (markt) ## Coyote fix Various improvements to ChunkedInputFilter including clean-up, i18n for error messages and adding an error flag to allow subsequent attempts at reading after an error to fail fast. (markt) fix 56661: Support using AJP request attribute AJP_LOCAL_ADDR to fix getLocalAddr(). (rjung) ## Jasper * fix 43001: Enable the JspC Ant task to set the JspC option mappedFile. (kkolinko) * fix 56334: Fix a regression in EL parsing when quoted string follows a whitespace. (markt) * fix 56560: Fix NoClassDefFoundError when using Jasper Ant task defined by catalina-tasks.xml file. Patch provided by M Gemmell. (kkolinko) * fix 56561: Avoid NoSuchElementException while handling attributes with empty string value. (violetagg) * fix 56612: Correctly parse consecutive escaped single quotes when used in an EL expression. (markt) * code Use if { ... } else if { ... } rather than multiple if { ... } for alternative branches in the JSP parser. (kkolinko) * fix Fix a potential resource leak in JDTCompiler when checking wether a resource is a package. Reported by Coverity Scan. (fschumacher) ## Other * fix 56606: When creating tomcat-users.xml in the Windows Installer, use the new attribute name for the name of the user. (markt) * add 56829: Add the ability for users to define their own values for _RUNJAVA and _RUNJDB environment variables. Be more strict with executable filename on Windows (s/java/java.exe/). Based on a patch by Neeme Praks. (markt/kkolinko)
2015-01-03Changes 0.2.5:adam3-7/+88
Bug fixes.
2015-01-03Changes 2.4.3:adam3-7/+9
Bug fixes.
2015-01-03Add lost sphinxsearch hashes, make sure they are not lost next time.fhajny4-6/+12
2015-01-03Updated security/py-cryptography to 0.7.1wiz2-3/+3
2015-01-03Update to 0.7.1:wiz9-59/+85
0.7.1 - 2014-12-28 ~~~~~~~~~~~~~~~~~~ * Fixed an issue preventing compilation on platforms where ``OPENSSL_NO_SSL3`` was defined. 0.7 - 2014-12-17 ~~~~~~~~~~~~~~~~ * Cryptography has been relicensed from the Apache Software License, Version 2.0, to being available under *either* the Apache Software License, Version 2.0, or the BSD license. * Added key-rotation support to :doc:`Fernet </fernet>` with :class:`~cryptography.fernet.MultiFernet`. * More bit-lengths are now support for ``p`` and ``q`` when loading DSA keys from numbers. * Added :class:`~cryptography.hazmat.primitives.interfaces.MACContext` as a common interface for CMAC and HMAC and deprecated :class:`~cryptography.hazmat.primitives.interfaces.CMACContext`. * Added support for encoding and decoding :rfc:`6979` signatures in :doc:`/hazmat/primitives/asymmetric/utils`. * Added :func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key` to support the loading of OpenSSH public keys (:rfc:`4253`). Only RSA and DSA keys are currently supported. * Added initial support for X.509 certificate parsing. See the :doc:`X.509 documentation</x509>` for more information.
2015-01-03Updated graphics/py-Pillow to 2.7.0; www/py-django to 1.7.2adam2-3/+4
2015-01-03Django 1.7.2 fixes several bugs in 1.7.1.adam6-280/+764
Additionally, Django’s vendored version of six, django.utils.six, has been upgraded to the latest release (1.9.0).
2015-01-03Changes 2.7.0:adam2-6/+6
Fixes potential denial of service attacks using compressed text chunks.
2015-01-03Updated games/sl to 5.02wiz1-1/+2
2015-01-03Update to 5.02:wiz4-57/+16
SL(1) 5.02 Release includes several fixes for compiler warnings, indentation, typos, etc. Based on patch in PR 49531 in Jonathan Buschmann.
2015-01-03updated net/arp-scan to 1.9schwarz5-32/+15
2015-01-03updated net/arping to 2.14schwarz3-7/+8
2015-01-03Removed mail/libspf-alt.mef1-1/+2
2015-01-03 This version of gnuradio-trellis searches command xmlto and if found,mef2-2/+6
html/gr-trellis.html is installed in share/doc/gnuradio-${PKGVERSION}. There doesn't seem the way to disable this behavior. So add always- dependency to textproc/xmlto. Thanks gdt@ for the report. PKGREVISION++ (binary is different).
2015-01-03Removing mail/libspf-altmef7-140/+1
(1) Info from FreeBSD, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=128322 says | mail/libspf-alt has been superceded by mail/libspf2 a long time ago (2) No objection was answered to my removing proposal at pkgsrc-users@ (2014/12/23 06:57) (3) finddepends reports nothing (other than self buildlink3.mk) Thank you,
2015-01-03Fix freeze in audio callback on close.nat3-13/+25
Bump PKGREVISION. This commit was approved by wiz@.
2015-01-03Updated net/youtube-dl to 20150102wiz1-1/+2
2015-01-03Update to 2015.01.02. The usual updates.wiz2-6/+6
2015-01-03Updated x11/libdrm to 2.4.58nb2wiz1-1/+2
2015-01-03Remove code for DRM_IOCTL_MMAP hack.wiz4-58/+7
Never needed on NetBSD-5 and -6; and chuq improved mmap in NetBSD-7 and -current, so it's not needed there any longer either. Confirmed by mrg. Bump PKGREVISION.
2015-01-03+ calibre-2.15.0, gnucash-docs-2.6.5.wiz1-2/+3
2015-01-03Updated devel/py-mercurial to 3.2.4wiz1-1/+2
2015-01-03Update to 3.2.4:wiz2-6/+6
This is a regularly-scheduled bugfix release. demandimport: blacklist distutils.msvc9compiler (issue4475) largefiles: backout f72d73937853 - linear updates handle m -> a differently largefiles: fix a spurious missing file warning with 'remove -A' (issue4053) largefiles: fix a spurious missing file warning with forget (issue4053) largefiles: introduce the 'composelargefilematcher()' method largefiles: mark lfile as added in lfdirstate when the standin is added sshpeer: more thorough shell quoting
2015-01-03Correction to category: printer/cups ==> print/cupsdarcy1-2/+2
2015-01-03Systematize use of -m32 and NOT_FOR_PLATFORM.dholland1-6/+9
2015-01-03Added audio/shine version 3.1.0wiz1-1/+2
2015-01-03+ shine.wiz1-1/+2
2015-01-03Import shine-3.1.0 as audio/shine.wiz4-0/+33
shine is a blazing fast mp3 encoding library implemented in fixed-point arithmetic. The library can thus be used to performe super fast mp3 encoding on architectures without a FPU, such as `armel`, etc.. It is also, however, also super fast on architectures with a FPU!
2015-01-03Added devel/py-flake8 version 2.2.5wiz1-1/+2
2015-01-03+ py-flake8, py-mccabe.wiz1-1/+3
2015-01-03Import py34-flake8-2.2.5 as devel/py-flake8.wiz5-0/+79
Flake8 is a wrapper around these tools: * PyFlakes * pep8 * Ned Batchelder's McCabe script Flake8 runs all the tools by launching the single flake8 script. It displays the warnings in a per-file, merged output.
2015-01-03Added devel/py-mccabe version 0.3wiz1-1/+2
2015-01-03Import py34-mccabe-0.3 as devel/py-mccabe.wiz4-0/+32
Ned's script to check McCabe complexity. This module provides a plugin for flake8, the Python code checker.
2015-01-02Patch around problem in configure script directly, using a patchwiz3-7/+22
from uwe in PR 49522. Remove autoconf dependency.
2015-01-02+ gettext-0.19.4, gworkspace-0.9.3.wiz1-2/+3
2015-01-02Mention pkgviews support. Remove duplicate mame entry.wiz1-2/+2
2015-01-02Updated x11/xterm to 314wiz2-4/+4
2015-01-02Update to 314:wiz2-6/+6
Patch #314 - 2014/12/28 fix a minor bug in the termcap-specific version of resize when the lines or columns values are at the very end of an incomplete termcap string (prompted by coverity report). improve paste64 feature (report by Olaf Rogalsky) add configure option --with-man2html to allow an alternative to groff's man/html conversion. review and modify resource-settings which can be set via control sequences, etc. change passedPty from fixed-length to allocated to ensure that it is long enough to hold the -S option value (report by Ben Longbons). improve ReGIS graphics initialization (Ross Combs):
2015-01-02Updated emulators/mame to 0.157wiz1-1/+2
2015-01-02Updated emulators/mess to 0.157wiz1-1/+2
2015-01-02Updated emulators/mame to 0.157wiz2-5/+6
2015-01-02Update mame and mess to 0.157. The usual improvements.wiz4-10/+23
2015-01-02Fix pkg/49526 Unbreak lang/lua52. From Sevan Janiyan.alnsn2-1/+15
2015-01-02Restore pkg_admin 'add' command; it's still used by bootstrap in one place.wiz1-2/+12