summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2010-11-04Fixes CONFLICTS pattern, or cannot co-install with any rake-XXXX packags.obache1-2/+2
2010-11-04add and enable py-multiprocessingjnemeth1-1/+2
2010-11-03Update to KDE SC 4.5.3markd1-4/+4
4.5.3 brings a number of improvements: * KSharedDataCache has cache invalidation bug fixed that caused stability when daylight saving time changed. * Icon overlays in Dolphin are now positioned correctly after adjusting the zoom level. * Okular, KDE's universal document viewer has seen improvements in the DjVu and XPS backends.
2010-11-03as in patch-ce: fix inconsistency of .hidden attributes, leading todrochner2-1/+14
link error on amd64, hopefully fixes build problem reported by tron
2010-11-03Requires sqlite3 3.7.1 now. Reported by cegger.joerg1-2/+2
2010-11-02add py-multiprocessing-2.6.2.1, a threading package which wasdrochner5-0/+132
integrated into the main Python distribution in 2.6
2010-11-02update to 2.26.0drochner10-47/+175
This switches to the gnome-2.32 release branch.
2010-11-02Update to 1.7:wiz3-10/+22
1.7 (2010-11-01) 1.1. Core * filelog: improve cmp performances (issue2273) * patch: don't strip '#' lines from patch descriptions (issue2417) * patch: when native patching fails (ui.patch is not set), don't retry with an external tool * setup/hg: always load Mercurial from where it was installed. * setup: user-friendly error message if Python headers are missing * store: new unsupported and experimental parentdelta format (see UpgradeNotes) * store: encode first period or space in filenames (issue1713) * url: expand environment variables in [auth] settings (issue2328) * url: check validity (notBefore/notAfter) using OpenSSL (issue2407) 1.2. Commands * addremove: use similarity 100 by default * alias: add support for shell command aliases starting with '!' (see [alias] in hgrc(5)) * backout: add --tool argument for specifying merge tool * backout: backout linearly by default instead of branching and merging (use --merge to get the former behaviour) * dispatch: properly handle relative path aliases used with -R (issue2376) * init: expand destination url as a configured paths * log: do not --follow file that is deleted and recreated later (issue732) * merge: don't detect copies as "divergent renames", make error message more helpful * merge: add --tool argument to merge and resolve * merge: handle no file parent in backwards merge (issue2364) * tags: do not fail if tags.cache is corrupted (issue2444) * templater: add "hex" filter and "children" keywords (see hg help templating) 1.3. Subrepos * support remapping of subrepository source paths (see [subpaths] in hgrc(5)) * make add, diff, incoming, outgoing and status commands recurse into subrepos with --subrepos/-S * subrepo: add support for 'hg archive' * subrepo: fix status check on SVN subrepos (issue2445) 1.4. Revsets * add id() and rev() to allow explicit references to changes by hash or rev (see hg help revsets) * add min() function to complement max() * add present() function to avoid lookup errors on possibly missing changesets * rename tagged() to tag() and allow it to take an optional tag name * strip: add revsets support * add revsets support to bisect and update (issue1993) * bookmarks: add a bookmark([name]) revset for referencing bookmarks * transplant: add a transplanted(set) revset to get transplanted revisions 1.5. hgweb * add a help view for accessing the built-in documentation (see help link in hg serve) * let HTTPS serve use more compatible but less secure encryption * support very simple caching model (issue1845) 1.6. Extensions * color: better support for branches and mq guards * convert: handle closed branch heads in hg-hg conversion (issue2185) * convert: support darcs changelogs with bytes 0x7F-0xFF (issue2411) * convert: deprecate --authors in preference for --authormap * graphlog: support header and footer templates when using styles (issue2395) * keyword: do not expand at all during diff * keyword: support copy and rename * mq: extend support for the --mq argument to extension commands * mq: save qrefresh message for easy recovery in case it fails (issue2062) * mq: support hg qimport --existing --name renametothis thatexistingpatch, fix --force case on Windows * mq/qqueue: support renaming of active queue * mq/qqueue: add --purge option to delete a queue and its patches * pager: add global --pager=<auto/boolean> option * patchbomb: add --confirm option to show series details and ask for confirmation * patchbomb: let diffstat prompt only once with complete summary * progress: support rebase and patchbomb * rebase: re-add patches to mq repo after rebase * strip: add --keep flag to avoid modifying working directory during strip * strip: rename --nobackup option to --no-backup (issue2377) * strip: support stripping multiple revisions 1.7. contrib * mergetools.hgrc: add vimdiff * zsh completion: support bookmarks and patchbomb extensions * zsh completion: add qpush --move option
2010-11-01Update to fossil-20101101* release. This brings support for baselinejoerg2-8/+6
manifests (resulting in much less metadata for large repositories), lots of speed ups for the manifest parser, and smaller improvements like revert dealing with merge records.
2010-11-01Changes 2.0.64:adam6-166/+14
* SECURITY: CVE-2010-1452 (cve.mitre.org) mod_dav: Fix Handling of requests without a path segment. * SECURITY: CVE-2009-1891 (cve.mitre.org) Fix a potential Denial-of-Service attack against mod_deflate or other modules, by forcing the server to consume CPU time in compressing a large file after a client disconnects. * SECURITY: CVE-2009-3095 (cve.mitre.org) mod_proxy_ftp: sanity check authn credentials. * SECURITY: CVE-2009-3094 (cve.mitre.org) mod_proxy_ftp: NULL pointer dereference on error paths. * SECURITY: CVE-2009-3555 (cve.mitre.org) mod_ssl: Comprehensive fix of the TLS renegotiation prefix injection attack when compiled against OpenSSL version 0.9.8m or later. Introduces the 'SSLInsecureRenegotiation' directive to reopen this vulnerability and offer unsafe legacy renegotiation with clients which do not yet support the new secure renegotiation protocol, RFC 5746. * SECURITY: CVE-2009-3555 (cve.mitre.org) mod_ssl: A partial fix for the TLS renegotiation prefix injection attack for OpenSSL versions prior to 0.9.8l; reject any client-initiated renegotiations. Forcibly disable keepalive for the connection if there is any buffered data readable. Any configuration which requires renegotiation for per-directory/location access control is still vulnerable, unless using openssl 0.9.8l or later. * SECURITY: CVE-2010-0434 (cve.mitre.org) Ensure each subrequest has a shallow copy of headers_in so that the parent request headers are not corrupted. Elimiates a problematic optimization in the case of no request body. * SECURITY: CVE-2008-2364 (cve.mitre.org) mod_proxy_http: Better handling of excessive interim responses from origin server to prevent potential denial of service and high memory usage. * SECURITY: CVE-2010-0425 (cve.mitre.org) mod_isapi: Do not unload an isapi .dll module until the request processing is completed, avoiding orphaned callback pointers. * SECURITY: CVE-2008-2939 (cve.mitre.org) mod_proxy_ftp: Prevent XSS attacks when using wildcards in the path of the FTP URL. Discovered by Marc Bevand of Rapid7. * Fix recursive ErrorDocument handling. * mod_ssl: Do not do overlapping memcpy. * Add Set-Cookie and Set-Cookie2 to the list of headers allowed to pass through on a 304 response. * apxs: Fix -A and -a options to ignore whitespace in httpd.conf
2010-11-01Switch distfile to .tar.bz2 to save precious space.adam2-5/+6
2010-11-01Changes 1.4.2:adam2-15/+12
* Undo a crash-bug introduced in 1.3.9 affecting some applications of the apr hash and table structures, reported to affect Subversion Changes 1.4.1: * Win32: Properly handle the ERROR_DIRECTORY system error code. Changes 1.4.0: * Add apr_global_mutex_lockfile() for retrieving the file, if any, associated with the mutex. Add apr_global_mutex_name() for retrieving the name of the lock mechanism used by the underlying proc mutex. * Add apr_socket_atreadeof to determine whether the receive part of the socket has been closed by the peer. * Make apr_pollset and apr_pollcb implementations using providers. Added apr_pollset_create_ex and apr_pollcb_create_ex that allows choosing non-default providers. * apr_temp_dir_get() now checks the TMPDIR environment variable first, instead of third. * Add apr_file_sync() and apr_file_datasync() calls. * apr_pollset_wakeup() on Windows: Fix core caused by closing the file_socket_pipe with standard file_close. * Introduce apr_hash_do() for iterating over a hash table. * Make sure WIN32 behaves the same as posix for file-backed shared memory by removing the file on cleanup/remove. * Introduce apr_pollset_wakeup() for interrupting the blocking apr_pollset_poll() call. * Add apr_file_link() function.
2010-11-01Reset maintainer.wiz3-6/+6
2010-10-31This package is BSD-specific; set ONLY_FOR_PLATFORM.shattered1-2/+2
2010-10-30sync some more occurences of the mtn versiondrochner1-3/+3
2010-10-30update pkgname to sync with mtn base pkg, no changesdrochner1-2/+2
2010-10-30update to 0.48.1drochner3-7/+36
changes: -fix crash on empty cmd line arguments which is considered a security problem because it can crash mtn server processes (SA41960) -minor fixes also add a patch from upstream to adapt to a behavior change in sqlite3-3.7.3
2010-10-30Added support for Clangadam1-3/+3
2010-10-28Update the following package:tron2-6/+6
- devel/nspr from 4.8.6.11 to 4.8.6.12 - devel/xulrunner from 1.9.2.11 to 1.9.2.12 - www/firefox from 3.6.11 to 3.6.12 Security issues fixed since previous versions: MFSA 2010-73 Heap buffer overflow mixing document.write and DOM insertion
2010-10-28Since HTML files are not installed, don't bother building them.adam1-4/+3
2010-10-28Changes 1.7.3.2:adam10-49/+75
This is primarily to push out many documentation fixes accumulated since the 1.7.3.1 release. Changes 1.7.3.1: * "git stash show stash@{$n}" was accidentally broken in 1.7.3 ("git stash show" without any argument still worked, though). * "git stash branch $branch stash@{$n}" was accidentally broken in 1.7.3 and started dropping the named stash even when branch creation failed. Changes 1.7.3: * git-gui, now at version 0.13.0, got various updates and a new maintainer, Pat Thoyts. * Gitweb allows its configuration to change per each request; it used to read the configuration once upon startup. * When git finds a corrupt object, it now reports the file that contains it. * "git checkout -B <it>" is a shorter way to say "git branch -f <it>" followed by "git checkout <it>". * When "git checkout" or "git merge" refuse to proceed in order to protect local modification to your working tree, they used to stop after showing just one path that might be lost. They now show all, in a format that is easier to read. * "git clean" learned "-e" ("--exclude") option. * Hunk headers produced for C# files by "git diff" and friends show more relevant context than before. * diff.ignoresubmodules configuration variable can be used to squelch the differences in submodules reported when running commands (e.g. "diff", "status", etc.) at the superproject level. * http.useragent configuration can be used to lie who you are to your restrictive firewall. * "git rebase --strategy <s>" learned "-X" option to pass extra options that are understood by the chosen merge strategy. * "git rebase -i" learned "exec" that you can insert into the insn sheet to run a command between its steps. * "git rebase" between branches that have many binary changes that do not conflict should be faster. * "git rebase -i" peeks into rebase.autosquash configuration and acts as if you gave --autosquash from the command line.
2010-10-28Remove patch-ad and Makefile changes intended to fix PR 43879 thatwiz4-36/+2
caused PR 44003. Fix PR 43879 by removing patch-ac which was added in 2004 to fix a problem on Darwin -- Darwins from at least 10.4 up don't need it any longer.
2010-10-28add and enable ruby-gnome2-giojnemeth1-1/+2
2010-10-27Set LICENSE.wiz4-4/+8
2010-10-27Update kdevelop4 to 4.1.0markd6-134/+192
New features and bug fixes.
2010-10-26Remove PLIST_SRC from bjam.mkadam1-3/+1
2010-10-26Darwin PLIST clean-upadam1-2/+5
2010-10-26Correct install_name for libraries under MacOSXadam2-5/+5
2010-10-26Correct install_name for libraries under MacOSXadam1-4/+1
2010-10-25Update to KDE SC 4.5.2markd3-38/+58
4.5.2 translation updates, performance and stability improvements and other bugfixes. 4.5.0 new versions of the Plasma Workspaces, the KDE Applications and the KDE Development Platform in version 4.5.0. While focus within this release cycle lay on stability, the overall polish and performance gain is well noticable. Features such as the reworked notification area, Marble's map routing and support for WebKit in Konqueror round up this release.
2010-10-25Fix build on Dragonfly. From elekktretterr@exemail.com.au on pkgsrc-users.wiz2-1/+17
2010-10-24Add and enable spinagc1-1/+2
2010-10-24Initial import of spin version 5.2.5 into the Packages Collection.agc4-0/+54
To verify a design, a formal model is built using PROMELA, Spin's input language. PROMELA is a non-deterministic language, loosely based on Dijkstra's guarded command language notation and borrowing the notation for I/O operations from Hoare's CSP language. Spin can be used in four main modes: 1. as a simulator, allowing for rapid prototyping with a random, guided, or interactive simulations 2. as an exhaustive verifier, capable of rigorously proving the validity of user specified correctness requirements (using partial order reduction theory to optimize the search) 3. as proof approximation system that can validate even very large system models with maximal coverage of the state space. 4. as a driver for swarm verification (a new form of swarm computing), which can make optimal use of large numbers of available compute cores to leverage parallelism and search diversification techniques, which increases the chance of locating defects in very large verification models. With thanks to the plan9 guys for the nudge
2010-10-23buildlink for liftdijakllsch1-0/+14
2010-10-23+libftdijakllsch1-1/+2
2010-10-23import libftdi package.jakllsch4-0/+43
libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232D and FT245R, including the popular bitbang mode. The library is linked with your program in userspace, no kernel driver required. libFTDI works perfectly with Linux, Windows, MacOS X and BSD variants thanks to libusb.
2010-10-23Update ruby-gnome2 to 0.90.3.obache10-11/+49
= NEWS == Ruby-GNOME2 0.90.3: 2010-10-23 NOTE: 0.90.x releases are for 1.0.0 major release. * Support String encoding in Ruby 1.9. * RVAL2CSTR2 and CSTR2RVAL2 are deprecated. * Ruby/GIO2 is imported as an experimental library. === Changes ==== All * Support String encoding. [Guillaume Cottenceau, Neil Roberts, Kouhei Sutou] * Don't install *.pc by default. Set pkgconfigdir make varialbe like 'make pkgconfigdir=/usr/lib/pkgconfig'. ==== Ruby/GLib2 * Improvements: * declare argument types. [Nobuyoshi Nakada, Kouhei Sutou] ==== Ruby/GIO2 * Imported as an experimental library. [Nikolai Weibull] ==== Ruby/GTK2 * Improvements: * keep backward compatibility around GDK key symbols introduced at GTK+ 2.20. "[ruby-gnome2-devel-en] Constants names change in Gdk::KeyVal" [Vincent Carmona] * move gdk-pixbuf and cairo related methods from Ruby/GdkPixbuf2. "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2" [Andrea Dallera, Kouhei Sutou] * Bug fixes: * fix GType conversion in Gtk::ItemFactory.new on 64bit platform. [Grant McLean, Steve Wills, Kouhei Sutou] ==== Ruby/GdkPixbuf2 * Improvements: * move gdk-pixbuf and cairo related methods to Ruby/GTK2. "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2" [Andrea Dallera, Kouhei Sutou] * change .pc filename from ruby-gdkpixbuf2 to ruby-gdk-pixbuf2. ==== Ruby/RSVG2 * Bug fixes: * add missing libcroco dependency on Windows. [U.Nakamura, Kouhei Sutou] ==== Ruby/Poppler * Improvements: * support Popper 0.15.0. [#3079667] [Mamoru Tasaka, Kouhei Sutou] * Bug fixes: * add missing libjpeg dependency on Windows. [U.Nakamura, Kouhei Sutou] * fix installed Ruby/GLib2 gem can't be detected. [kdmsnr, Kouhei Sutou] === Thanks * U.Nakamura * kdmsnr * Mamoru Tasaka * Guillaume Cottenceau * Vincent Carmona * Grant McLean * Steve Wills * Andrea Dallera * Nobuyoshi Nakada * Neil Roberts == Ruby-GNOME2 0.90.2: 2010-09-26 NOTE: 0.90.x releases are for 1.0.0 major release. A RubyGems package fix release. === Changes ==== All * fix path. [kimura wataru, Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * fix gtk2/base.rb is missing in gem. [S.Kitagawa, Kouhei Sutou] ==== Ruby/GIO2 * Bug fixes: * fix a typo in .pc name. [#3075619] [O01eg, Kouhei Sutou] ==== Ruby/RSVG2 * Bug fixes: * also check rb_cairo.h availability. [#3075617] [O01eg, Kouhei Sutou] === Thanks * S.Kitagawa * O01eg * kimura wataru
2010-10-23Updte ruby-pkg-config to 1.0.7.obache2-7/+7
== 1.0.7 - 2010/09/30 * suppress warnings on Ruby 1.9.
2010-10-22update to 2.30.3drochner3-8/+8
changes: -Update for tzdata 2010k -translation updates
2010-10-22update to 2.24.4drochner6-29/+30
changes: translation updates
2010-10-22Fix compile on Dragonfly.darcy3-2/+20
Closes PR #43879. Patch supplied by ftigeot@wolfpond.org. Tested by darcy@NetBSD.org on i386. No revision bump as no code changed.
2010-10-21Update to 0.4.4:wiz3-8/+12
This release adds Korean and Russian localisation, fixes several issues with file paths containing non-English characters, and adds some other minor enhancements.
2010-10-21Update to nss-3.12.8 (catch up w/ firefox)tnn1-2/+2
Various bug fixes, including a security fix: 578697: (CVE-2010-3170) Browser Wildcard Certificate Validation Issue
2010-10-21Security & stability update to firefox-3.6.11 (xulrunner-1.9.2.11)tnn5-29/+12
MFSA 2010-72 Insecure Diffie-Hellman key exchange MFSA 2010-71 Unsafe library loading vulnerabilities MFSA 2010-70 SSL wildcard certificate matching IP addresses MFSA 2010-69 Cross-site information disclosure via modal calls MFSA 2010-68 XSS in gopher parser when parsing hrefs MFSA 2010-67 Dangling pointer vulnerability in LookupGetterOrSetter MFSA 2010-66 Use-after-free error in nsBarProp MFSA 2010-65 Buffer overflow and memory corruption using document.write MFSA 2010-64 Miscellaneous memory safety hazards (rv:1.9.2.11/ 1.9.1.14)
2010-10-21Fix typo.wiz1-2/+2
2010-10-20If installing icons to share/icons/gnome, depend on gnome-icon-theme.wiz2-4/+6
Bump PKGREVISION.
2010-10-20Update to 0.11:jmmv3-57/+38
Experimental version released on October 20th, 2010. * The ATF_CHECK* macros in atf-c++ were renamed to ATF_REQUIRE* to match their counterparts in atf-c. * Clearly separated the modules in atf-c that are supposed to be public from those that are implementation details. The header files for the internal modules are not installed any more. * Made the atf-check tool private. It is only required by atf-sh and being public has the danger of causing confusion. Also, making it private simplifies the public API of atf. * Changed atf-sh to enable per-command error checking (set -e) by default. This catches many cases in which a test case is broken but it is not reported as such because execution continues. * Fixed the XSTL and CSS stylesheets to support expected failures.
2010-10-19Also bump PKGREVISIONpettai1-1/+2
2010-10-19Fixes pkg/43699 ([devel/log4shib] build error)pettai1-1/+2
2010-10-19Changes 2.8.2:adam4-71/+70
* Fix for bug: ctest exit exception incorrectly reported * CTest: Parse empty Git commits correctly * Qualify name of extraction location with ExternalProject name. * For VS10: Really use full path file names. * Add support for the emulation version of the cudart library. * Cleanup FindOpenSSL. Add support for win64 installation. * Parallel CTest hangs if serial test has depends * Preserve ENV{MAKEFLAGS} in CMake script mode * Remove "Microsoft Visual Studio .NET" from VS8 and VS9 find modules. * Use full path file names in generate.stamp.list. * Use full path file names to express dependencies. * Look in the ctest ini file for GitCommand. * Fixed: CUDA_VERSION_MAJOR/MINOR now computed after first run. * Do not exit if stoptime is passed. * Document ctest_build() TARGET option * Make sure libarchive uses cmzlib and not the system libz if found. * Use forward slashes for objects in response files * Use platform variable for response file flag * Use response file for objects on MinGW and MSYS * Generalize CTest.Update* test dashboard script helpers * ctest_update: Support custom Git update command * ctest_update: Support Git upstream branch rewrites * Fix CMake data and doc paths in Cygwin package * Document scope of source file properties * Run CTest.NoNewline test using built CMake * Tru64: Place cmOStringStream vtable uniquely * Enable BootstrapTest on MSYS * Tru64: Use full-path include directives in Makefiles