summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-13To disable docs is now BUILD_DOCS=OFFmarkd1-2/+2
2013-08-13Updated www/curl to 7.32.0; devel/py-ZopeInterface to 4.0.5; net/py-twisted ↵adam2-3/+7
to 13.1.0; www/py-django to 1.5.2
2013-08-13Changes 1.5.2:adam3-10/+11
These releases address two cross-site scripting (XSS) vulnerabilities: one in a widget used by Django's admin interface, and one in a utility function used to validate redirects often used after login or logout. While these issues are of limited impact and may not effect all Django users, we encourage all users to upgrade as soon as possible.
2013-08-13Changes 13.1.0:adam5-54/+29
- trial now has an --exitfirst flag which stops the test run after the first error or failure. - twisted.internet.ssl.CertificateOptions now supports chain certificates. - twisted.internet.endpoints now provides ProcessEndpoint, a child process endpoint. - Factory now has a forProtocol classmethod that constructs an instance and sets its protocol attribute. - twisted.internet.endpoints.connectProtocol allows connecting to a client endpoint using only a protocol instance, rather than requiring a factory. - twisted.trial.unittest.SynchronousTestCase.assertNoResult no longer swallows the result, if the assertion succeeds. - twisted.python.constants.FlagConstant implements __iter__ so that it can be iterated upon to find the flags that went into a flag set, and implements __nonzero__ to test as false when empty. - assertIs and assertIsNot have now been added to twisted.trial.unittest.TestCase. - twisted.trial.unittest.TestCase.failureResultOf now takes an optional expected failure type argument. - The POSIX implementation of twisted.internet.interfaces.IReactorProcess now does not change the parent process UID or GID in order to run child processes with a different UID or GID.
2013-08-13Changes 4.0.5:adam3-19/+23
- Fixed a bug where a decorated method caused false positive failures on ``verifyClass()``. Changes 4.0.4: - Fixed a bug that was revealed by porting zope.traversing. During a loop, the loop body modified a weakref dict causing a ``RuntimeError`` error. Changes 4.0.3: - Fleshed out PyPI Trove classifiers. Changes 4.0.2: - Added support for Python 3.3. - Restored ability to install the package in the absence of ``setuptools``. - LP 1055223: Fix test which depended on dictionary order and failed randomly in Python 3.3. Changes 4.0.1: - Dropped explicit ``DeprecationWarnings`` for "class advice" APIS (these APIs are still deprecated under Python 2.x, and still raise an exception under Python 3.x, but no longer cause a warning to be emitted under Python 2.x).
2013-08-13Changes 7.32.0:adam3-8/+7
curl: allow timeouts to accept decimal values OS400: add slist and certinfo EBCDIC support OS400: new SSL backend GSKit CURLOPT_XFERINFOFUNCTION: introducing a new progress callback LIBCURL-STRUCTS: new document Bugfixes: dotdot: introducing dot file path cleanup docs: fix typo in curl_easy_getinfo manpage test1230: avoid using hard-wired port number test1396: invoke the correct test tool SIGPIPE: ignored while inside the library darwinssl: fix crash that started happening in Lion OpenSSL: check for read errors, don't assume c-ares: improve error message on failed resolve printf: make sure %x are treated unsigned formpost: better random boundaries url: restore the functionality of 'curl -u :' curl.1: fix typo in --xattr description digest: improve nonce generation configure: automake 1.14 compatibility tweak curl.1: document the --post303 option in the man page curl.1: document the --sasl-ir option in the man page setup-vms.h: sk_pop symbol tweak tool_paramhlp: try harder to catch negatives cmake: Fix for MSVC2010 project generation asyn-ares: Don't blank ares servers if none configured curl_multi_wait: set revents for extra fds Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() ftp_do_more: consider DO_MORE complete when server connects back curl_easy_perform: gradually increase the delay time curl: fix symbolic names for CURLUSESSL_* enum in --libcurl output curl: fix upload of a zip file in OpenVMS build: fix linking on Solaris 10 curl_formadd: CURLFORM_FILECONTENT wrongly rejected some option combos curl_formadd: fix file upload on VMS curl_easy_pause: on unpause, trigger mulit-socket handling md5 & metalink: use better build macros on Apple operating systems darwinssl: fix build error in crypto authentication under Snow Leopard curl: make --progress-bar update the line less frequently configure: don't error out on variable confusions (CFLAGS, LDFLAGS etc) mk-ca-bundle: skip more untrusted certificates formadd: wrong pointer for file name when CURLFORM_BUFFERPTR used FTP: when EPSV gets a 229 but fails to connect, retry with PASV mk-ca-bundle.1: don't install on make install VMS: lots of updates and fixes of the build procedure global dns cache: didn't work (regression) global dns cache: fix memory leak
2013-08-13Updated www/p5-Dancer to 1.3117wen1-1/+2
2013-08-13Update to 1.3117wen2-6/+6
Upstream changes: 1.3117 31.07.2013 [ ENHANCEMENTS ] * GH #836: Provide more information when an engine fails to load. (Yanick Champoux, reported by Daniel Perrett) [ BUG FIXES ] * GH #794: Upload data was not kept for forwarded requests. (reported by William Wolf) * GH #898: calling halt() doesn't discard set headers anymore. (Yanick Champoux, reported by Nicolas Franck) * GH #842: embedded 'prefix' now properly localized. (Yanick Champoux, reported by Jashank Jeremy) [ DOCUMENTATION ] * GH #938: fix doc typos in Dancer::Serializer. (Fabrice Gabolde) * GH #712: add all status codes known to Dancer to Dancer::HTTP. (Yanick Champoux, reported by Brian J Miller) * Add warning that 'forward' doesn't preserver the session. (Alberto Sim玫es) * GH #941: minor correction to code snippets in documentation. (Grzegorz Ro偶niecki) * GH #929: add warning on the use of Corona as underlying web server. (issue reported by berekuk) * GH #943: remove mention to 'Dancer::Plugin::Validation', clean 'dancer -a' sample output. (Grzegorz Ro偶niecki)
2013-08-13Updated mail/p5-MIME-Types to 2.01wen1-1/+2
2013-08-13Update to 2.01wen2-7/+6
Upstream changes: version 2.01: Sat Aug 3 01:07:27 CEST 2013 Improvements: - add dummy ::Types::create_type_index() because Catalyst-Plugin-Static-Simple calls it :( version 2.00: Fri Aug 2 17:44:53 CEST 2013 Changes: - the mime information is now collected from various sources, amongst them IANA. Therefore, some types may use different x-'s #types up from 995 to 2096 - a separate table is built for the extension-to-type mapping. #exts up from 734 to 1425 - the memory foot-print and start-up speed should have improved considerably. Improvements: - added bin/collect_types - 3 typos. rt.cpan.org#86847 [D Steinbrunner] - add ::Type::isVendor(), ::isExperimental(), ::isPersonal on request by rt.cpan.org#87062 [Lars] - cleaned-up Exporter syntax of (very) old interface. - added ::Types::listTypes() version 1.38: Fri Jan 11 09:58:08 CET 2013 - add application/vnd.ms-excel.template.macroEnabled.12 and five related from http://filext.com/faq/office_mime_types.php rt.cpan.org#82616 [M Jemmeson] version 1.37: Fri Dec 21 11:33:53 CET 2012: - all mime.types files agree that perl scripts should use application/x-perl. Hence removed text/x-perl rt.cpan.org#82100 [Kent Fredric] version 1.36: Wed Oct 31 20:34:42 CET 2012 - xlsx and friends had encoding 'binary' (since version 1.30), but should have been 'base64' rt.cpan.org#80529 [Douglas Wilson]
2013-08-13lucene related files appear to have changed their paths - update PLIST & ↵abs2-10/+10
bump PKGREVISION
2013-08-13Explicitly reference the std version of some wchar.h functions tojoerg2-1/+17
resolve ambiguity.
2013-08-13fix fallout from giflib update.joerg2-1/+15
2013-08-13Don't include missing config.hjoerg3-1/+36
2013-08-13Allow only the PHP version itself, otherwise the multi-version logicjoerg3-3/+9
will trigger with failing distinfo entries.
2013-08-13Don't use default arguments in friend declarations.joerg6-2/+61
2013-08-13Add missing include to make gif_lib.h self-contained.joerg3-2/+18
2013-08-13Updated sysutils/py-notify-python to 0.1.1nb21obache1-1/+2
2013-08-13Switch to use libnotify07.obache2-3/+42
Bump PKGREVISION.
2013-08-13Updated sysutils/py-notify to 0.2.1nb4obache1-1/+2
2013-08-13Fixes packaging, replaced with completely different package as update to 0.2.1.obache3-10/+16
* not relevant to libnotify, drop dependency, fix COMMENTS and DESCR. * fixes CATEGORY, `devel' is sufficient. * let to register EGG-INFO. Bump PKGREVISION.
2013-08-13Updated x11/zenity to 2.32.1nb14obache1-1/+2
2013-08-13Switch to use libnotify07.obache3-4/+268
Bump PKGREVISION.
2013-08-13Note update of emacs-snapshot.minskim1-1/+2
2013-08-13Update emacs-snapshot to 24.3.50.20130810.minskim3-7/+15
New elisp packages: frameset and gnus-icalendar.
2013-08-13Updated devel/p5-Moose to 2.1005wen1-1/+2
2013-08-13Update to 2.1005wen2-6/+8
Add two missing BUILD_DEPENDS Upstream changes: 2.1005 Tue, Aug 06, 2013 [ENHANCEMENTS] * add_method now accepts blessed subs (Graham Knop, PR#28) [BUG FIXES} * If a role consumed another role, we resolve method conflicts just like a class consuming a role, but when metaclass compat tried to fix up metaclass roles, we were putting all methods into one composite role and allowing methods in the metaclass roles to conflict. Now we resolve them as we should. (Jesse Luehrs, PR#27) * Some edge cases in tests with base.pm and non-existent module files are handled more strictly (see also perl RT#118561) (Graham Knop, PR#25)
2013-08-13Updated devel/p5-CPAN-Meta-Check to 0.007wen1-1/+2
2013-08-13Update to 0.007wen2-8/+7
Update BUILD_DEPENDS Upstream changes: 0.007 2013-07-31 14:37:58 Europe/Amsterdam Swap conflicts test, as underscore versions broke it 0.006 2013-07-27 00:24:21 Europe/Amsterdam Fixed bad dereference during conflicts checking 0.005 2013-04-22 17:27:50 Europe/Amsterdam Converted from Test::Differences to Test::Deep Don't load CPAN::Meta from CPAN::Meta::Check
2013-08-13Updated devel/p5-Test-CheckDeps to 0.006wen1-1/+2
2013-08-13Update to 0.006wen2-9/+9
Update DEPENDS Upstream changes: 0.006 2013-06-21 19:15:24 Europe/Amsterdam Explicitly require CPAN::Meta 2.120920 Switch to Module::Build::Tiny 0.005 2013-06-21 18:55:09 Europe/Amsterdam Require CPAN::Meta::Check 0.004
2013-08-13Updated www/epiphany to 2.30.6nb28obache1-1/+2
2013-08-13Switch to use libnotify07.obache3-5/+29
Bump PKGREVISION.
2013-08-13Added audio/bmp-crossfade version 0.3.11khorben1-1/+2
2013-08-13Added audio/bmp-crossfade (version 0.3.11)khorben1-1/+2
2013-08-13Added xmms-crossfade 0.3.11, as already found in audio/xmms-crossfade, butkhorben7-0/+157
with support for the Beep Media Player instead. XMMS-Crossfade can be used to remove the gaps between two songs, or to smoothly crossfade in-between.
2013-08-13Updated net/p5-SOAP-Lite to 1.04wen1-1/+2
2013-08-13Update to 1.04wen2-7/+6
Upstream changes: 1.04 August 9, 2013 ! #87605 Skip XML::Parser::Lite tests if it is missing [github.com/omega] 1.03 August 4, 2013 ! #87195 Remove DIME::Tools dep until we can work around its issues 1.02 July 30, 2013 ! #87421 1.01 release blew out xml versions. mea culpa. 1.01 July 29, 2013 ! #84168 Test t/02-payload.t fails under Perl 5.17.10 ! #87127 TEST.pl removed from MANIFEST ! revert #85713 - various reports of environment failures 1.0 July 16, 2013 ! #85713 SOAP::Transport::HTTP, 500 error skips parsing of response ! No more Windows 98 client support. Wait, wut? ! Merge SOAP::Transport::TCP back into SOAP::Lite (for now) ! #82416: xop href cid: URI encoded support reported by Michael R. Davis (mrdvt92) ! #85208 bad test plan ! #83750 different headers for mod_perl vs mod_perl2 [Mithun Bhattacharya] 0.716 May 10, 2013 ! #17275 Client unable to detect fatal SOAP failure (e.g. unable to connect to host) ! #81471 Force array context for correct Apache header parsing in SOAP::Transport::HTTP ! #45611 deserializing SOAP message with composite attachment raises exception ! #84168 Test t/02-payload.t fails under Perl 5.17.10 ! #85098 Monkey patch for LWP::Protocol confuses the toolchain ! #78692 / #84724 / #83715 Sending large object (many levels deep) throws error Incorrect parameter ! #78502 t/08-schema.t noisy under 5.17.2 (unescaped left brace in regex is deprecated) ! #78608 Documentation for "+trace" ! #78639 Spelling error reported by Debian tools
2013-08-13Patched bmp as recommended in xmms-crossfade.khorben13-29/+150
This fixes issues occuring with this plug-in enabled, while stopping playback or crossfading between tracks for instance. Bump revision, as the resulting binaries are changed with this patch.
2013-08-13Updated devel/nasm to 2.10.09wen1-1/+2
2013-08-13Update to 2.10.09wen3-17/+16
Upstream changes: C.1.1 Version 2.10.09 Pregenerate man pages. C.1.2 Version 2.10.08 Fix VMOVNTDQA, MOVNTDQA and MOVLPD instructions. Fix collision for VGATHERQPS, VPGATHERQD instructions. Fix VPMOVSXBQ, VGATHERQPD, VSPLLW instructions. Add a bunch of AMD TBM instructions. Fix potential stack overwrite in numbers conversion. Allow byte size in PREFETCHTx instructions. Make manual pages up to date. Make F3 and F2 SSE prefixes to override 66. Support of AMD SVM instructions in 32 bit mode. Fix near offsets code generation for JMP, CALL instrictions in long mode. Fix preprocessor parse regression when id is expanding to a whitespace. C.1.3 Version 2.10.07 Fix line continuation parsing being broken in previous version. C.1.4 Version 2.10.06 Always quote the dependency source names when using the automatic dependency generation options. If no dependency target name is specified via the -MT or -MQ options, quote the default output name. Fix assembly of shift operations in CPU 8086 mode. Fix incorrect generation of explicit immediate byte for shift by 1 under certain circumstances. Fix assembly of the VPCMPGTQ instruction. Fix RIP-relative relocations in the macho64 backend. C.1.5 Version 2.10.05 Add the CLAC and STAC instructions. C.1.6 Version 2.10.04 Add back the inadvertently deleted 256-bit version of the VORPD instruction. Correct disassembly of instructions starting with byte 82 hex. Fix corner cases in token pasting, for example: %define N 1e%++%+ 5 dd N, 1e+5 C.1.7 Version 2.10.03 Correct the assembly of the instruction: XRELEASE MOV [absolute],AL Previous versions would incorrectly generate F3 A2 for this instruction and issue a warning; correct behavior is to emit F3 88 05. C.1.8 Version 2.10.02 Add the ifunc macro package with integer functions, currently only integer logarithms. See section 5.4. Add the RDSEED, ADCX and ADOX instructions. C.1.9 Version 2.10.01 Add missing VPMOVMSKB instruction with reg32, ymmreg operands. C.1.10 Version 2.10 When optimization is enabled, mov r64,imm now optimizes to the shortest form possible between: mov r32,imm32 ; 5 bytes mov r64,imm32 ; 7 bytes mov r64,imm64 ; 10 bytes To force a specific form, use the STRICT keyword, see section 3.7. Add support for the Intel AVX2 instruction set. Add support for Bit Manipulation Instructions 1 and 2. Add support for Intel Transactional Synchronization Extensions (TSX). Add support for x32 ELF (32-bit ELF with the CPU in 64-bit mode.) See section 7.9. Add support for bigendian UTF-16 and UTF-32. See section 3.4.5. C.1.11 Version 2.09.10 Fix up NSIS script to protect uninstaller against registry keys absence or corruption. It brings in a few additional questions to a user during deinstallation procedure but still it is better than unpredictable file removal. C.1.12 Version 2.09.09 Fix initialization of section attributes of bin output format. Fix mach64 output format bug that crashes NASM due to NULL symbols. C.1.13 Version 2.09.08 Fix __OUTPUT_FORMAT__ assignment when output driver alias is used. For example when -f elf is used __OUTPUT_FORMAT__ must be set to elf, if -f elf32 is used __OUTPUT_FORMAT__ must be assigned accordingly, i.e. to elf32. The rule applies to all output driver aliases. See section 4.12.6. C.1.14 Version 2.09.07 Fix attempts to close same file several times when -a option is used. Fixes for VEXTRACTF128, VMASKMOVPS encoding. C.1.15 Version 2.09.06 Fix missed section attribute initialization in bin output target. C.1.16 Version 2.09.05 Fix arguments encoding for VPEXTRW instruction. Remove invalid form of VPEXTRW instruction. Add VLDDQU as alias for VLDQQU to match specification. C.1.17 Version 2.09.04 Fix incorrect labels offset for VEX intructions. Eliminate bogus warning on implicit operand size override. %if term could not handle 64 bit numbers. The COFF backend was limiting relocations number to 16 bits even if in real there were a way more relocations. C.1.18 Version 2.09.03 Print %macro name inside %rep blocks on error. Fix preprocessor expansion behaviour. It happened sometime too early and sometime simply wrong. Move behaviour back to the origins (down to NASM 2.05.01). Fix unitialized data dereference on OMF output format. Issue warning on unterminated %{ construct. Fix for documentation typo. C.1.19 Version 2.09.02 Fix reversed tokens when %deftok produces more than one output token. Fix segmentation fault on disassembling some VEX instructions. Missing %endif did not always cause error. Fix typo in documentation. Compound context local preprocessor single line macro identifiers were not expanded early enough and as result lead to unresolved symbols. C.1.20 Version 2.09.01 Fix NULL dereference on missed %deftok second parameter. Fix NULL dereference on invalid %substr parameters. C.1.21 Version 2.09 Fixed assignment the magnitude of %rep counter. It is limited to 62 bits now. Fixed NULL dereference if argument of %strlen resolves to whitespace. For example if nonexistent macro parameter is used. %ifenv, %elifenv, %ifnenv, and %elifnenv directives introduced. See section 4.4.9. Fixed NULL dereference if environment variable is missed. Updates of new AVX v7 Intel instructions. PUSH imm32 is now officially documented. Fix for encoding the LFS, LGS and LSS in 64-bit mode. Fixes for compatibility with OpenWatcom compiler and DOS 8.3 file format limitation. Macros parameters range expansion introduced. See section 4.3.4. Backward compatibility on expanging of local sigle macros restored. 8 bit relocations for elf and bin output formats are introduced. Short intersegment jumps are permitted now. An alignment more than 64 bytes are allowed for win32, win64 output formats. SECTALIGN directive introduced. See section 4.12.13. nojmp option introduced in smartalign package. See section 5.2. Short aliases win, elf and macho for output formats are introduced. Each stands for win32, elf32 and macho32 accordingly. Faster handling of missing directives implemented. Various small improvements in documentation. No hang anymore if unable to open malloc.log file. The environments without vsnprintf function are able to build nasm again. AMD LWP instructions updated. Tighten EA checks. We warn a user if there overflow in EA addressing. Make -Ox the default optimization level. For the legacy behavior, specify -O0 explicitly. See section 2.1.22. Environment variables read with %! or tested with %ifenv can now contain non-identifier characters if surrounded by quotes. See section 4.10.2. Add a new standard macro package %use fp for floating-point convenience macros. See section 5.3. C.1.22 Version 2.08.02 Fix crash under certain circumstances when using the %+ operator. C.1.23 Version 2.08.01 Fix the %use statement, which was broken in 2.08. C.1.24 Version 2.08 A number of enhancements/fixes in macros area. Support for converting strings to tokens. See section 4.1.9. Fuzzy operand size logic introduced. Fix COFF stack overrun on too long export identifiers. Fix Macho-O alignment bug. Fix crashes with -fwin32 on file with many exports. Fix stack overrun for too long [DEBUG id]. Fix incorrect sbyte usage in IMUL (hit only if optimization flag passed). Append ending token for .stabs records in the ELF output format. New NSIS script which uses ModernUI and MultiUser approach. Visual Studio 2008 NASM integration (rules file). Warn a user if a constant is too long (and as result will be stripped). The obsoleted pre-XOP AMD SSE5 instruction set which was never actualized was removed. Fix stack overrun on too long error file name passed from the command line. Bind symbols to the .text section by default (ie in case if SECTION directive was omitted) in the ELF output format. Fix sync points array index wrapping. A few fixes for FMA4 and XOP instruction templates. Add AMD Lightweight Profiling (LWP) instructions. Fix the offset for %arg in 64-bit mode. An undefined local macro (%$) no longer matches a global macro with the same name. Fix NULL dereference on too long local labels.
2013-08-12Updated www/p5-Mojolicious to 4.24wen1-1/+2
2013-08-12Update to 4.24wen2-6/+6
Upstream changes: 4.24 2013-08-08 - Added ancestors method to Mojo::DOM. - Fixed bug where Mojo::IOLoop::Stream timeout was not always available. 4.23 2013-08-01 - Added redirects method to Mojo::Transaction::HTTP. 4.22 2013-07-30 - Improved Mojo::Server to use FindBin more defensively. - Fixed empty attribute bug in Mojo::DOM::CSS. - Fixed partial route handling in routes command. 4.21 2013-07-29 - Added strip method to Mojo::DOM. - Fixed return values of remove and replace methods in Mojo::DOM. 4.20 2013-07-28 - Deprecated Mojo::DOM::attrs in favor of Mojo::DOM::attr. - Improved Mojo::UserAgent connection management to be fork-safe. 4.19 2013-07-21 - Improved invalid tag handling in Mojo::DOM::HTML. 4.18 2013-07-08 - Added --mode option to Morbo. - Fixed bug in Mojo::UserAgent where not all 2xx responses would be accepted for CONNECT requests.
2013-08-12Updated devel/p5-Module-CoreList to 2.96wen1-1/+2
2013-08-12Update to 2.96wen2-6/+6
Upstream changes: 2.96 Mon Aug 12 2013 - Utils module listing all utilities released with core - Updated for v5.18.1 2.95 Mon Jun 22 2013 - Updated for v5.19.3 2.94 Sun Jun 21 2013 - Updated for v5.19.2 2.93 Thu 20 Jun 2013 - Updated for v5.19.1
2013-08-12Updated time/p5-Time-Piece to 1.22wen1-1/+2
2013-08-12Update to 1.22wen2-7/+6
Upstream changes: 1.22 2013-08-12 - add explicit copyright and license statements - fix encoding of .pm files and add =encoding directive 1.21 2013-07-06 - fix installation target; now installs to site in v5.12 and later - make Time::Seconds match its VERSION to Time::Piece - numerous portability fixes imported from perl core distribution
2013-08-12Updated security/py-itsdangerous to 0.23.kleink1-1/+2
2013-08-12Update py-itsdangerous to 0.23.kleink2-6/+6
Version 0.23 ~~~~~~~~~~~~ - Fixed a packaging mistake that caused the tests and license files to not be included.
2013-08-12Updated sysutils/gnome-mount to 0.8nb25obache1-1/+2