summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-22Updated devel/p5-Params-Validate to 1.06sno1-1/+2
2012-03-22Update package for Perl5 module Params::Validate from CPAN insno2-6/+7
devel/p5-Params-Validate from 1.00 to 1.06. pkgsrc changes: - add Module::Implementation requirement Upstream changes: 1.06 2012-02-10 - Shut up warnings when XS is loaded on older 5.8.x Perl versions. Reported by Aaron James Trevena. RT #74742. 1.05 2012-02-08 - The XS code had a code path where it could pass the contents of a Perl variable as the first argument to the XS croak() subroutine. This subroutine is like printf(), and should receive a format string as its first argument. According to RT #74777, this can lead to segfaults on some systems. This could in theory be a security bug, but it's very unlikely that untrusted user input could end up being passed to this croak(). It is called when a spec specifies a "depend" value on another parameter. The value of the "depend" parameter was passed in the first argument to croak(). Reported by Andreas Voegele. 1.04 2012-02-08 - Use the latest Module::XSOrPP dzil plugin to generate a saner Build.PL. No need update if you're using an earlier version. 1.03 2012-02-06 - This release uses Module::Implementation to handle loading the XS or pure Perl implementation of Params::Validate. 1.02 2012-02-06 - The previous release never loaded the XS implementation, even if it had been compiled. - With newer versions of Perl, the pure Perl implementation treated regexp objects differently than the XS implementation. They should be treated as belonging to the SCALARREF type for backwards compatibility. - These two bugs combined managed to break the test suites of a number of modules on CPAN. This release should fix them. 1.01 2012-02-05 - The generated Build.PL detects whether or not the machine it's run on has a working compiler, and disables XS automatically if it doesn't. Fixes RT #44719.
2012-03-22Updated devel/p5-Params-Util to 1.07sno1-1/+2
2012-03-22Updating package for Perl5 module Params::Util from CPAN insno2-6/+6
devel/p5-Params-Util from 1.04 to 1.07. Upstream changes: 1.07 Sun 11 Mar 2012 - Disable XS version on cygwin as it shows bizarre behaviour that breaks form when using Params::Util XS verwion. 1.06 Thu 1 Mar 2012 - Remove the need for the sanexs.c file by generating into a temp file instead. 1.05 Thu 1 Mar 2012 - Restore compatibility with pre-5.8.8 Perls without a working compiler available install time (RIBASUSHI)
2012-03-22Updated devel/p5-Clone-Fast to 0.96sno1-1/+2
2012-03-22Updating package for Perl5 module Clone::Fast from CPAN insno3-6/+23
devel/p5-Clone-Fast from 0.92 to 0.96. pkgsrc changes: - add patch from RT#65485 to fix for Perl 5.11.0 and above Upstream changes: Sun Feb 12 17:43:44 PST Version 0.96 Remove debugging code Fri Feb 10 21:48:38 PST Version 0.94 Don't infinite recurse on @ magic.
2012-03-22Updated devel/p5-Class-Base to 0.04sno1-1/+2
2012-03-22Updating package for Perl5 module Class::Base from CPAN in devel/p5-Class-Basesno2-8/+7
from 0.03nb3 to 0.04. pkgsrc changes: - don't use per author download location, use module namespace one's Upstream changes: #------------------------------------------------------------------------ # Version 0.04 2012/02/06 #------------------------------------------------------------------------ * Test script is using Test::More instead the home-made ok() and is(). * Recommend using Badger::Base instead. * Gabor Szabo co-maintainer.
2012-03-22Updated devel/p5-Class-Autouse to 2.01sno1-1/+2
2012-03-22Updating package for Perl5 package Class::Autouse from CPAN insno2-6/+6
devel/p5-Class-Autouse from 2.00 to 2.01. Upstream changes: 2.01 Fri 3 Feb 2012 - Removing the use of "defined @array" deprecated in 5.16
2012-03-22Updated devel/p5-Cache-FastMmap to 1.40sno1-1/+2
2012-03-22Updating package for Perl5 module Cache::FastMmap from CPAN insno2-6/+6
devel/p5-Cache-FastMmap from 1.39 to 1.40. Upstream changes: 1.40 Mon Dec 5 10:30 2011 - Work around reference holding bug in Compress::Zlib
2012-03-22Updated devel/p5-CPAN-Meta-YAML to 0.008sno1-1/+2
2012-03-22Updating package for Perl5 module CPAN::Meta::YAML from CPAN insno2-6/+6
devel/p5-CPAN-Meta-YAML from 0.007 to 0.008. Upstream changes: 0.008 2012-03-14 17:13:24 EST5EDT - Generated from ADAMK/YAML-Tiny-1.51.tar.gz - Updated from YAML-Tiny to fix compatibility with older Scalar::Utils
2012-03-22Updated devel/p5-ExtUtils-MakeMaker to 6.62sno1-1/+2
2012-03-22Updating package for Perl5 module ExtUtils::MakeMaker from CPAN insno2-7/+6
devel/p5-ExtUtils-MakeMaker from 6.59nb2 to 6.62. Upstream changes since 6.59 (6.60 was skipped): 6.62 Sun Oct 23 16:43:36 PDT 2011 No changes from 6.61_01 6.61_01 Sat Sep 24 22:16:13 PDT 2011 Win32 * Liblist::Kid now checks the ActiveState MinGW library path environment variable [MITHALDU] * Further fixes to the Win32 quoting rules. Fixes failures on VC8+. [rt.cpan.org #69528] [SHAY]
2012-03-22Updated devel/p5-ExtUtils-ParseXS to 3.15sno1-1/+2
2012-03-22Updating package for Perl5 module ExtUtils::ParseXS from CPAN insno2-6/+6
devel/p5-ExtUtils-ParseXS from 3.11 to 3.15. Upstream changes since 3.11 (3.12 seems to be missed): 3.15 - Thu Feb 2 08:12:00 CET 2012 - Fix version for PAUSE indexer. 3.14 - Wed Feb 1 18:22:00 CET 2012 - Promote to stable release. - Proper repository and bugtracker info in META.json. 3.13_01 - Sat Jan 29 12:45:00 CET 2012 - ExtUtils::Typemaps: => Embedded typemap dumping: A method which will produce the verbatim string for inclusion in XS. => Introducing ExtUtils::Typemaps::Cmd, a helper module which can produce embedded typemap strings via simple one-liners. Useful for including typemaps from other modules in XS code with INCLUDE_COMMAND. See "perldoc ExtUtils::Typemaps::Cmd". - ExtUtils::ParseXS: => Bugfix: Used to have parsing problems with embedded typemaps occasionally. => Better error messages on typemap-related issues. If a no typemap was found for a given C type, list all mapped C types so that the user hopefully spots his mistake easily.
2012-03-22Note update of www/fengoffice package to 2.0.0.taca1-1/+2
2012-03-22Update fengoffice to 2.0.0.taca6-380/+790
Since 2.0 RC 1 ---------------- bugfix: Uploading files fom CKEditor. bugfix: Some data was not save creating a company. bugfix: Error produced from documents tab - New Presentation. bugfix: Problems with task dates in some views. bugfix: Fatal error when you post a comment on a task page. bugfix: Generation of task repetitions in new tasks. bugfix: Do not let assign tasks (via drag & drop) to users that doesn't have permissions. usability: Interface localization improvements. system: Performance improvements. Since 2.0 Beta 4 ---------------- bugfix: Extracted files categorization bugfix: When adding workspaces bugfix: Breadcrumbs were not working fine all the time bugfix: Being able to zip/unzip files security: JS Injection Slimey Fix system: .pdf and .docx files contents search system: Improvement when creating a new user system: Plugin update engine system: Plugin manager console mode system: Search in file revisions system: Import/Export contacts available again system: Import/Export events available again system: Google Calendar Sync system: Improvement on repeating events and tasks system: Cache compatibility (i.e.: with APC) usability: Completing a task closes its timeslots usability: Task progress bar working along the timeslots usability: Being able to change permissions in workspaces when editing Since 2.0 Beta 3 ---------------- bugfix: Several changes in the permissions system bugfix: Invalid sql queries fixed bugfix: Issues with archived and trashed objects solved bugfix: Issues with sharing table solved bugfix: Improved IE7 and IE9 compatibility bugfix: Several timeslots issues solved bugfix: IMAP issue solved at Emails module bugfix: Solved issue with templates bugfix: Added missing tooltips at calendar bugfix: Issue when completing repetitive task solved bugfix: Solved some issues with the Search engine bugfix: Solved issue with timezone autodetection buffix: Solved 'dimension dnx' error creating a workspace usability: Permission control in member forms usability: Disabling a user feature usability: Resfresh overview panel after quick add usability: Langs update/improvement usability: Drag & Drop feature added usability: Quick add task added, and improved usability: Slight improvement with notifications usability: Avoid double click at Search button (which caused performance issues) usability: Permissions by group feature added usability: Simple billing feature added system: Security Fixes system: Mail compatibility improved for different email clients system: Feng 2 API updated system: General code cleanup system: Widget Engine system: Performance improvements in custom reports system: Print calendar system: Custom Properties Since 2.0 Beta 2 ---------------- bugfix: Fixed problem uncompressing files bugfix: Loading indicator hidden bugfix: Search in mail contents bugfix: Mail reply js error bugfix: Filter members associated with deleted objects bugfix: Fixed permission error creating a contact usability: Contact View Improvements usability: Navigation Improvements system: Permission system fixes system: Performance issues solved. Using permission cache 'sharing table' for listing system: Weblinks module migrated Since 2.0 Beta 1 ---------------- bugfix: Fixed problem with context trees when editing content objects bugfix: Fixed template listing bugfix: Fixed issues when instantiating templates with milestones bugfix: Fixed issue deleting users from 'people' and 'users' dimension. bugfix: Fixed 'core_dimensions' installer bugfix: Z-Index fixed in object-picker and header usability: Selected rows style in object picker system: General code cleanup Since 1.7 ----------- system: Plugin Support system: Search Engine performance improved system: Multiple Dimensions - 'Workspaces' and 'Tags' generalization system: Database and Models structure changes - Each Content object identified by unique id system: Email removed from core (Available as a plugin) system: User Profile System feature: PDF Quick View - View uploaded PDF's usability: Default Theme improved usability: Customizable User Interface
2012-03-22Updated devel/p5-Eval-Closure to 0.08sno1-1/+2
2012-03-22Updating package for Perl5 module Eval::Closure from CPAN insno2-10/+10
devel/p5-Eval-Closure from 0.06 to 0.08. pkgsrc changes: - change no-version dependency notation from x>=0 into x-[0-9]* Upstream changes: 0.08 2012-02-09 - Remove a double layer of string eval that was introduced in 0.07 as an intermediate step in figuring out the unique package thing - it's not necessary with the final implementation, and just makes things slower and hides errors. 0.07 2012-02-03 - the given source is now evaled in a unique package for every eval_closure call (it used to always be evaled in the Eval::Closure package, which was especially buggy). this is to avoid issues where one eval_closure modifies the global environment (by, say, importing a function), which could mess up a later call. unfortunately, this means that the memoization stuff no longer works, since it will result in memoized results using the original package, which defeats the purpose. i'm open to suggestions on how to safely reenable it though. - clean up a few stray lexicals we were still closing over in the eval
2012-03-22Updated devel/p5-Error to 0.17017sno1-1/+2
2012-03-22Updating package for Perl5 module Error from CPAN in devel/p5-Error fromsno2-7/+6
0.17016nb2 to 0.17017. Upstream changes: Feb 11 2012 <shlomif@shlomifish.org> (Shlomi Fish) - Bleadperl broke Error.pm's tests - - https://rt.cpan.org/Ticket/Display.html?id=74770 - Applied a patch to check for optional trailing periods. - Thanks to ANDK for the report and RURBAN for the patch
2012-03-22Updated devel/p5-IO-Compress to 2.049sno1-1/+2
2012-03-22Updating package for Perl5 module IO::Compress from CPAN insno2-6/+6
devel/p5-IO-Compress from 2.048 to 2.049. Upstream changes: 2.049 18 February 2012 * IO::Compress::Zip Error in t/cz-03zlib-v1.t that caused warnings with 5.15 [RT# 110736: warnings from cpan/IO-Compress/t/cz-03zlib-v1.t]
2012-03-22Updated devel/p5-Compress-Raw-Bzip2 to 2.049sno1-1/+2
2012-03-22Updating package for Perl5 module Compress::Raw::Bzip2 from CPAN insno2-6/+6
devel/p5-Compress-Raw-Bzip2 from 2.048 to 2.049 as dependency of scheduled update of devel/p5-IO-Compress. Upstream changes: 2.049 18 February 2012 * No Changes
2012-03-22Updated devel/p5-Compress-Raw-Zlib to 2.051sno1-1/+2
2012-03-22Updating package for Perl5 module Compress::Raw::Zlib from CPAN insno2-6/+6
devel/p5-Compress-Raw-Zlib from 2.048 to 2.051. Upstream changes: 2.051 20 February 2012 * Bug in Compress::Raw::Zlib on Windows [#75222] 2.050 20 February 2012 * Build failure on Irix & Solaris. [RT #69985] 2.049 18 February 2012 * Include zlib 1.2.6 source.
2012-03-22Updated devel/p5-Git-Repository to 1.25sno1-1/+2
2012-03-22Updating package for Perl5 module Git::Repository from CPAN insno2-6/+6
devel/p5-Git-Repository from 1.22 to 1.25 Upstream changes: 1.25 Tue Dec 27 23:07:11 CET 2011 [ENHANCEMENTS] - None. It's as good as 1.24, without the stupid test fail. [TESTS] - fixed a test plan when a git binary is not available 1.24 Mon Dec 26 14:51:36 CET 2011 [ENHANCEMENTS] - the command cache for _is_git() is now properly populated when the git option is a command with options (e.g. sudo) - _is_git() still finds git when the PATH contains a directory named git in a better position (RT #72154) - Fix spelling errors fixed in Debian (RT #73079) - Defend against changes to $/ (RT #71621) 1.23 Sun Dec 4 16:06:08 CET 2011 [TESTS] - made t/07-version.t pass when /tmp is mounted noexec (RT #72610)
2012-03-22Updated net/miniupnpd to 1.6.20120320obache1-1/+2
2012-03-22Update miniupnpd to 1.6.20120320.obache3-6/+23
per PR 46236 by David Howland. while here, set LICENSE=modified-bsd. 2012/03/19: Fix ipfilter support (thanks dhowland https://github.com/dhowland) 2012/03/14: Changes to miniupnpd.init.d.script by Shawn Landden 2012/03/05: fixed reload_from_lease_file(). 2012/02/15: Change parselanaddr() function to allow 192.168.1.1/255.255.255.0 in configuration file. Change read_permission_line() to allow 192.168.1.1/255.255.255.0 in permission line (in configuration file). 2012/02/12: More syntax checks in upnppermissions.c 2012/02/11: Fix ipfw/Mac OS X specific source files to compile ok with -ansi flag 2012/02/09: Make HTTP listen socket non blocking (so accept() can't block) Make SSDP receive sockets non blocking use sockaddr_to_string() in SendSSDPAnnonce2 to handle IPv6 addresses 2012/02/06: Make HTTP (SOAP) sockets non blocking. 2012/02/05: Compile ok with -ansi flag. Save a few bytes in options.c using a string repository, instead of a fixed size buffer for each option value. 2012/02/04: Added friendly_name= option to config file 2012/02/03: Anchor name (PF) is now configurable through the config file with anchor= Added test of presence of /lib/libip4tc.so and /lib/libip6tc.so files in Makefile.linux in order to add -lip4tc and -lip6tc to LIBS accordingly. 2012/02/01: always handle EAGAIN, EWOULDBLOCK and EINTR after recv()/recvfrom() calls 2012/01/20: Always #include <netinet/in.h> before #include <arpa/inet.h> (for OpenBSD) .onrdomain field was added in pf with OpenBSD 5.0. Add PFRULE_HAS_ONRDOMAIN 2012/01/02: Fixing netfilter/iptables_*.sh scripts for new ifconfig output format. getifaddr.c: added additional checks on structure returned by getifaddrs() Fixing Mac OS X makefile for installation 2011/11/18: avoid infinite loop in SendResp_upnphttp() in case of error Replaced SendResp_upnphttp() + CloseSocket_upnphttp() by SendRespAndClose_upnphttp() Tomato specifics in genconfig.sh 2011/07/30: netfilter : Added a tiny_nf_nat.h file to compile with iptables installed headers. include xtables.h instead of iptables.h VERSION 1.6 : released the 2011/07/25 A lot of work on IPv6 support and IGDv2. Support of lease duration, etc. VERSION 1.5 : released the 2011/01/01 bugfixed and is now compatible with OpenBSD >= 4.7. It includes preliminary support for the version 2 of the UPnP Internet Gateway specification.
2012-03-22Updated net/darkstat to 3.0.715obache1-1/+2
2012-03-22Update darkstat to 3.0.715.obache2-6/+6
per maintainer updater request by PR 46241. v3.0.715 (January 2012) - Compatibility fixes for Hurd and Solaris. - Use link-time optimization and automake-like silent rules. - Support systems without ifaddrs.h again. - Continuing fixes for IPv6 support. - Only update lastseen time for sender, not recipient. - Implement --local-only: accounting for hosts on the local net. - Make failure to bind() a socket non-fatal. - Make failure to get local IP non-fatal. - Fall back to gethostbyaddr() if getnameinfo() fails. - Fix detection of IPv4 multicast addresses. - Fix decoding on OpenBSD DLT_NULL interfaces (e.g. gif(4))
2012-03-22Update rabbitmq to 2.8.0.fhajny7-73/+17
Changes in 2.8.0: * Dead lettering * Internal flow control
2012-03-22Updated emulators/suse121_glx to 12.1nb1obache1-1/+2
2012-03-22drm module and libudev0 are required.obache2-3/+11
Bump PKGREVISION.
2012-03-22Updated emulators/suse121_gtk2 to 12.1nb1obache1-1/+2
2012-03-22Add some missing required packages.obache2-2/+24
Bump PKGREVISION.
2012-03-22Updated emulators/suse121_base to 12.1nb1obache1-1/+2
2012-03-22Add missing packages for libsndfile.obache2-2/+17
Bump PKGREVISION.
2012-03-22update to 1.7.1drochner4-14/+13
fixes crashes on invalid input which are considered DOS problems (CVE-2012-1107, CVE-2012-1108)
2012-03-22Let the schily makefiles know when we're using gcc.hans1-1/+5
2012-03-22this evenings updatesmarkd1-1/+8
2012-03-22also drop idle3.1 from ALTERNATIVES.obache1-1/+0
2012-03-22Make work with python31.markd1-4/+12
2012-03-22Don't install idle3.1. It requires _tkinter which is split out to amarkd4-9/+7
separate package. We have a separate package for idle (py-idle).
2012-03-22Updated devel/p5-Bit-Vector to 7.2sno1-1/+2