summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-05-14update to 2.28.6drochner3-8/+7
changes: -Fix YouTube plugin for web site changes -Update OpenSubtitles plugin for latest API -more bugfixes Together with the gstreamer/libgdata updates and a gst-ffmpeg update which I'll commit soon, the youtube browser works again for me.
2010-05-14update to 2.28.3drochner3-8/+9
changes: -Add introspection support -bugfixes
2010-05-14update to 0.5.2drochner3-7/+8
changes: -Fix parsing of video ratings -translation updates
2010-05-14update to 0.10.22drochner3-11/+11
many fixes and improvements, for detailed information see the changelog
2010-05-14update to 0.10.29drochner5-35/+31
changes: * video: add support for color-matrix and chroma-site fields in video caps and selected elements * video: Add support for 8-bit and 16-bit grayscale formats * typefinding: add AAC profile, level, channels and rate to ADTS caps * tags: add basic xmp metadata support * gio, gnomevfs: invert ranks of gio and gnomevfs elements: gio is prefered now, gnomevfs has been deprecated * riff: add mapping for On2 VP62 and VP7 and add some more MPEG4 fourccs * playsink: Don't fail if there are subtitles and audio but no video * oggdemux: map old FLAC mapping correctly * alsa: handle disappearing of sound device whilst in use more gracefully * playbin: Only unref the volume element on dispose and when a new audio sink is set * build: build plugin, example and libs directories in parallel if make -jN is used * uridecodebin/playbin2: we can handle avi in download mode too * rtsp: handle closed POST socket in tunneling, ignore unparsable ranges, allow for more ipv6 addresses * audiopayload: add property to control packet duration
2010-05-14update to 0.10.29drochner2-6/+6
changes: improve plugin loading robustness configurable memory alignment for GstBuffers add QoS message misc fixes and improvements
2010-05-14Fix a compatibility problem with Perl 5.10's Getoptfhajny3-2/+19
2010-05-14Enable gucharmap support again.obache5-9/+244
Bump PKGREVISION.
2010-05-14Added LICENSEpettai1-1/+2
2010-05-14STABLE RELEASE 1.1.7 :pettai5-17/+54
* Fix crash in client more (regression from 1.1.6). * Thread-safety fixes (with regards to sigaction and strerror). * Incomplete ISATAP support removed. In the mean time, proper support was added within the Linux kernel. * Fix server link-local address, compatibility with Vista clients. * Fix SIGHUP signal handling. * Fix compiling on MacOS X and/or without libJudy. * Fix unlikely race condition in Teredo maintenance procedure setup. * Fix Teredo address randomization (reachability problems). * Better debug messages. * Allow GNU General Public License version 3 (and would be later). * Fix filtering error within miredo-server (regression from 1.1.0). * Fix fatal padding mistake on old ABI ARM achitecture. * Remove NAT type determination: Miredo now runs behind any type of NAT. However, connectivity might be severely degraded behind the worst devices, such as symmetric NATs. * Add 12 bits of randomness to Teredo client address: Teredo addresses are less predictible, which should enhance host protection against network scanning. * Remove brittle and battery-unfriendly "autoclient" mode: Proper default IPv6 source address selection (RFC3484) implementation would address most of the use cases for this, as well as other issues. If that is not sufficient, an external connection management system is anyway needed to start/stop Miredo when appropriate. * Restore "cone" RelayType: All relays should use it, as it improves support for some kinds of (pretty broken but nevertheless deployed) NAT devices. * Use a hook shell script for client interface configuration. * Add a bunch of debug messages to debug builds. * Rewrite clock subsystem to avoid polling when idle (battery savings).
2010-05-13Updated devel/bmake to 20100423joerg2-3/+3
2010-05-13Updated net/tor to 0.2.1.26wiz2-3/+3
2010-05-13Update to 0.2.1.26, from maintainer Christian Sturm in PR 43302:wiz2-6/+6
Changes in version 0.2.1.26 - 2010-05-02 Tor 0.2.1.26 addresses the recent connection and memory overload problems we've been seeing on relays, especially relays with their DirPort open. If your relay has been crashing, or you turned it off because it used too many resources, give this release a try. This release also fixes yet another instance of broken OpenSSL libraries that was causing some relays to drop out of the consensus. o Major bugfixes: - Teach relays to defend themselves from connection overload. Relays now close idle circuits early if it looks like they were intended for directory fetches. Relays are also more aggressive about closing TLS connections that have no circuits on them. Such circuits are unlikely to be re-used, and tens of thousands of them were piling up at the fast relays, causing the relays to run out of sockets and memory. Bugfix on 0.2.0.22-rc (where clients started tunneling their directory fetches over TLS). - Fix SSL renegotiation behavior on OpenSSL versions like on Centos that claim to be earlier than 0.9.8m, but which have in reality backported huge swaths of 0.9.8m or 0.9.8n renegotiation behavior. Possible fix for some cases of bug 1346. - Directory mirrors were fetching relay descriptors only from v2 directory authorities, rather than v3 authorities like they should. Only 2 v2 authorities remain (compared to 7 v3 authorities), leading to a serious bottleneck. Bugfix on 0.2.0.9-alpha. Fixes bug 1324. o Minor bugfixes: - Finally get rid of the deprecated and now harmful notion of "clique mode", where directory authorities maintain TLS connections to every other relay. o Testsuite fixes: - In the util/threads test, no longer free the test_mutex before all worker threads have finished. Bugfix on 0.2.1.6-alpha. - The master thread could starve the worker threads quite badly on certain systems, causing them to run only partially in the allowed window. This resulted in test failures. Now the master thread sleeps occasionally for a few microseconds while the two worker-threads compete for the mutex. Bugfix on 0.2.0.1-alpha.
2010-05-13Updated devel/mercurial to 1.5.3wiz1-1/+2
2010-05-13Update to 1.5.3:wiz2-6/+6
1.5.3 - 2010-05-13 This is an unscheduled bugfix release to fix Issue2181 (commit generates traceback on Nonetype). Also included: * various improvements to SVN conversion support * minor doc improvements
2010-05-13Updated lang/chicken to 4.5.0asau1-1/+2
2010-05-13Update to Chicken 4.5.0.asau5-51/+7
Submitted by Peter Bex on IRC. Changes in 4.5.0 - internal fixes of handling of alternative installation-prefix in setup-api - certain compiler-warnings that are in really just notes and don't indicate a possible error (like reimport of identifiers) are only shown with -S or in verbose mode - fixed handling of VARDIR in `chicken-install' (thanks to Davide Puricelli) - `chicken-install -test' doesn't runs tests for dependencies - when a non-else clause follows an else-clause in `cond', `case' or `select' a warning (note) is shown in verbose mode - removed the deprecated `define-extension' and `define-compiled-syntax' - `chicken-uninstall' now always asks before removing extensions, unless `-force' is given - improved performance of keyword-argument processing slightly - `export' outside of a module definition has no effect - `number->string' now accepts arbitrary bases between 2 and 16 (thanks to Christian Kellermann) - fixed `standard-extension' in `setup-api' module - literal constants keep their identity, even when inlined - Unit library: added `fxodd?' and `fxeven?' - All hardcoded special forms have been replaced with syntax definitions that expand into internal forms, this allows redefinition and shadowing of all Scheme core forms - faster implementations of `get' and `put!' - faster implementation of `assq' in unsafe mode - the `-sx' option prefixes each output line with `;' - slightly better expansion performance - more documentation of the C API (thanks to Peter Bex) - `module' supports a shorthand form that refers directly to a file to be included as the module body - added runtime option `-:G' to force GUI mode (on platforms that distinguish between GUI and non-GUI applications) - removed the unsafe runtime library (`libuchicken'), this simplifies and speeds up the build and reduces the risk of executables loading library units from different variants of the runtime system - removed the `-unsafe-libraries' option from `chicken' and `csc' - removed bootstrapping target and bootstrapping files from development repository; to bootstrap the system, either use a release or development-snapshot tarball or fetch a statically linked precompiled `chicken' binary from http://chicken.wiki.br/chicken-projects/bootstrap/ - Jim Ursetto provided some fixes for building universal binaries on Mac OS X - `csc' now compiles and links Windows resource (.rc) files when given on the command line - `chicken-install' and `chicken-uninstall' have an embedded manifest that suppresses the elevation dialog on Windows Vista and later when UAC is activated (Thanks to Thomas Chust) - the `install' program is not used in the build on mingw and mingw/MSYS platforms, since this is broken on older mingw versions - line-number-information is now properly handled (in the few places where it is used) correctly for included files; the source file is given in trace-output in addition to the line number - removed compiler warning for shared objects compiled in unsafe mode - unboxing is now only done in unsafe mode - in unsafe mode, pointer-accessors from the `lolevel' unit are now handled intrinsically by the compiler - `chicken-install' accepts now relative pathnames for the `-prefix' option - `define-record-type' now optionally allows using SRFI-17 setters as record-field modifiers - `integer?' returns `#f' for NaN and infinite numbers - `csc' now has an `-no-elevation' option for embedding a manifest that prevents the elevation dialog on Windows Vista and later when IAC is activated - the `,d' csi command displays qualified symbols properly - symbols starting with the `#\#' character trigger an error when encountered by the reader - Unit posix: `glob->regexp' now always returns a regular expression object or optionally an SRE - Unit posix: `terminal-port?' and `terminal-size' have been implemented for Windows, the latter always returns `0 0', though (thanks to Jim Ursetto) - Unit regex: `regexp' now accepts a regular expression object as argument - Unit regex: removed `glob?' - fixed bug in `chicken-install'/`chicken-uninstall' and `chicken-status' that prevented collapsed command-line options to be handled correctly. - disabled runpath-fix for deployed applications for netbsd (but resurrected providing a runpath at all, thanks to Peter Bex) - Peter Bex provided documentation for the `C_closure' C API function
2010-05-13Merge bmake-20100510joerg7-39/+71
2010-05-13Updated emulators/gxemul to 0.6.0tsutsui1-1/+2
2010-05-13Update gxemul to 0.6.0. Okay'ed by wiz@, in PR pkg/43296 by me.tsutsui7-95/+42
--- The main change between release 0.4.7.2 and 0.6.0 is: * Since late 2007, a complete rewrite of the emulator's base framework has been going on. GXemul 0.6.0 is a very early release of the new framework. So far, only the testm88k machine mode has been rewritten to use the new framework, all other machine modes run in legacy mode using the old framework (which is still included). In other words: For most emulation modes, 0.6.0 will be exactly like 0.4.7.2. In addition to the new framework, a couple of other changes are worth mentioning: * Many unused, rarely used, and bogus emulation modes and features were removed, to reduce the maintenance burden. * Some operating systems listed on the guest OS page have had new releases; the documentation has been updated to reflect this. * New source code (but not the legacy part) is documented using Doxygen comments, and there is a unit testing framework in place. * There is now finally an install Makefile target, and the -j make option can be used to parallelize builds. Please read the HISTORY file for more details. --- Also update pkgsrc files: * update COMMENT and DESCR per the latest release note * remove MAKE_JOBS_SAFE=no as mentioned in the above changes list.
2010-05-13Let tex-moreverb{,-doc} use DISTFILES from TeX Live 2009.minskim4-14/+14
No functional change.
2010-05-13- sj3-lib-2.0.1.21 (superseded by sj3-client).obache1-2/+1
2010-05-13Note update of the "wireshark" package to version 1.2.8.tron2-3/+3
2010-05-13Update "wireshark" package to version 1.2.8. Changes since 1.2.7:tron2-5/+5
- The following vulnerabilities have been fixed. See the security advisory for details and a workaround. o The DOCSIS dissector could crash. (Bug 4644), (bug 4646) --> Versions affected: 0.9.6 to 1.0.12, 1.2.0 to 1.2.7 - The following bugs have been fixed: o HTTP parser limits with Content-Length. (Bug 1958) o MATE dissector bug with GOGs. (Bug 3010) o Changing fonts and deleting system time from preferences, results in wireshark crash. (Bug 3387) o ERF file starting with record with timestamp=0,1 or 2 not recognized as ERF file. (Bug 4503) o The SSL dissector can not correctly resemple SSL records when the record header is spit between packets. (Bug 4535) o TCP reassembly can call subdissector with incorrect TCP sequence number. (Bug 4624) o PTP dissector displays big correction field values wrong. (Bug 4635) o MSF is at Anthorn, not Rugby. (Bug 4678) o ProtoField __tostring() description is missing in Wireshark's Lua API Reference Manual. (Bug 4695) o EVRC packet bundling not handled correctly. (Bug 4718) o Completely unresponsive when run very first time by root user. (Bug 4308) - Updated Protocol Support: DOCSIS, HTTP, SSL - Updated Capture File Support: ERF, PacketLogger.
2010-05-12Updated chat/amsn to 0.98.3.rillig1-1/+2
2010-05-12Updated amsn to 0.98.3.rillig5-366/+1902
No useful ChangeLog available.
2010-05-12bootstrap-mk-files - make SunOS gcc builds use gnu cpp not gcc -Etez1-1/+2
2010-05-12In SunOS, use cpp rather than ${CC} -E, as gcc -E is broken.tez2-3/+9
If /usr/ucb/lib/cpp is in the path before gnu cpp this could break things but that is not an expected situation. The only executable in /usr/ucb/lib is cpp, so there is no other reason to add it to the path. This should fix PR#42624
2010-05-12Switch to oss default module on FreeBSD and DragonFly, per PR pkg/43279.martin2-6/+6
2010-05-12Correct a misspelled variable name.minskim2-6/+6
2010-05-12Let tex-marvosym{,-doc} use DISTFILES from TeX Live 2009.minskim4-14/+14
No functional change.
2010-05-12Note update of tex-caption{,-doc}.minskim1-1/+3
2010-05-12Update tex-caption{,-doc} to 3.1m.minskim4-16/+16
- Works better with tex-hyperref.
2010-05-12Note update of tex-ms{,-doc}.minskim1-1/+3
2010-05-12Update tex-ms{,-doc} to the version in TeX Live 2009.minskim5-23/+17
Changes: - norsk option added to prelim2e. - License change in count1to. - other fixes and improvements.
2010-05-12Updated graphics/clutter to 1.2.8obache2-3/+3
2010-05-12Update clutter to 1.2.8.obache3-7/+8
Clutter 1.2.8 (10/05/2010) =============================================================================== * List of changes since Clutter 1.2.6 > Ignore unexpected GLX_BufferSwapComplete coming from Mesa (bug #2102) > Use the correct function for the GL_OES_framebuffer_object extension > Fix the chaining up of the GLX backend when dealing with redirected event handling (e.g. by Mutter) (bug #2101) > Do not attempt to use GL to convert formats under GLES (bug #2059) > Improve the robustness of the checks dealing with the maximum amount of layers in a CoglMaterial (bug #2064) > Fix cogl_read_pixels() on GLES (bug #2057) > Do not try to union sub paths (bug #2088) > Fix the clip stack (bug #2079) > Fix clutter_event_get_coords() for ENTER and LEAVE events. > Documentation fixes in the Cogl path API > Fix typos in the introspection annotations
2010-05-12Updated devel/p5-Moose to 1.03seb1-1/+2
2010-05-12Update p5-Moose from version 1.02 to version 1.03.seb2-7/+7
Pkgsrc changes: - adjust dependencies Upstream changes: 1.03 Thu, May 06, 2010 [NEW FEATURES] * Allow specifying required versions when setting superclasses or applying roles (Florian Ragwitz).
2010-05-12Updated devel/p5-Class-MOP to 1.01seb1-1/+2
2010-05-12Update p5-Class-MOP from version 1.00 to version 1.01.seb2-6/+7
Pkgsrc changes: - adjust dependencies Upstream changes: 1.01 Thu, May 26, 2010 [NEW FEATURES] * is_class_loaded, load_class and load_first_existing_class now allow specifying a minimum required version (Florian Ragwitz). [BUG FIXES] * The __INSTANCE__ parameter to Class::MOP::Class::new_object now enforces that the passed in reference is blessed into the correct class (by dying if it's not) (doy, jhallock).
2010-05-11+ aria2-1.9.3, awesome-3.4.5, cherokee-1.0.0, clutter-1.2.8,wiz1-12/+14
cone-0.83, gettext-0.18, gettext-lib-0.18, gwaei-1.4.0, phpmyadmin-3.3.3, puzzles-8939, py-Scientific-2.8 [pkg/43282], samba-3.4.8, zile-2.3.16.
2010-05-11Language fix: upto date -> up to date.mbalmer2-5/+5
2010-05-11fixes pkg/43289pettai1-3/+3
2010-05-11Updated net/istgt to 20100407sborrill1-1/+2
2010-05-11Update to 20100407.sborrill4-49/+6
Main changelog is in Japanese. Author says: Main changes: support auto size of block device at various OS. (includes NetBSD,MacOSX,Linux) remove ZFS and /usr/local from src. remove unused config. Also includes patches from pkgsrc fed upstream (thanks Daisuke!).
2010-05-11Add DIST_SUBDIR to match typolight27's update.taca1-1/+2
2010-05-11Note addition of p5-IPC-Signal, p5-Proc-WaitStat and mime-construct.jmmv1-1/+4
2010-05-11Add and enable mime-construct.jmmv1-1/+2
2010-05-11Initial import of mime-construct 1.10:jmmv3-0/+29
mime-construct is a tool to construct and optinally send MIME email messages.