summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-09update to bluez-hcidump version 2.3plunky2-10/+8
(rework the pkgsrc variables so that not as many lines need to be changed on updates) Changelog: Marcel Holtmann [Fri, 2 Mar 2012 01:54:01 +0000] build: Rename configure.in into configure.ac Johan Hedberg [Tue, 28 Feb 2012 00:05:42 +0000] lib: Add missing host feature defines This patch add missing SSP and "Simultaneous LE & BR/EDR" feature bit definitions to hci.h. Marcel Holtmann [Mon, 27 Feb 2012 06:42:41 +0000] lib: Make unaligned access functions const Marcel Holtmann [Mon, 27 Feb 2012 06:12:34 +0000] lib: Add definition for HCI_CHANNEL_MONITOR Andrei Emeltchenko [Fri, 24 Feb 2012 08:44:23 +0000] lib: Copy L2CAP chan policy defines from kernel Those defines will be used by user space. Marcel Holtmann [Tue, 21 Feb 2012 14:01:54 +0000] lib: Add struct for reading LE host supported setting Vinicius Costa Gomes [Fri, 10 Feb 2012 21:39:51 +0000] lib: Fix using old-style initializers Peter Krystad [Wed, 15 Feb 2012 19:04:11 +0000] lib: Add L2CAP Create/Move Channel definitions Luiz Augusto von Dentz [Fri, 17 Feb 2012 09:48:55 +0000] core: Add support for passing PSM as OBEX port As OBEX can now use L2CAP as transport, -O/--obex option should accept values other than RFCOMM channel, so values over 31 are now interpreted as PSM. Luiz Augusto von Dentz [Fri, 17 Feb 2012 09:48:54 +0000] L2CAP: add OBEX support Johan Hedberg [Thu, 2 Feb 2012 17:48:55 +0000] lib: Add stub for A2MP Johan Hedberg [Wed, 1 Feb 2012 06:05:26 +0000] att: Fix UUID-128 parsing ATT UUIDs are in little-endian format (in contrast to e.g. SDP). Vinicius Costa Gomes [Tue, 24 Jan 2012 13:57:18 +0000] lib: Add Key Size information to the security information Since some time the kernel has the capability to return the length of the key that was used to encrypt the link. This patch exposes that field to userspace so more applications can take decisions based on this information. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Makefile distinfo CVS: ----------------------------------------------------------------------
2012-03-09Updated devel/scmgit to 1.7.9.3adam1-1/+5
2012-03-09Changes 1.7.9.3:adam7-31/+27
* "git p4" (in contrib/) submit the changes to a wrong place when the "--use-client-spec" option is set. * The config.mak.autogen generated by optional autoconf support tried to link the binary with -lintl even when libintl.h is missing from the system. * When the filter driver exits before reading the content before the main git process writes the contents to be filtered to the pipe to it, the latter could be killed with SIGPIPE instead of ignoring such an event as an error. * "git add --refresh <pathspec>" used to warn about unmerged paths outside the given pathspec. * The bulk check-in codepath in "git add" streamed contents that needs smudge/clean filters without running them, instead of punting and delegating to the codepath to run filters after slurping everything to core. * "git branch --with $that" assumed incorrectly that the user will never ask the question with nonsense value in $that. * "git bundle create" produced a corrupt bundle file upon seeing commits with excessively long subject line. * When a remote helper exits before reading the blank line from the main git process to signal the end of commands, the latter could be killed with SIGPIPE. Instead we should ignore such event as a non-error. * The commit log template given with "git merge --edit" did not have a short instructive text like what "git commit" gives. * "git rev-list --verify-objects -q" omitted the extra verification it needs to do over "git rev-list --objects -q" by mistake. * "gitweb" used to drop warnings in the log file when "heads" view is accessed in a repository whose HEAD does not point at a valid branch. * An invalid regular expression pattern given by an end user made "gitweb" to return garbled response.
2012-03-09Note update of www/contao211 package to 2.11.1 andtaca1-1/+3
www/contao211-translations package to 201203090.
2012-03-09Update contao211-translations package to 201203090.taca3-16/+16
Update French, Italian and Japanese language files to support Contao 2.11.1.
2012-03-09Update contao211 package to 2.11.1.taca2-9/+12
### Fixed Store the date added when creating an admin user upon installation (see #4054). ### Fixed Purge the Zend Optimizer+ cache after writing the local configuration file. ### Fixed The IDNA convert class did not run under PHP 5.2 (see #4044). ### Fixed Inject error messages of checkbox and radio groups inside the fieldset, so they can be associated with it (accessibility) and do not break the CSS formatting. This change does not require any template adjustments (see #3392). ### Fixed Correctly handle tabs and line breaks when importing CSV data (see #4025). ### Fixed Event feeds did not show the date anymore (see #4026). ### Fixed Preserve absolute URLs in style sheets in the Combiner (see #4002). ### Fixed Support all kinds of keydown events in the stylect plugin, so options can be selected by pressing the first key of their label (see #3812). ### Added Added a separate version check for LTS releases. ### Fixed Prevent the auto_item feature from generating duplicate content (see #4012). ### Fixed Do not add the `language` parameter when forwarding to a page (see #4011). ### Fixed The date picker in the back end did not work correctly due to MooTools failing to parse dates correctly (see #3954). ### Fixed The TinyMCE links popup failed under certain conditions (see #3995). ### Fixed Correctly add the language to insert tag links (see #3983). ### Fixed When creating an admin user in the install tool, the username was not validated correctly (see #4006). ### Updated Updated MooTools to version 1.4.5 which fixes a critical bug. ### Fixed Relative URLs are now validated correctly (`'rgxp'=>'url'`) (see #3792). ### Fixed Adjust the submit button height in Opera (see #3940). ### Fixed The front end preview drop-down menu did not use the stylect plugin. ### Fixed Use the Facebook sharer instead a third-party app (see #3990). ### Fixed Preserve IE conditionals like `[if (lt IE 9) & (!IEMobile)]` when replacing ampersands in the front end (see #3985). ### Fixed Set the maximum length of `inputUnit` fields to 200 (see #3987). ### Fixed If an image with a title was added to a text element, the lightbox did not show the title anymore (see #3986). ### Fixed The hyperlink element did not output the link title anymore (see #3973). ### Fixed Send a 404 header and do not index or cache a page if there is a pagination menu and the `page` parameter is outside the range of existing pages. Now that list and reader modules can be shown on the same page, it is likely that those pages will be cached. This fix prevents the search index and temporary directory from being flooded with non-existing resources (such as `?page=100000`). ### Fixed Fixed the module wizard so you can use the stylect menu of a duplicated element without having to reload the page (see #3970). ### New Added the Slovenian translation of the TinyMCE "typolinks" plugin (thanks a lot to Davor) (see #3952) ### Fixed Fixed the "getContentElement", "getFrontendModule" and "getForm" hooks, so they pass the generated content to the callback function (see #3962). ### Fixed Correctly handle pages with the alias name "index" (see #3961). ### Fixed Patched the MooTools core script to fix the accordion effect (see #3956). ### Fixed The slimbox style sheets are now compatible with the combiner.
2012-03-09Use BSD_INSTALL_DATA to fix installation (on SunOS for instance).fhajny2-8/+18
2012-03-09Force --with-waitfunc=wait3 on SunOS, fixes several courier-* packages.fhajny1-1/+7
2012-03-09Bump PKGREVISIONfhajny1-2/+2
2012-03-09Missing dependency for security/p5-Digest-SHA1 added.fhajny1-1/+2
2012-03-09Fix for recent SunOS platforms where support for NIS+ was dropped.fhajny1-1/+9
2012-03-09Add --with-xml=yes since we're linking libxml2 anyway.fhajny1-1/+3
Bump PKGREVISION.
2012-03-09Fix problem with ISNAN on SunOS.fhajny2-5/+11
2012-03-09require `aclocal` before `automake'.obache1-1/+2
fixes PR 46159.
2012-03-09Fix PLIST mismatch for the java option, fix build on SunOS for ruby.fhajny4-8/+20
2012-03-09Fix the interpretter of texi2dvi, it is a true Bash script.fhajny1-1/+3
2012-03-09Updated www/opera-plugins to 1.0nb2obache1-1/+2
2012-03-09opera>=11.61 will not be installed in EMULSUBDIR, adjust path.obache1-6/+6
Bump PKGREVISION.
2012-03-09Updated www/opera-acroread7 to 1.0nb4obache1-1/+2
2012-03-09opera>=11.61 will not be installed in EMULDIR, adjust path.obache4-9/+9
Bump PKGREVISION.
2012-03-09Note update of lang/parrot to 4.1.0.he1-1/+2
2012-03-09Update parrot to version 4.1.0.he2-7/+7
Upstream changes: - Core + Shared libraries and installable binaries are now stripped if built with --optimize on Cygwin, which greatly reduces their size on disk + New experimental PCC-related ops added to core. - Documentation + Revised 'docs/project/release_manager_guide.pod' - Tests + Parrot now uses Travis CI http://travis-ci.org + Parrot Continuous Integration (CI) with Travis CI means every commit of Parrot is now compiled and tested on gcc, g++ and clang with various Configure.pl options. + CI Notifications are sent to parrot-dev, the #parrot IRC channel and Smolder + Cardinal and Rakudo spec tests also on Travis CI
2012-03-09Fix int types for SunOS.fhajny1-1/+4
2012-03-09Add DTrace support option.fhajny2-1/+18
2012-03-09Fix an instance of GNU_PROGRAM_PREFIX not identified properly in PLIST.fhajny1-2/+2
2012-03-09Remove a quirky -march=i486 workaround.fhajny3-2/+23
2012-03-09Prevent a hang in configure on SunOS.fhajny1-1/+6
2012-03-09Honor LIBS from pkgsrc. Set license.fhajny3-5/+6
2012-03-09Fix build on a mix of GNU/Sun tools.fhajny2-1/+16
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz117-230/+234
py-* not affected, since it built different versions depending on the setting already.
2012-03-09Add patch from upstream to add hash randomization.drochner5-3/+290
Without that, (untrusted) input can fill hash buckets uneven, causing high CPU load. (CVE-2012-0841) To get a patch which is simple enough to get pulled up to the stable pkgsrc branch, I've not touched "configure" but just assumed that the POSIX functions rand(), srand() and time() are present. bump PKGREV
2012-03-09Make sure GNU diff is available.fhajny1-1/+7
Fixes PR pkg/44828.
2012-03-09Only include the OpenSSL BL3 if mysql-client was built with the 'ssl' option.fhajny1-2/+8
2012-03-09Patcj to make the SunOS condition in libgadu a bit more generic.fhajny2-1/+16
2012-03-09Assembler code results in undefined symbols on SunOS in general, too.fhajny1-2/+2
2012-03-09update to 2.4.9drochner2-6/+6
changes: -fix many cases of possible memory corruption by malicious font files (CVE-2012-1126...-1144) -minor fixes and feature improvements
2012-03-09Use LITTLE_ENDIAN on amd64 arch (fixes SunOS and ABI=64).fhajny2-4/+4
2012-03-09Updated misc/zyGrib to 5.1.2plunky1-1/+2
2012-03-09update to zyGrib 5.1.2plunky6-29/+38
2012-02-26 : zyGrib Version 5.1.2 Display data of GulfStream (RTOFS model, available from saildocs.com). Bug fixed: MAC version : jpeg images recording was broken. Dutch translation updated (thanksReinout de Groen). Some little bugs fixed, but it remains... 2011-12-22 : zyGrib Version 5.1.1 Curve drawer from Polaris, the return. Bug fixed : random loss of characters in proxy parameters, sometimes. 2011-12-18 : zyGrib Version 5.1.0 Optional download of files in strict HTTP mode. Only for zygrib's forum users (free). Limits : 30 files max each 24h. 250 MO max each 24h. At least 1 connection to zyGrib forum each 4 months. New altitude level : 925hPa (# 760m). Display sea currents, but zyGrib does not provide these data (thanks to Alain Coat from Actimar). Sample currents and weather forecast file (West of France) from Actimar wrf1.grb Arabic translation (thanks to Andreas Degwerth from Cassidian). Security: encrypted passwords in configuration file. Perhaps you have to reconfigure the proxy parameters. Bug fixed : date cursor was sometime misplaced in 'local hour' mode. Bug fixed : better bounding box for the selection of very small areas.'. Bug fixed : crash with grib file with only waves.
2012-03-09Only conflict with gtar-base and gcpio if NBPAX_PROGRAM_PREFIX empty.fhajny1-3/+5
2012-03-09Added x11/qwt6-qt4 version 6.0.1plunky2-3/+3
2012-03-09add qwt6-qt4plunky1-1/+2
2012-03-09Import Qwt-6.0.1 as separate package to qwt-qt4, since the API changedplunky7-0/+1013
and some packages still depend on the old API.
2012-03-09Only conflict with archivers/pax if NBPAX_PROGRAM_PREFIX empty.fhajny1-2/+3
2012-03-09Note update of lang/parrot to 4.0.0.he1-1/+2
2012-03-09Update parrot to version 4.0.0.he2-7/+7
Upstream changes: - Core + Several cleanups to the interp subsystem API + Cleanups and documentation additions for green threads and timers + Iterator PMC and family now implement the "iterator" role + A bug in Parrot_ext_try was fixed where it was not popping a context correctly - Documentation + Docs for all versions of Parrot ever released are now available at http://parrot.github.com - Tests + Timer PMC tests were converted from PASM to PIR
2012-03-09Fix build on Liunxsbd2-7/+10
2012-03-09qmail always installs the manpages and catpages so MANINSTALLsbd1-1/+5
must be set so thay are not removed from the PLIST.
2012-03-08Remove special handling for LOWER_VENDOR in print-PLIST, it hurts morewiz1-5/+1
than it helps (e.g. replacing foo.pc with foo.${LOWER_VENDOR}).
2012-03-08Updated sysutils/flashrom to 0.9.5.2jakllsch1-1/+2