summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-28build the "lame" plugin of gst-plugins0.10-ugly, can be used bydrochner3-0/+26
sound-juicer to rip to mp3
2009-10-28update to 0.10.13drochner3-7/+11
changes: Improve A52 decoder Add AMR-WB decoder and AMR-NB decoder/encoder based on OpenCore codecs ASF playback improvements Improve mp3 parser and seeking
2009-10-28update to 0.10.16drochner4-15/+19
changes: Add barcode scanner plugin using the zbar library Improvements to camerabin Support audio-track format switching in DVD Improve parsing and display of PGS subpictures Add Cog plugin Add LV2 plugin support Improve VDPAU plugin. Add post-processing support Add videomeasure plugin Improve Siren codec Improved Directshow capture element Add EAC3 mapping in MPEG-TS playback Improve AAC encoding Improved MIDI file playback Improve H-264 parsing Add MPEG-PS muxer Add PNM encoder and decoder Add SVG decoder Update GLib dependency to GLib 2.16 Various other bug fixes and improvements (see ChangeLog) Fix various bugs in the 0.10.15 release Fix a deadlock in starting DVD Fix compilation problems Allow libneon versions >= 29.x
2009-10-28Add third-party distribution site which still carries this old version.tnn1-1/+2
2009-10-28patch-ab: regentnn4-14/+21
Makefile: bump Makefile.common: document why this needs to be done
2009-10-28note firefox updatetnn1-1/+3
2009-10-28Note update of the "wireshark" package to version 1.2.3.tron1-1/+2
2009-10-28Update "wireshark" package to version 1.2.3. Changes since version 1.2.2:tron2-6/+6
- The following vulnerabilities have been fixed. See the security advisory for details and a workaround. o The Paltalk dissector could crash on alignment-sensitive processors. (Bug 3689) Versions affected: 1.2.0 to 1.2.2 o The DCERPC/NT dissector could crash. Versions affected: 0.10.10 to 1.2.2 o The SMB dissector could crash. Versions affected: 1.2.0 to 1.2.2 - The following bugs have been fixed: o Wireshark memory leak with each file open and/or display filter change. (Bug 2375) o DHCP Dissector displays negative lease time. (Bug 2733) o Invalid advertised window line on tcptrace style graph. (Bug 3417) o SMB get_dfs_referral referral entry is not dissected correctly. (Bug 3542) o Error dissecting eMule sourceOBFU message. (Bug 3848) o Typos in Diameter XML files. (Bug 3878) o RSL dissector for MS Power IE is broken. (Bug 4017) o Manifest problem in 1.2.2 Win64 build. (Bug 4024) o FIP dissector throws assertion. (Bug 4046) o TCAP problem with indefinite length 'components' SEQ OF. (Bug 4053) o GSM MAP: an-APDU not decoded. (Bug 4095) o Add "Drag and Drop entries..." message on Columns preferences page. (Bug 4099) o Editcap -t and -w option parses fractional digits incorrectly. (Bug 4162) - Updated Protocol Support DCERPC NT, DHCP, Diameter, E.212, eDonkey, FIP, IPsec, MGCP, NCP, Paltalk, RADIUS, RSL, SBus, SMB, SNMP, SSL, TCP, Teamspeak2, WPS
2009-10-28Security and bugfix update of firefox (to 3.5.4) and xulrunner (to 1.9.1.4)tnn12-97/+42
Also fix broken DESTDIR support. Fixes the following security issues: MFSA 2009-64 Crashes with evidence of memory corruption (rv:1.9.1.4/ 1.9.0.15) MFSA 2009-63 Upgrade media libraries to fix memory safety bugs MFSA 2009-62 Download filename spoofing with RTL override MFSA 2009-61 Cross-origin data theft through document.getSelection() MFSA 2009-59 Heap buffer overflow in string to number conversion MFSA 2009-57 Chrome privilege escalation in XPCVariant::VariantDataToJS() MFSA 2009-56 Heap buffer overflow in GIF color map parser MFSA 2009-55 Crash in proxy auto-configuration regexp parsing MFSA 2009-54 Crash with recursive web-worker calls MFSA 2009-53 Local downloaded file tampering MFSA 2009-52 Form history vulnerable to stealing
2009-10-28Updated graphics/ImageMagick to 6.5.7.2adam1-1/+3
2009-10-28Changes 6.5.7.2:adam5-22/+16
* Bug fixes and improvements.
2009-10-28Updated bacula to 3.0.3adam1-1/+9
2009-10-28Changes 3.0.3:adam9-88/+137
* Fix 1352 about double free with regexp and big filenames on windows * Apply Graham's idea for recovering from disk full by recursing when doing fixup_write_error ... * Make fix for VirtualFull changing device * Fix concurrent Job recycle bug 1288 * Backport part of one possible fix from bug 1346 * Fix bug 1382 newly created disk volumes -> file not found warning * Fix Alpha ifdefing -- should fix bug 1359 * Use old code for selecting file during restore. * tweak space on projects file * Fix seg fault in ignoredir code * Apply Frank's slash patch * Add more info when SD-connection refused * Fixes bug 1371 about segfault in SD * Fixes bug 1355 Director crashes with double free in Accurate SQL query * Fixes bug 1365 and 1366 about MacOSX resource forks. * Fixes bug 1369 about "Exclude Dir Containing" fileset option * Fixes bug 1368 ASSERT Failure on MacOS. * Fixes bug 1364 and 1363 about compression buffer error.
2009-10-28Fix building on Darwin; allow custom compiler and linker flags; allow ↵adam5-13/+61
universal binary.
2009-10-28Changes 3.6.19:adam2-6/+6
* Added support for foreign key constraints. Foreign key constraints are disabled by default. Use the foreign_keys pragma to turn them on. * Generalized the IS and IS NOT operators to take arbitrary expressions on their right-hand side. * The TCL Interface has been enhanced to use the Non-Recursive Engine (NRE) interface to the TCL interpreter when linked against TCL 8.6 or later. * Fix a bug introduced in 3.6.18 that can lead to a segfault when an attempt is made to write on a read-only database.
2009-10-28Pict.dholland1-1/+2
2009-10-28+pictdholland1-1/+2
2009-10-28Initial import of Pict 4.1 into the NetBSD package system.dholland23-0/+941
Pict is a language in the ML tradition, formed by adding a layer of convenient syntactic sugar and a static type system to a tiny core. The current release includes a Pict-to-C compiler, reference manual, language tutorial, numerous libraries, and example programs. The core language - an asynchronous variant of Milner, Parrow, and Walker's pi-calculus - has been used as a theoretical foundation for a broad class of concurrent computations. The goal in Pict is to identify high-level idioms that arise naturally when these primitives are used to build working programs - idioms such as basic data structures, protocols for returning results, higher-order programming, selective communication, and concurrent objects. The type system integrates a number of features found in recent work on theoretical foundations for typed object-oriented languages: higher-order polymorphism, simple recursive types, subtyping, and a powerful partial type inference algorithm.
2009-10-28Don't leak the .buildlink directory into the final binary for vim-motif.joerg3-8/+8
Bump revision.
2009-10-28Pass down X11 options for modular Xorg.joerg1-1/+8
2009-10-28Pass down X11 configure options for modular Xorgjoerg1-1/+8
2009-10-28We want to stinking lib64, thanks. Fixes packages on amd64 and otherjoerg2-5/+37
64bit platforms.
2009-10-28Simplify to not fall into ABI trapsjoerg1-3/+3
2009-10-28Ensure that rpath options have an argument for modular Xorg.joerg1-1/+8
2009-10-27Added textproc/hunspell-pl_PL version 20061202ahoka1-1/+2
2009-10-27Added textproc/hunspell-fy_NL version 0.12ahoka1-1/+2
2009-10-27Added textproc/hunspell-lv_LV version 0.8b1ahoka1-1/+2
2009-10-27Added textproc/hunspell-en_ZA version 20060120ahoka1-1/+2
2009-10-27Added textproc/hunspell-en_NZ version 20020518ahoka1-1/+2
2009-10-27Added textproc/hunspell-en_CA version 20020315ahoka1-1/+2
2009-10-27recognize builtin libevent 1.4.11drochner1-1/+7
2009-10-27Updated graphics/gnuplot and graphics/gnuplot-nox11 to 4.2.6asau1-1/+3
2009-10-27Update to gnuplot 4.2.6.asau3-12/+12
New features, changes and fixes in gnuplot version 4.2.6 =========================================================== * NEW xterm tektronix emulation 'set term xterm' * FIX 'set xtics mirror' didn't work if xtics were previously unset * FIX off-by-one pixel bug in width of boxes with palette or rgb color * FIX center rotation of 'set view equal xyz' mode at screen center * FIX sanity-check time ranges for axes with timeformat * FIX pslatex blacktext and broken format specifier * FIX PostScript code points for Lcaron, lcaron in encoding cp1250 * CHANGE If a 2D plot uses a Z-based palette, then autoscale cbrange * CHANGE aquaterm accepts "size xx,yy" with a comma * CHANGE Remove the EXPERIMENTAL flag from the wxt terminal * CHANGE Remove the EXPERIMENTAL flag from the x11 terminal binary polygon mode
2009-10-27Added textproc/hunspell-el_GR version 20041220ahoka1-1/+2
2009-10-27Added textproc/hunspell-cy_GB version 20040425ahoka1-1/+2
2009-10-27Add previously imported hunspell dicts.ahoka1-1/+9
2009-10-27Import hunspell-lv_LV-0.8b1 as textproc/hunspell-lv_LV.ahoka3-0/+16
Latvian dictionary for hunspell. Package contributed by Peter Kotcauer <kocka at irssi dot hu>
2009-10-27Import hunspell-pl_PL-20061202 as textproc/hunspell-pl_PL.ahoka3-0/+16
Polish dictionary for hunspell. Package contributed by Peter Kotcauer <kocka at irssi dot hu>
2009-10-27Import hunspell-fy_NL-0.12 as textproc/hunspell-fy_NL.ahoka3-0/+16
Frisian dictionary for hunspell. Package contributed by Peter Kotcauer <kocka at irssi dot hu>
2009-10-27Import hunspell-en_ZA-20060120 as textproc/hunspell-en_ZA.ahoka3-0/+16
English (South Africa) dictionary for hunspell. Package contributed by Peter Kotcauer <kocka at irssi dot hu>
2009-10-27Import hunspell-en_NZ-20020518 as textproc/hunspell-en_NZ.ahoka3-0/+16
English (New Zealand) dictionary for hunspell. Package contributed by Peter Kotcauer <kocka at irssi dot hu>
2009-10-27Import hunspell-en_CA-20020315 as textproc/hunspell-en_CA.ahoka3-0/+16
English (Canada) dictionary for hunspell. Package contributed by Peter Kotcauer <kocka at irssi dot hu>
2009-10-27Import hunspell-el_GR-20041220 as textproc/hunspell-el_GR.ahoka3-0/+16
Greek dictionary for hunspell. Package contributed by Peter Kotcauer <kocka at irssi dot hu>
2009-10-27Import hunspell-cy_GB-20040425 as textproc/hunspell-cy_GB.ahoka3-0/+16
Welsh dictionary for hunspell. Package contributed by Peter Kotcauer <kocka at irssi dot hu>
2009-10-27update to 0.4.11drochner4-18/+44
many fixes and improvements, too much to list here, see the ChangeLog
2009-10-27update to 0.4.7drochner4-8/+23
changes: -bugfixes -added IPv6 support for mdns/avahi -translation updates
2009-10-27update to 1.3.10drochner3-13/+14
changes: -minor fixes -translation updates pkgsrc note: build against newer gnutls was fixed, don't need the libgnutls-config hack anymore
2009-10-27update to 1.06.38drochner12-115/+61
this switches to the "super stable" branch which is the only one where tarballs are distributed of, too many changes to list here, the most notable recent one is that the recent expat DOS vulnerability was fixed, as were some portability issues which caused problems on NetBSD
2009-10-27update master_sites. remove ftp.ifi.uio.no. service suspended.zafer1-3/+2
2009-10-27update master_sites. switch to http with gd.tuwien.ac.atzafer1-2/+2