summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-04these programs are known to suffer from incompatible changesdrochner2-2/+8
in gnutls-2.12 -- add constraint and URL reference (from gls)
2011-05-04Add $NetBSD$ tag.hans1-0/+2
2011-05-04Fix patch breakage when not using links as viewer.hans3-17/+6
Instead of patching the URL for rfc-index.txt, define it in the Makefile and use the existing sed command in do-extract. Bump revision to 6.
2011-05-04Updated net/rdesktop to 1.7.0obache2-3/+3
2011-05-04Update rdesktop to 1.7.0.obache3-9/+17
This fixes some important bugs and is therefore recommended for all users. Key changes: * Security: Directory traversal vulnerability with disk redirection (disallow /.. requests) * New maintainer: Peter Åstrand <astrand@...> * Brush cache support * Removed the hardcoded limit of the username length * Increased domain name length to 255 chars * Improved compatibility with PulseAudio/padsp * Cleaned up and documented the return values * Keyboard fix: avoid stuck keys in certain cases * Support for new pointers * License has been changed to GPLv3 * EWMH fixes for 64-bit machines * RandR support: automatically resize session if using relative screen size * Improved support for Windows 2008 Session Broker * Japanese keyboard map has been improved * New keyboard map: fr-bepo * Many stability fixes regarding smart card redirection * Windows 2008 R2 / 7: Fix sound playback when not using other redirections * Windows 2008 R2 / 7: Solve disk redirection read-only issues * Windows 2008 R2 / 7: Solve issue with recursive deletion * Avoid exit when printing, if lpr command terminates early
2011-05-04commit missing bits of firefox36 update. Noted by Snader_LB on #pkgsrc.tnn3-8/+7
Security and stability update of firefox36 to 3.6.17. MFSA 2011-18 XSLT generate-id() function heap address leak MFSA 2011-16 Directory traversal in resource: protocol MFSA 2011-15 Escalation of privilege through Java Embedding Plugin MFSA 2011-14 Information stealing via form history MFSA 2011-13 Multiple dangling pointer vulnerabilities MFSA 2011-12 Miscellaneous memory safety hazards (rv:2.0.1/ 1.9.2.17/ 1.9.1.19)
2011-05-04Updated databases/py-bsddb3 to 5.1.2adam1-2/+1
2011-05-04Updated databases/py-bsddb3 to 5.1.2adam1-1/+2
2011-05-04Changes 5.1.2:adam3-21/+6
* 5.1.1 install fails if the bsddb in the standard library is not installed, under Python 2.7. * Since 5.0.0, we can't find 4.x libraries unless we specify a "--berkeley-db=/path/to/bsddb" option. * Support "DB_ENV->get_open_flags()", "DB_ENV->set_intermediate_dir_mode()", "DB_ENV->get_intermediate_dir_mode()". * Support "DB->get_dbname()", "DB->get_open_flags()". * Support "db_full_version()". * Document "version()". This top-level function has been supported forever. * Bugfix when calling "DB->get_size()" on a zero length record. * 'assertEquals()' is deprecated in Python 3.2. * 'assert_()' is deprecated in Python 3.2. * Solved 'ResourceWarning' under Python 3.2.
2011-05-04Note revision bump of python standard module packages.obache1-1/+9
2011-05-04Install standard python modules into usual location instead of site-packages.obache16-31/+40
PR#44826. Bump PKGREVISION.
2011-05-04Updated graphics/mypaint to 0.9.1nb2ryoon1-1/+2
2011-05-04* Replace '#!.../env python' with PYTHONBIN, fix build.ryoon3-3/+24
* Bump PKGREVISION.
2011-05-04Updated security/softhsm to 1.2.1pettai1-1/+2
2011-05-04SoftHSM 1.2.1 - 2011-05-03pettai3-22/+6
* Backport mutex handling from v2 for increased multithreaded performance. * Remove signature verification used for debugging purposes. (was enabled with ./configure --enable-sigver) * Added an index to the attribute table in the database. * Optimization of the database handling.
2011-05-04also put PYLIB in PLIST_SUBST, a part of PR#44826.obache1-2/+2
2011-05-04Updated graphics/p5-GD; databases/p5-DBD-postgresql to 2.18.0adam1-1/+3
2011-05-04Also set `package-install' to UPDATE_TARGET/DEPENDS_TARGET if current target isobache2-4/+4
`package-install', to indirect dependency also create binary package with `make package' or `make package-install'. should fix PR#44857.
2011-05-04Changes 2.18.0:adam2-7/+7
* Fix memory leak when binding arrays * Fix memory leak with ParamValues * New cancel() method per DBI spec * Fix memory leak in handle_old_async (missing PQclear) * Fix memory leak in pg_db_cancel (missing PQclear) * Mark pg_getcopydata strings as UTF8 as needed * Function dequote_bytea returning void should not try to return something * Fix the number of tests to skip in t/01connect.t when the $DBI_DSN environment variable lacks a database specification * Fix algorithm for skipping tests in t/06bytea.t when running on a version of PostgreSQL lower than 9.0 * Small tweaks to get tests working when compiled against Postgres 7.4 * Fix failing test when run as non-superuser
2011-05-04Changes 2.46:adam2-9/+8
* Added a basic "use" test for GD::Simple
2011-05-04Updated mail/sylpheed to 3.1.0tnn1-1/+2
2011-05-04Update to sylpheed-3.1.0.tnn3-10/+11
From homepage: "This release contains many improvements for usability. The features requested by many users, such as combining partial messages, removal of attachments, automatic address completion, etc., were added. The feature to assist the migration from Outlook Express has been added. Various bugfixes have been also made."
2011-05-04Add kiloji-ttfryoon1-1/+2
2011-05-04Added fonts/kiloji-ttf version 2.1.0ryoon1-1/+2
2011-05-04Import kiloji-ttf-2.1.0 as fonts/kiloji-ttfryoon4-0/+72
The Kiloji fonts is Japanese script (written by hand) TrueType font family. This family contains 4 fonts (fixed-width, proportional, light-weight, and bold).
2011-05-04exactly disable MMX/AMD64 optimization if pkg option is off.obache1-1/+5
part of PR#44931.
2011-05-03Note liboauth update to 0.9.4agc1-1/+2
2011-05-03Update liboauth from 0.8.9 to 0.9.4.agc2-7/+6
Changes since previous version: version 0.9.4 - fixed possible memory corrution in oauth_curl_get thanks to Bruce Rosen for reporting this issue version 0.9.3 - yet more build-system fixes: - allow to override HASH_LIBS and CURL_LIBS using envoronment variables - include them in .pc and tests/Makefile.am version 0.9.2 - fixed typo in build-system (LDFLAGS, -Wl,--as-needed detection) version 0.9.1 - fixed typo in API: oauth_time_indepenent_equals[_n] is now deprecated in favor of oauth_time_independent_equals[_n] - added check for 'Wl,--as-needed' linker flag. version 0.9.0 - fixed typo in pkg-config file. With thanks to Brad Harder for the nudge.
2011-05-03Updated mail/thunderbird to 3.1.10tnn1-1/+3
2011-05-03Security and stability update of thunderbird to 3.1.10.tnn5-143/+143
MFSA 2011-16 Directory traversal in resource: protocol MFSA 2011-12 Miscellaneous memory safety hazards (rv:2.0.1/ 1.9.2.17/ 1.9.1.19)
2011-05-03POSIX locks stress testmanu2-2/+4
2011-05-03POSIX locks stress-testmanu5-0/+56
2011-05-03Re-note update of viking in correct place.gdt1-1/+2
(Apologies for the noise, and thanks to obache@ for pointing this out.)
2011-05-03Updated URLs.hauke2-5/+6
2011-05-03Note update of seamonkey to 2.0.14.tnn1-1/+3
2011-05-03Security and stability update of seamonkey to 2.0.14.tnn4-73/+72
MFSA 2011-18 XSLT generate-id() function heap address leak MFSA 2011-16 Directory traversal in resource: protocol MFSA 2011-15 Escalation of privilege through Java Embedding Plugin MFSA 2011-14 Information stealing via form history MFSA 2011-13 Multiple dangling pointer vulnerabilities MFSA 2011-12 Miscellaneous memory safety hazards (rv:2.0.1/ 1.9.2.17/ 1.9.1.19) MFSA 2011-11 Update to HTTPS certificate blacklist
2011-05-03Update scamper to 20110503.obache2-6/+6
PR#44929. The main changes are to sc_tracediff, a program that displays traceroutes side by side that have changed. There are bug fixes to sc_tracediff, as well as enhancements.
2011-05-03+mscgengdt1-1/+2
2011-05-03Added graphics/mscgen version 0.20gdt1-1/+2
2011-05-03Import mscgen-0.20 as graphics/mscgen.gdt4-0/+45
Mscgen is a small program that parses Message Sequence Chart descriptions and produces PNG, SVG, EPS or server side image maps (ismaps) as the output. Packaged by Jan Danielsson via wip.
2011-05-03Updated devel/ruby-pkg-config to 1.1.1obache1-1/+2
2011-05-03Update ruby-pkg-config to 1.1.1.obache2-7/+7
== 1.1.1 - 2011/05/03 * [ruby-gnome-devel-en] add /usr/lib/i386-linux-gnu/pkgconfig to the default paths. (Reported by Andrea B.C.)
2011-05-03+ abcmidi-20110429, fotoxx-11.05.1, gnome-commander-1.2.8.11,wiz1-10/+12
ktorrent-4.1.1, librep-0.92.0, pixman-0.22.0, py-qt4-4.8.4, py-sip-4.12.2, rep-gtk-0.90.6, sawfish-1.8.1, xlsclients-1.1.2.
2011-05-03Updated graphics/png to 1.5.3beta04wiz1-1/+2
2011-05-03Update to 1.5.3beta04 to fix a regression reported on tech-pkg (see beta03,wiz2-6/+6
last entry). Version 1.5.3beta01 [April 1, 2011] Re-initialize the zlib compressor before compressing non-IDAT chunks. Added API functions to set parameters for zlib compression of non-IDAT chunks. Version 1.5.3beta02 [April 3, 2011] Updated scripts/symbols.def with new API functions. Only compile the new zlib re-initializing code when text or iCCP is supported, using PNG_WRITE_COMPRESSED_TEXT_SUPPORTED macro. Improved the optimization of the zlib CMF byte (see libpng-1.2.6beta03). Optimize the zlib CMF byte in non-IDAT compressed chunks Version 1.5.3beta03 [April 16, 2011] Fixed gcc -ansi -pedantic compile. A strict ANSI system does not have snprintf, and the "__STRICT_ANSI__" detects that condition more reliably than __STDC__ (John Bowler). Removed the PNG_PTR_NORETURN attribute because it too dangerous. It tells the compiler that a user supplied callback (the error handler) does not return, yet there is no guarantee in practice that the application code will correctly implement the error handler because the compiler only issues a warning if there is a mistake (John Bowler). Removed the no-longer-used PNG_DEPSTRUCT macro. Updated the zlib version to 1.2.5 in the VStudio project. Fixed 64-bit builds where png_uint_32 is smaller than png_size_t in pngwutil.c (John Bowler). Fixed bug with stripping the filler or alpha channel when writing, that was introduced in libpng-1.5.2beta01 (bug report by Andrew Church). Version 1.5.3beta04 [April 27, 2011] Updated pngtest.png with the new zlib CMF optimization. Cleaned up conditional compilation code and of background/gamma handling Internal changes only except a new option to avoid compiling the png_build_grayscale_palette API (which is not used at all internally.) The main change is to move the transform tests (READ_TRANSFORMS, WRITE_TRANSFORMS) up one level to the caller of the APIs. This avoids calls to spurious functions if all transforms are disabled and slightly simplifies those functions. Pngvalid modified to handle this. A minor change is to stop the strip_16 and expand_16 interfaces from disabling each other; this allows the future alpha premultiplication code to use 16-bit intermediate values while still producing 8-bit output. png_do_background and png_do_gamma have been simplified to take a single pointer to the png_struct rather than pointers to every item required from the png_struct. This makes no practical difference to the internal code. A serious bug in the pngvalid internal routine 'standard_display_init' has been fixed - this failed to initialize the red channel and accidentally initialized the alpha channel twice. Changed png_struct jmp_buf member name from png_jmpbuf to tmp_jmpbuf to avoid a clash with the png_jmpbuf macro on some platforms.
2011-05-03Note firefox36 updatetnn1-1/+4
2011-05-03Security and stability update of firefox36 to 3.6.17.tnn3-230/+229
MFSA 2011-18 XSLT generate-id() function heap address leak MFSA 2011-16 Directory traversal in resource: protocol MFSA 2011-15 Escalation of privilege through Java Embedding Plugin MFSA 2011-14 Information stealing via form history MFSA 2011-13 Multiple dangling pointer vulnerabilities MFSA 2011-12 Miscellaneous memory safety hazards (rv:2.0.1/ 1.9.2.17/ 1.9.1.19)
2011-05-03Update to 1.1. Notable changes:gdt3-8/+8
* When getting data via the GPS layer automatically set the view to see it, unless the realtime tracking mode is on. * On opening GPX files automatically view all the data. * Add copyright and license properties for NASA BlueMarble data. * Add background thread loading of DEM files. * Add support for the TMS interface provided by SPOTMaps * Add license related properties * Add copyright property * Improve key binding for Mercator Mode -> ctrl+m * Add OSM WMS Server * Add support for WMS-C * Add support for more standard TMS * Add LatLon projection * Add a perl script to auto generate basic Viking .vik files for directories containing images.
2011-05-02Fix building with Clangadam2-1/+17
2011-05-02Updated emulators/wine-devel to 1.3.19adam2-4/+3