Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 18:17:27 UTC Now

2013-08-14 14:40:11 UTC MAIN commitmail json YAML

Changes 3.6.18:
* BUG 9777: vfs_dirsort uses non-stackable calls, dirfd(), malloc instead
  of talloc and doesn't cope with directories being modified whilst reading.
* BUG 9678: Windows 8 Roaming profiles fail.
* BUG 9636: Fix parsing linemarkers in preprocessor output.
* BUG 9880: Use of wrong RFC2307 primary group field.
* BUG 9983: Fix output of syslog-facility check.
* BUG 10064: Linux kernel oplock breaks can miss signals.

(adam)

2013-08-14 13:06:29 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.2.2.1328

(obache)

2013-08-14 13:06:13 UTC MAIN commitmail json YAML

Update mikutter to 0.2.2.1328.
(drop dependency on libnotify, optional and alternative selectable).

bug fixes.

(obache)

2013-08-14 12:52:25 UTC MAIN commitmail json YAML

+ ruby-libnotify

(obache)

2013-08-14 12:51:36 UTC MAIN commitmail json YAML

Added sysutils/ruby-libnotify version 0.5.1

(obache)

2013-08-14 12:51:16 UTC MAIN commitmail json YAML

2013-08-14 08:55:49 UTC MAIN commitmail json YAML

2013-08-14 08:30:26 UTC MAIN commitmail json YAML

Updated security/seahorse-plugins to 2.30.1nb28

(obache)

2013-08-14 08:30:06 UTC MAIN commitmail json YAML

2013-08-14 08:03:52 UTC MAIN commitmail json YAML

Updated sysutils/gnome-power-manager to 2.24.4nb35

(obache)

2013-08-14 08:01:48 UTC MAIN commitmail json YAML

2013-08-14 05:59:32 UTC MAIN commitmail json YAML

Updated x11/gnome-applets to 2.32.1.1nb29

(obache)

2013-08-14 05:59:16 UTC MAIN commitmail json YAML

2013-08-14 05:40:46 UTC MAIN commitmail json YAML

Updated multimedia/gnome-mplayer to 1.0.8nb4

(obache)

2013-08-14 05:40:29 UTC MAIN commitmail json YAML

2013-08-14 05:32:25 UTC MAIN commitmail json YAML

Updated pkgtools/gnome-packagekit to 0.4.0nb28

(obache)

2013-08-14 05:31:04 UTC MAIN commitmail json YAML

2013-08-14 04:53:27 UTC MAIN commitmail json YAML

Updated mail/evolution to 2.32.3nb23

(obache)

2013-08-14 04:35:32 UTC MAIN commitmail json YAML

2013-08-14 04:11:12 UTC MAIN commitmail json YAML

2013-08-14 01:16:10 UTC MAIN commitmail json YAML

Set the package's license (GNU GPL version 2)

(khorben)

2013-08-14 01:13:10 UTC MAIN commitmail json YAML

Added an option "libsamplerate" to build with support for
audio/libsamplerate; it should enhance output quality while resampling.

It is currently disabled by default.

(khorben)

2013-08-14 01:08:49 UTC MAIN commitmail json YAML

Imported missing patch while adding the package

(khorben)

2013-08-13 21:24:37 UTC MAIN commitmail json YAML

If not building with lzo option give bogus path for lzo otherwise it will
be detected if its installed and build will fail.

(markd)

2013-08-13 20:34:33 UTC MAIN commitmail json YAML

Note update of the "youtube-dl" package to version 20130809.

(tron)

2013-08-13 20:34:12 UTC MAIN commitmail json YAML

Update "youtube-dl" package to version 20130809 . A changelog is not
available as usual but it fixes video downloads from Youtube for me.

(tron)

2013-08-13 20:00:41 UTC MAIN commitmail json YAML

Depend on the latest version of libclucene as older versions wont result
in current PLIST.

(markd)

2013-08-13 19:55:51 UTC MAIN commitmail json YAML

2013-08-13 19:53:30 UTC MAIN commitmail json YAML

2013-08-13 19:47:20 UTC MAIN commitmail json YAML

To disable docs is now BUILD_DOCS=OFF

(markd)

2013-08-13 17:51:38 UTC MAIN commitmail json YAML

Updated www/curl to 7.32.0; devel/py-ZopeInterface to 4.0.5; net/py-twisted to 13.1.0; www/py-django to 1.5.2

(adam)

2013-08-13 17:48:24 UTC MAIN commitmail json YAML

Changes 1.5.2:
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.

(adam)

2013-08-13 17:47:41 UTC MAIN commitmail json YAML

Changes 13.1.0:
- 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.

(adam)

2013-08-13 17:42:28 UTC MAIN commitmail json YAML

Changes 4.0.5:
- 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).

(adam)

2013-08-13 17:07:32 UTC MAIN commitmail json YAML

Changes 7.32.0:
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

(adam)

2013-08-13 16:09:18 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3117

(wen)

2013-08-13 16:07:57 UTC MAIN commitmail json YAML

Update to 1.3117

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)

(wen)

2013-08-13 16:05:52 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Types to 2.01

(wen)

2013-08-13 16:04:28 UTC MAIN commitmail json YAML

Update to 2.01

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]

(wen)

2013-08-13 11:55:24 UTC MAIN commitmail json YAML

lucene related files appear to have changed their paths - update PLIST & bump PKGREVISION

(abs)

2013-08-13 10:24:23 UTC MAIN commitmail json YAML

Explicitly reference the std version of some wchar.h functions to
resolve ambiguity.

(joerg)

2013-08-13 10:23:26 UTC MAIN commitmail json YAML

2013-08-13 10:22:57 UTC MAIN commitmail json YAML

2013-08-13 10:22:26 UTC MAIN commitmail json YAML

Allow only the PHP version itself, otherwise the multi-version logic
will trigger with failing distinfo entries.

(joerg)

2013-08-13 10:21:35 UTC MAIN commitmail json YAML

2013-08-13 10:20:47 UTC MAIN commitmail json YAML

2013-08-13 09:38:50 UTC MAIN commitmail json YAML

Updated sysutils/py-notify-python to 0.1.1nb21

(obache)

2013-08-13 09:38:29 UTC MAIN commitmail json YAML

2013-08-13 09:19:13 UTC MAIN commitmail json YAML

Updated sysutils/py-notify to 0.2.1nb4

(obache)

2013-08-13 09:18:46 UTC MAIN commitmail json YAML

Fixes packaging, replaced with completely different package as update to 0.2.1.
* not relevant to libnotify, drop dependency, fix COMMENTS and DESCR.
* fixes CATEGORY, `devel' is sufficient.
* let to register EGG-INFO.

Bump PKGREVISION.

(obache)

2013-08-13 08:50:32 UTC MAIN commitmail json YAML

Updated x11/zenity to 2.32.1nb14

(obache)

2013-08-13 08:50:14 UTC MAIN commitmail json YAML

2013-08-13 07:30:16 UTC MAIN commitmail json YAML

Note update of emacs-snapshot.

(minskim)

2013-08-13 07:29:18 UTC MAIN commitmail json YAML

Update emacs-snapshot to 24.3.50.20130810.

New elisp packages: frameset and gnus-icalendar.

(minskim)

2013-08-13 03:04:34 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1005

(wen)

2013-08-13 03:03:26 UTC MAIN commitmail json YAML

Update to 2.1005
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)

(wen)

2013-08-13 02:56:32 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Meta-Check to 0.007

(wen)

2013-08-13 02:55:00 UTC MAIN commitmail json YAML

Update to 0.007
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

(wen)

2013-08-13 02:31:43 UTC MAIN commitmail json YAML

Updated devel/p5-Test-CheckDeps to 0.006

(wen)

2013-08-13 02:30:02 UTC MAIN commitmail json YAML

Update to 0.006
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

(wen)

2013-08-13 01:03:20 UTC MAIN commitmail json YAML

Updated www/epiphany to 2.30.6nb28

(obache)

2013-08-13 01:03:02 UTC MAIN commitmail json YAML

2013-08-13 00:48:36 UTC MAIN commitmail json YAML

Added audio/bmp-crossfade version 0.3.11

(khorben)

2013-08-13 00:47:16 UTC MAIN commitmail json YAML

Added audio/bmp-crossfade (version 0.3.11)

(khorben)

2013-08-13 00:45:50 UTC MAIN commitmail json YAML

Added xmms-crossfade 0.3.11, as already found in audio/xmms-crossfade, but
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.

(khorben)

2013-08-13 00:44:08 UTC MAIN commitmail json YAML

Updated net/p5-SOAP-Lite to 1.04

(wen)

2013-08-13 00:43:07 UTC MAIN commitmail json YAML

Update to 1.04

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

(wen)

2013-08-13 00:40:27 UTC MAIN commitmail json YAML

2013-08-13 00:18:38 UTC MAIN commitmail json YAML

Updated devel/nasm to 2.10.09

(wen)

2013-08-13 00:17:36 UTC MAIN commitmail json YAML

Update to 2.10.09

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.

(wen)

2013-08-12 23:29:36 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 4.24

(wen)

2013-08-12 23:28:18 UTC MAIN commitmail json YAML

Update to 4.24

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.

(wen)

2013-08-12 23:20:27 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CoreList to 2.96

(wen)

2013-08-12 23:19:09 UTC MAIN commitmail json YAML

Update to 2.96

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

(wen)

2013-08-12 23:14:55 UTC MAIN commitmail json YAML

Updated time/p5-Time-Piece to 1.22

(wen)

2013-08-12 23:13:44 UTC MAIN commitmail json YAML

Update to 1.22

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

(wen)

2013-08-12 18:18:34 UTC MAIN commitmail json YAML

Updated security/py-itsdangerous to 0.23.

(kleink)

2013-08-12 18:17:22 UTC MAIN commitmail json YAML

Update py-itsdangerous to 0.23.

Version 0.23
~~~~~~~~~~~~

- Fixed a packaging mistake that caused the tests and license
  files to not be included.

(kleink)

2013-08-12 14:24:54 UTC MAIN commitmail json YAML

Updated sysutils/gnome-mount to 0.8nb25

(obache)

2013-08-12 14:24:36 UTC MAIN commitmail json YAML

2013-08-12 12:52:35 UTC MAIN commitmail json YAML

Updated security/seahorse to 2.32.0nb22

(obache)

2013-08-12 12:52:16 UTC MAIN commitmail json YAML

2013-08-12 12:28:35 UTC MAIN commitmail json YAML

Updated x11/gnome-screensaver to 2.30.2nb17

(obache)

2013-08-12 12:28:19 UTC MAIN commitmail json YAML

2013-08-12 10:00:25 UTC MAIN commitmail json YAML

Updated chat/empathy to 2.34.0nb30

(obache)

2013-08-12 10:00:03 UTC MAIN commitmail json YAML

2013-08-12 09:37:29 UTC MAIN commitmail json YAML

2013-08-12 09:36:41 UTC MAIN commitmail json YAML

Update vino to 2.32.2.

Vino 2.32.2
===========

  Fixes:

- Avoid out-of-bounds memory accesses.
- Exit immediately when the server is disabled.
- Bind both an IPv4 and an IPv6 socket.

  Translations:

+ Daniel Korostil (uk)
+ Fran Diéguez (gl)
+ Gheyret T.Kenji (ug)
+ Wei-Lun Chao (zh_HK, zh_TW)

==============
Version 2.32.1
==============

  Fixes:

+ Be compatible with old (< 0.7.0) and new (>= 0.7.0) libnotify

  Translations:

+ Joan Duran (ca@valencia)
+ Thanos Lefteris (el)
+ Priit Laes (et)
+ Takayuki KUSANO (ja)
+ Changwoo Ryu (ko)
+ Sahran (ug)

Vino 2.32.0
===========

  Translations:

+ Baurzhan Muftakhidinov (kk)
+ Takayuki KUSANO (ja)

Vino 2.31.91
============

  Translations:

+ Fran Diéguez (gl)
+ krishnababu k (te)
+ Kristjan Schmidt (eo)
+ Petr Kovar (cs)

Vino 2.31.4
===========

  Features:

+ Improvements on Telepathy tubes stuff
+ Various internal work on replacing deprecated stuff

  Translations:

+ Andika Triwidada (id)
+ Carles Ferrando (ca@valencia)
+ Leonid Kanter (ru)
+ Luca Ferretti (it)
+ Matej Urbančič (sl)
+ Priit Laes (et)
+ Sira Nokyoongtong (th)
+ Theppitak Karoonboonyanan (th)
+ Thomas Thurman (en@shaw)

(obache)

2013-08-12 09:10:30 UTC MAIN commitmail json YAML

Updated sysutils/gnome-settings-daemon to 2.32.1nb21

(obache)

2013-08-12 09:10:09 UTC MAIN commitmail json YAML

2013-08-12 08:43:58 UTC MAIN commitmail json YAML

+ Sigil-0.7.3 [needs qt5], bzr-2.6.0, calibre-0.9.42, dd_rescue-1.38,
  eigen3-3.1.4, fotoxx-13.08, libvdpau-0.7, mawk-1.3.4.20130803,
  phpmyadmin-4.0.5, pixman-0.30.2, samba-4.0.8, wine-devel-1.7.0
  wordpress-3.6, x264-devel-20130803, xf86-video-ati-7.2.0,
  xf86-video-intel-2.21.14, xosview-1.15.

(wiz)

2013-08-12 08:36:00 UTC MAIN commitmail json YAML

Updated sysutils/notification-daemon to 0.7.6

(obache)

2013-08-12 08:35:17 UTC MAIN commitmail json YAML

Update notification-daemon to 0.7.6.

NEW in 0.7.6:
==============
- Fix a wrong loop condition
- Translation updates (Marathi)

NEW in 0.7.5:
==============
- Translation updates (Hindi, Catalan)

NEW in 0.7.4:
==============
- Translation updates (Malay, Telugu, Norwegian Nynorsk,
  Norwegian bokmål, Uzbek, Khmer, Arabic, Esperanto)

NEW in 0.7.3:
==============
- Translation updates (Asturian, Assamese, Thai, Telugu)

NEW in 0.7.2:
==============
- Remove vestigial dbus-glib requirement
- Translation updates (Italian, Dutch, Gujarati, Ukrainian,
  Norwegian bokmål, Bulgarian, Spanish, Slovenian, Kannada,
  Hebrew, Swedish, Simplified Chinese, Greek, Korean, French,
  Latvian, Vietnamese, Catalan, Oriya, Galician, British English,
  Romanian, Polish, Estonian, Hungarian, Portuguese, Russian
  German, Serbian, Indonesian, Afrikaans, Punjabi, Uighur,
  Basque, Traditional Chinese, Tamil, Czech, Danish, Turkish,
  Bengali, Persian, Japanese, Aragonese, Catalan (Valencian),
  Finnish, Lithuanian, Belarusian, Zulu)

NEW in 0.7.1:
==============
- Don't use DBus activation
- Don't exit on idle
- Install a desktop file for notification-daemon

NEW in 0.7.0:
==============
- Support image-data and image-path hints
- Translation updates (French, Swedish, Danish, Punjabi,
  Chinese, Italian, Hebrew, Galician, Norwegian bokmål,
  Arabic, Catalan)

NEW in 0.6.0:
==============
- Drop setup capplet
- Drop themes
- Add a 'dock' for bubbles
- Add 'persistence' and 'action-icons' capabilities
- Support transient and resident notifications
- Port to GDBus

NEW in 0.5.0:
==============
- Add a new default theme
- Properly handle monitor changes
- Add multi-screen support
- Exit when not in use
- Exit when unable to acquire bus name
- Support version 1.1 of the notification spec
- Various memory leak fixes
- Better RTL locale support
- Don't monitor all X events unless necessary
- Update the list of ways to start a browser (Matthias Clasen)
- Fix the screensaver lock detection (Matthias Clasen)
- Use top right location by default (Matthias Clasen)
- Use canberra instead of gstreamer for event sounds
- Limit the total number of notifications that can be displayed at once
- Conversion from glade to gtkbuilder
- Fixed #608077, doesn't report its sound capability when built with sound support (Bastien Nocera)
- Fixed #608082, Arabic text is misplaced in bubbles (RTL) (William Jon McCann)
- Fixed #608858, Modernize autotools configuration (Javier Jardón)
- Fixed #612032, Various i18n problems (William Jon McCann)
- Fixed #622021, Closed signal is not emitted when the screensaver si active (Bastien Nocera)
- Fixed #622552, doesn't support multiple screens or monitor configuration changes (William Jon McCann)
- Fixed #622556, Save some RAM in NotifyTimeout (Bastien Nocera)

Translations:
- Updated cs: Petr Kovar
- Updated da: Joe Hansen
- Updated de: Mario Blättermann
- Updated el: Kostas Papadimas
- Updated es: Jorge González
- Updated et: Priit Laes
- Updated fr: Claude Paroz
- Updated gl: Fran Diéguez
- Updated hu: Gabor Kelemen <kelemeng at gnome dot hu>
- Updated it: Luca Ferretti
- Updated ja: Christian Hammond
- Updated lt: Gintautas Miliauskas, Aurimas Černius
- Updated nb: Kjartan Maraas
- Updated pa: A S Alam
- Updated pl: Piotr Drąg
- Updated pt_BR: André Gondim, Vladimir Melo, Henrique P. Machado
- Updated ru: Leonid Kanter, Yuri Myasoedov, Christian Hammond
- Updated sl: Matej Urbančič
- Updated sv: Daniel Nylander
- Updated zh_CN: Ray Wang, 微尘, Aron Xu

(obache)

2013-08-12 07:11:24 UTC MAIN commitmail json YAML

Updated audio/libcanberra to 0.27

(obache)

2013-08-12 07:09:59 UTC MAIN commitmail json YAML

Update libcanberra to 0.27
while here, add gtk3 option and enabled by default.

News

  Fri 18 Feb 2011:

  Version 0.27 released; Gtk+ 3.x fixes; add new tool to implement
  boot-up sounds when used with systemd; other fixes

(obache)

2013-08-12 03:09:59 UTC MAIN commitmail json YAML

patches/patch-doc_api_Makefile_am
  Remove. The patch was to remove unnecessary (unwanted)
  man pages for the build directories including ${WRKSRC}
  generated by doxygen.
  Equivalent for-loop was gone in doc/api/Makefile.am now.
  The logic is now in post-install: target in (pkgsrc) Makefile.

  This removal was meant in previous commit and distinfo does not
  include this removing patch. Sorry for left out patch itself.
  Thanks dholland@  pointing out.

(mef)

2013-08-12 02:48:10 UTC MAIN commitmail json YAML

Note update of net/samba35 package to 3.5.22.

(taca)

2013-08-12 02:47:32 UTC MAIN commitmail json YAML

Update samba35 to 3.5.22, security release.

                  ==============================
                  Release Notes for Samba 3.5.22
  August 05, 2013
                  ==============================

This is a security release in order to address
CVE-2013-4124 (Missing integer wrap protection in EA list reading can cause
server to loop with DOS).

o  CVE-2013-4124:
  All current released versions of Samba are vulnerable to a denial of
  service on an authenticated or guest connection. A malformed packet
  can cause the smbd server to loop the CPU performing memory
  allocations and preventing any further service.

  A connection to a file share, or a local account is needed to exploit
  this problem, either authenticated or unauthenticated if guest
  connections are allowed.

  This flaw is not exploitable beyond causing the code to loop
  allocating memory, which may cause the machine to exceed memory
  limits.

Changes since 3.5.21:
---------------------

o  Jeremy Allison <jra@samba.org>
    * BUG 10010: CVE-2013-4124: Missing integer wrap protection in EA list
      reading can cause server to loop with DOS.

(taca)

2013-08-12 02:46:46 UTC MAIN commitmail json YAML

Note update of net/samba package to 3.6.17.

(taca)

2013-08-12 02:45:55 UTC MAIN commitmail json YAML

Update samba to 3.6.17, security release.

                  ==============================
                  Release Notes for Samba 3.6.17
                          August 05, 2013
                  ==============================

This is a security release in order to address
CVE-2013-4124 (Missing integer wrap protection in EA list reading can cause
server to loop with DOS).

o  CVE-2013-4124:
  All current released versions of Samba are vulnerable to a denial of
  service on an authenticated or guest connection. A malformed packet
  can cause the smbd server to loop the CPU performing memory
  allocations and preventing any further service.

  A connection to a file share, or a local account is needed to exploit
  this problem, either authenticated or unauthenticated if guest
  connections are allowed.

  This flaw is not exploitable beyond causing the code to loop
  allocating memory, which may cause the machine to exceed memory
  limits.

Changes since 3.6.16:
---------------------

o  Jeremy Allison <jra@samba.org>
    * BUG 10010: CVE-2013-4124: Missing integer wrap protection in EA list
      reading can cause server to loop with DOS.

(taca)

2013-08-12 02:17:43 UTC MAIN commitmail json YAML

suppress detection of DOCBOOK, PR pkg/48115

(obache)

2013-08-11 20:22:20 UTC MAIN commitmail json YAML

Updated devel/libgsf to 1.14.28

(richard)

2013-08-11 20:19:58 UTC MAIN commitmail json YAML

libgsf 1.14.28

Andreas:
* Fix conversion specifiers. [#703064]

Jean:
* Allow the huge libxml parser mode so that gnumeric can load large images.
[#705100]

Morten:
* Fix problem with bogus metadata.  [#703952]
* Avoid interaction problems between Werror and system headers.

--------------------------------------------------------------------------

(richard)

2013-08-11 19:48:31 UTC MAIN commitmail json YAML

Updated mail/p5-Mail-DeliveryStatus-BounceParser to 1.534

(rodent)

2013-08-11 19:27:23 UTC MAIN commitmail json YAML

Updated to latest release. No pkgsrc changes other than the obvious. From
ChangeLog:

1.534  2013-03-26

                Added another spam detection case (mstevens)

1.533  2013-01-23

                Added two new spam detection cases (mstevens)

                Hopefully fixed tests on newer perl, at the cost of slightly
                reformatted messages. Why is Mail::DeliveryStatus::Report
                a header object anyway? (mstevens)

(rodent)

2013-08-11 17:57:30 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.0.1

(adam)

2013-08-11 17:56:05 UTC MAIN commitmail json YAML

2.0.1 was released on 2013-08-11. It is the latest stable FFmpeg release from the 2.0 release branch, which was cut from master on 2013-07-10. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-07-09, libav 9 as of 2013-07-09.

(adam)

2013-08-11 16:06:45 UTC MAIN commitmail json YAML

Updated textproc/libclucene to 2.3.3.4

(jaapb)

2013-08-11 16:06:25 UTC MAIN commitmail json YAML

2013-08-11 15:45:34 UTC MAIN commitmail json YAML

Updated deve/scmgit to 1.8.3.4

(adam)

2013-08-11 15:44:30 UTC MAIN commitmail json YAML

Changes 1.8.3.4:
* The bisect log listed incorrect commits when bisection ends with
  only skipped ones.
* The test coverage framework was left broken for some time.
* The test suite for HTTP transport did not run with Apache 2.4.
* "git diff" used to fail when core.safecrlf is set and the working
  tree contents had mixed CRLF/LF line endings. Committing such a
  content must be prohibited, but "git diff" should help the user to
  locate and fix such problems without failing.

(adam)

2013-08-11 13:42:31 UTC MAIN commitmail json YAML

libpciaccess is only required for Intel API, and only enabled for x86 CPU.
PR pkg/47948

(obache)

2013-08-11 13:24:51 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.2.2

(tsutsui)

2013-08-11 13:23:34 UTC MAIN commitmail json YAML

Update mlterm to 3.2.2.

pkgsrc changes:

- remove obsolete post-3.2.1 fixes
- pull a post 3.2.2 fix for a bug of copy_area() which disabled redrawing
  the margin area. (found after Open Source Conference 2013 Kyoto)

Changes from doc/en/ReleaseNote:

ver 3.2.2
* Support SSH agent authentication and forwarding.
* Support X11 forwarding (no xauth) on win32/libssh2 and java.
* Add "X11 forwarding" checkbox to the connection dialog on win32.
* Change "skip_dialog" option to "show_dialog" and reverse the default behavior.
* Open a pty channel on the same ssh session as the active screen when OPEN_PTY
  or OPEN_SCREEN shortcut key is pressed.
* Bug fixes:
  Fix configure error which --with-gui=xlib,fb option causes. (enbugged at 3.2.1)
  DECALN(ESC#8) resets the screen margins.
  Fix the cursor position in inserting RTL characters after one LTR character.
  Fix segmentation fault of libvte compatible libyrary with synaptic 0.80.
  Fix clipboard operations of copy&paste on multiple windows on win32.
  Fix hangup on x11 forwarding.
  Fix segmentation fault in closing the first window on win32/libssh2.
  Fix the font and position of IME preedit text on win32.

(tsutsui)

2013-08-11 12:49:50 UTC MAIN commitmail json YAML

Updated devel/scmgit-base to 1.8.3.3nb1

(schmonz)

2013-08-11 12:49:44 UTC MAIN commitmail json YAML

2013-08-11 09:03:20 UTC MAIN commitmail json YAML

done -subversion-base-1.8.1

(obache)

2013-08-11 08:55:01 UTC MAIN commitmail json YAML

reset PKGREVISION from base pkg update.

(obache)

2013-08-11 07:52:22 UTC MAIN commitmail json YAML

Updated inputmethod/uim to 1.8.6

(obache)

2013-08-11 07:50:51 UTC MAIN commitmail json YAML

Update uim to 1.8.6.
(now, editline is in pkgsrc, so optionify editline support).

Overview of changes from 1.8.5 to 1.8.6
=======================================
* Fixes
  - libuim
    * Add XDG_RUNTIME_DIR support (by tagoh)
  - po
    * List language names on each line in LINGUAS (by naota)
  - uim-canna
    * Avoid a crash when a Canna server name is specified (by Kouichi ONO)

* Enhancements
  - uim-m17nlib
    * Add an option to set a candidate windows to be visiable or hidden
  - uim-tutcode
    * Updated trycode composition table retrieved 2013-06-26

Overview of changes from 1.8.4 to 1.8.5
=======================================
* Fixes
  - uim-gtk2
  - uim-gtk3
    * Avoid an infinite recursion when no preedit is started (by tagoh)

  - uim-tutcode
    * Fix behavior of postfix katakana conversion

(obache)

2013-08-11 07:42:51 UTC MAIN commitmail json YAML

only force builtin termcap library for the case using builtin editline.

(obache)

2013-08-11 07:41:04 UTC MAIN commitmail json YAML

introduce CHECK_BUILTIN guard, and replace some unwanted readline with editline.

(obache)

2013-08-11 03:19:25 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.20

(ryoon)

2013-08-11 03:18:46 UTC MAIN commitmail json YAML

Update to 2.20

* Merge SunOS patches from www/firefox.

Changelog:
SeaMonkey-specific changes

    The Content Security Policy (CSP) 1.0 parser has been enabled.
    The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages.
    New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications).
    A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del.
    MailNews Save As Template supports multiple selections now.
    The size on disk is now shown for newsgroup folders.
    See the changes page for a more complete overview.

Mozilla platform changes

    Added support for scrollbar style in Mac OS X 10.7 and newer.
    Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more).
    Improved about:memory's functional UI.
    Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding.
    Simplified interface for notifications of plugin installation.
    Enabled users to switch the search provider across the entire browser.
    CSP policies using the standard syntax and semantics will now be enforced.
    Implemented the HTML5 <input type="range"> form control.
    Added unprefixed requestAnimationFrame.
    Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element.
    Fixed several stability issues.

Fixed in SeaMonkey 2.20
MFSA 2013-75 Local Java applets may read contents of local file system
MFSA 2013-74 Firefox full and stub installer DLL hijacking
MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest
MFSA 2013-72 Wrong principal used for validating URI for some Javascript components
MFSA 2013-71 Further Privilege escalation through Mozilla Updater
MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes
MFSA 2013-69 CRMF requests allow for code execution and XSS attacks
MFSA 2013-68 Document URI misrepresentation and masquerading
MFSA 2013-67 Crash during WAV audio file decoding
MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater
MFSA 2013-65 Buffer underflow when generating CRMF requests
MFSA 2013-64 Use after free mutating DOM during SetBody
MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)

(ryoon)

2013-08-10 23:26:31 UTC MAIN commitmail json YAML

Fixed building thunderbird with the "mozilla-enigmail" option enabled.

(khorben)

2013-08-10 23:02:26 UTC MAIN commitmail json YAML

Crude compilation fix for graphics/glx-utils:
- MesaDemos 7.11.2 was never released
- fall back to MesaDemos 7.4.4 for the time being (as still found in distinfo)

(khorben)

2013-08-10 12:51:31 UTC MAIN commitmail json YAML

Updated geography/xrmap-anthems to 1.3
Updated x11/unicode-screensaver to 0.4
Updated textproc/diffstat to 1.57

(shattered)

2013-08-10 12:49:54 UTC MAIN commitmail json YAML

Update to 1.57. Changes:

Improve treatment of binary files in ambiguous message introduced in
diffutils 2.8.4, and finally corrected in 3.0.

(shattered)

2013-08-10 12:47:53 UTC MAIN commitmail json YAML

2013-08-10 12:45:15 UTC MAIN commitmail json YAML

2013-08-10 09:33:51 UTC MAIN commitmail json YAML

Updated inputmethod/scim-chewing to 0.3.5

(obache)

2013-08-10 09:31:37 UTC MAIN commitmail json YAML

Update scim-chewing to 0.3.5.

What's New in SCIM-chewing 0.3.5
---------------------------------------------------------
* Gtk+ 3.x support
* Handle translated Chi-Eng mode switch properly
* Fix incorrect color cand problem
* Support THL (Taiwan Huayu Luomapinyin) and MPS2 Pinyin keyboard

(obache)

2013-08-10 09:14:43 UTC MAIN commitmail json YAML

Updated inputmethod/libchewing to 0.3.5

(obache)

2013-08-10 09:14:22 UTC MAIN commitmail json YAML

Update libchewing to 0.3.5.

What's New in libchewing 0.3.5 (Jul 28, 2013)
---------------------------------------------------------
* Improve CMake rules
  - Visual Studio build included
* Dictionary improvements
  - Remove duplicated phrases, fix Bopomofo representation
  - tool tweaks
* travis-ci support (https://travis-ci.org/chewing/libchewing)
* drone.io support (https://drone.io/github.com/chewing/libchewing)
* coveralls.io support (https://coveralls.io/r/chewing/libchewing)
* editorconfig support (http://editorconfig.org/)
* Add new chewing_set_logger API
* Prevent unaligned memory access
* Reduce maxChiSymbolLen to 39 to avoid overflow
* Do not store user phrase when its length is 1
* Check chiSymbolBufLen in chewing_handle_Numlock()
* Set isSymbol to 0 in SetChoiceInfo
* Fix 'j', 'k' in select mode cannot handle symbol selecting
* Do not call GetCharNext() when GetCharFirst() fails
* Successful stories:
  . FreeArray utilizes libchewing for selecting phrases of Array
    input method

What's New in libchewing 0.3.4 (Dec 31, 2012)
---------------------------------------------------------
* Improve the description of libchewing API
  - Simplified examples to illustrate the usage are added
* Revise libchewing API. Check the documentation for details
* Support THL (Taiwan Huayu Luomapinyin) and MPS2 Pinyin keyboard layout
* Reimplementation of unit test framework. No external 'check' package
  is required
* Fix several phrase errors
  - Add exceptional phrase as well
* Improved developer and user guide
* Introduce CMake based build system, which is convenient to MS-Windows
  based environments.
* Add --enable-gcov to enable gcov coverage
* Fix possible strncat() overflow
* Consistent checks for bopomofo sequence internally
* Handle incomplete bopomofo with space key properly
* Internal structure refactoring
* Read hash path from CHEWING_PATH environment variable
* Make libchewing thread-safe
* Fix IM crash by changing default candidate per page to 10
* Fix the detection of ncursesw
* Fix the usage of autotools
* Update and tune symbols
* Fix valgrind warning
* Fix several compilation warnings
* Fix GCC visibility availability for Darwin specific PIC code
* Fix hash table initialization and its memory leakage
* Support building with mingw32 toolchain
* Fix GNU Hurd build
* Fix Microsoft VC build
* Fix Windows 64-bit build
* Fix mingw32/64 + WINE build
* Successful stories:
. GCIN supports experimental Chewing IM since version 1.6.4
. HIME supports Chewing IM
. UCIMF supports Chewing IM
. Fcitx supports Chewing IM
. mozc (IM framework maintained by Google) provides Chewing support
. JMCCE (reworked version) supports libchewing

(obache)

2013-08-10 08:56:18 UTC MAIN commitmail json YAML

Fix NSS requirement pattern. Fix build.

* firefox-23.0 and seamonkey-2.20 require 3.15 or later of devel/nss.
  The patch is provided by rjs@. Thank you.

(ryoon)

2013-08-10 07:11:02 UTC MAIN commitmail json YAML

2013-08-10 06:05:57 UTC MAIN commitmail json YAML

drop unwanted stage-package-remove before stage-package-create,
to avoid unwanted stage binary package removal/regeneration.

(obache)

2013-08-10 06:03:37 UTC MAIN commitmail json YAML

reduce dependencies, to avoid unwanted binary package regeneration.
* ${_BUILD_INFO_FILE} only depends on ${_PLIST_NOKEYWORDS}, not plist target.
* plist target is not required to create +CONTENTS

(obache)

2013-08-10 00:51:42 UTC MAIN commitmail json YAML

Updated mail/thunderbird-l10n to 17.0.8

(ryoon)

2013-08-10 00:51:09 UTC MAIN commitmail json YAML

2013-08-10 00:32:03 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 17.0.8

(ryoon)

2013-08-10 00:31:20 UTC MAIN commitmail json YAML

Update to 17.0.8

Changelog:
Security bugfixes.
MFSA 2013-75 Local Java applets may read contents of local file system
MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest
MFSA 2013-72 Wrong principal used for validating URI for some Javascript components
MFSA 2013-71 Further Privilege escalation through Mozilla Updater
MFSA 2013-69 CRMF requests allow for code execution and XSS attacks
MFSA 2013-68 Document URI misrepresentation and masquerading
MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater
MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)

(ryoon)

2013-08-09 18:15:18 UTC MAIN commitmail json YAML

Patch net/bmon to handle nonzero leading lladdr octets gracefully.

(riastradh)

2013-08-09 15:18:58 UTC MAIN commitmail json YAML

2013-08-09 13:02:02 UTC MAIN commitmail json YAML

mod_python was moved to the Apache Attic in June 2010.

(prlw1)

2013-08-09 12:57:38 UTC MAIN commitmail json YAML

Add --pkginfodir support.  Fixes --prefix=/usr defaults.

(jperkin)

2013-08-09 11:49:17 UTC MAIN commitmail json YAML

2013-08-09 11:47:57 UTC MAIN commitmail json YAML

update to 0.12.2
New features: variable stars, re-packed star catalogs (Hipparcos and
Tycho-2), improvements for plugins, scripting engine and search tool.
New version of the Satellites plug-in.
Sound support (needs qt4-phonon, not enabled in pkgsrc yet)

(drochner)

2013-08-09 11:42:20 UTC MAIN commitmail json YAML

Updated subversion packages to 1.8.1.

(obache)

2013-08-09 11:41:20 UTC MAIN commitmail json YAML

2013-08-09 11:38:58 UTC MAIN commitmail json YAML

Update subversion to 1.8.1.

Version 1.8.1
(23 July 2013, from /branches/1.8.x)
http://svn.apache.org/repos/asf/subversion/tags/1.8.1

User-visible changes:
  - Client- and server-side bugfixes:
    * translation updates for German and Simplified Chinese
    * improve sqlite error message output (r1497804)
    * support platforms lacking mmap (r1498136)
    * allow configuration files to start with UTF-8 BOM (r1499100 et al)
    * don't fail on UTF-8 data when encoding conversion not available (r1503009)
    * improve error messages when encoding conversion fails (r1503010)

  - Client-side bugfixes:
    * merge: rename 'automatic merge' to 'complete merge' (r1491432)
    * mergeinfo: reduce network usage for '--show-revs' (r1492005)
    * ra_serf: improve http status handling (r1495104)
    * merge: avoid unneeded ra session (r1493475)
    * merge: reduce network usage (r1478987)
    * merge: remove duplicated ancestry check (r1493424, r1495597)
    * ra_serf: fix 'Accept-Encoding' header for IIS interoperability (r1497551)
    * svn status: improve documentation for lock columns (r1497318, r1497319)
    * ra_serf: fix support for 'get-file-revs-reversed' capability (r1498456)
    * log: reduce network usage on repository roots (r1496957)
    * diff: avoid temporary files when calling external diff (issue #4382)
    * upgrade: fix notification of 1.7.x working copies (r1493703, r1494171)
    * fix crash during tree conflict resolution (issue #4388)
    * interactive file merge: add two additional choices (r1491816, r1494089)
    * diff: use local style paths in error messages (r1500680)
    * resolve: improve the interactive conflict resolution menu (r1491739 et al)
    * switch: use local style path in error message (r1500074)
    * ra_serf: improve error output when receiving invalid XML (r1498851)
    * svn cleanup: explain what the command does in help output (r1497310)
    * blame: error on -r M:N where M>N unless server supports (r1498449 et al)
    * gpg-agent auth: don't try to use agent when unavailable (r1500762 et al)
    * gpg-agent auth: don't require GPG_TTY or TERM env vars (r1500801)
    * update: fix some tree conflicts not triggering resolver (r1491868 et al)
    * commit: remove stale entries from wc lock table when deleting (r1491756)
    * merge: fix --record-only erroring out on renamed path (issue #4387)
    * svnmucc: fix 'make install' symlink to work when DESTDIR is set (r1501072)
    * wc: fix crash when target is symlink to a working copy root (issue #4383)
    * ra_serf: change "internal malfunction" errors to normal errors (r1502577)
    * ra_serf: handle proxies not supporting chunked requests (r1502401 et al)

  - Server-side bugfixes:
    * fsfs: resolve endless loop problem when repos/db/uuid has \r\n (r1492145)
    * fsfs: remove revision property buffer limit (r1491770)
    * mod_dav_svn: better status codes for anonymous user errors (r1495918)
    * mod_dav_svn: better status codes for commit failures (r1490684)
    * fix performance regression in 'svn log' against root (r1494913)
    * allow deleting non-user-visible 'svn:' properties (r1495432)
    * fsfs: fix crash on strict-alignment architectures (r1495806, r1495985)
    * svnadmin upgrade: fix error of non-sharded fsfs repositories (r1494287)
    * svnadmin create: deny '--fs-type=fsfs --compatible-version=1.0' (r1494223)
    * svnadmin upgrade: fix data loss when cancelling in last stage (r1494298)
    * mod_dav_svn: fix incorrect path canonicalization (r1503528)

  - Other tool improvements and bugfixes:
    * fsfs-stats (tool): resolve segfault when passing invalid path (r1492164)
    * svn-bench: fix help output (r1493951)
    * svnpubsub: add version header to server (r1491707)

Developer-visible changes
  - General:
    * ra_serf: fix some test runner issues on Windows (r1490679)
    * fix two issues in reverse svn_ra_get_file_revs() (r1492148, et al)
    * handle --compatible-version=1.8 in the C tests (r1494342)
    * improve clang compatibility (r1480080 et al)
    * use proper cancel baton when handling conflicts (r1495850)
    * fs: BDB: provide proper error value from BDB (r1495428)
    * ra_serf: tweak connection failed error value (r1496132, et al)
    * svn_client_log5: resolve possible segfault (r1496110)
    * fix metadata_only move to work when target is unversioned node (r1498564)
    * ra_svn: fix segfault with a NULL commit message (r1498550, r1499727)
    * Ev2: correctly initialize node kind in shims' change table (r1501058)
    * Ev2: fix copyfrom URL construction in shims (r1500226)
    * fs: improve test against newlines in filenames (r1498483 et al)
    * make building with BDB 6 an opt-in feature (r1499438)
    * sqlite: allow placing amalgamation in build dir (r1499034, r1500175)
    * ra_svn: make sessions usable after log callback early out (r1503554)

  - Bindings:
    * swig-rb: fix tests with out-of-tree-builds (r1492295)
    * javahl: fix encoding of error messages produced by javahl (r1492264)
    * swig-pl: silence compiler warnings (r1487094)
    * swig-pl: improve documentation (r1488693, r1490721, r1500904)

(obache)

2013-08-09 11:31:59 UTC MAIN commitmail json YAML

ruby binding is not restricted to 1.8 anymore.

(obache)

2013-08-09 11:17:23 UTC MAIN commitmail json YAML

Updated www/adzap to 20110915

(adam)

2013-08-09 11:16:29 UTC MAIN commitmail json YAML

2013-08-09 11:06:28 UTC MAIN commitmail json YAML

update to 1.4.3
changes:
The Barcode Writer has been updated and supports many more barcodes,
including QR.
The Galaxy Gauge# color matching system and color tools have been included.
New color palettes from government agencies (Canada, Germany,
The Netherlands, United Kingdom) have been included.
More Open Source color palettes have been included.
Improvements to the build system.
Improvements to the Preflight Verifier.
The A4 page size limit of TeX-rendered graphics in Render Frames has been
removed.
The Short Words plug-in now supports Danish.
Many updates to the Online Manual.
Bugfixes

(drochner)

2013-08-09 10:54:17 UTC MAIN commitmail json YAML

Copy the patch which disables use of Posix semaphores on NetBSD
from Python2 to Python3. Without that, selftests fail in multiple
places.
bump PKGREV

(drochner)

2013-08-09 09:26:00 UTC MAIN commitmail json YAML

Updated x11/xwd to 1.0.6

(wiz)

2013-08-09 09:25:51 UTC MAIN commitmail json YAML

Update to 1.0.6:

This minor maintenance release provides a collection of build configuration
improvements and janitorial cleanups.

Alan Coopersmith (10):
      Move Pixel typedef from xwd.c to wsutils.h
      Optionally enable existing code to call XkbStdBell from libxkbfile
      Fix gcc warnings about discarding const qualifiers
      Add printf attributes as suggested by gcc -Wmissing-format-attribute
      Rename new_list variable to not shadow new_list function
      Remove unused bitmap_unit variable from ReadRegionsInList()
      Quiet gcc warnings about potentially uninitialized variables
      Fix some clang warnings about integer size/sign conversions
      Strip trailing whitespace
      xwd 1.0.6

(wiz)

2013-08-09 09:23:22 UTC MAIN commitmail json YAML

Updated x11/xset to 1.2.3

(wiz)

2013-08-09 09:23:13 UTC MAIN commitmail json YAML

Update to 1.2.3:

This minor maintenance release adds a -version flag, as well as some
build configuration improvements and janitorial cleanups.

Alan Coopersmith (9):
      Drop usleep fallbacks for ancient OS versions
      Combine usage message strings
      Combine error message strings
      Fix gcc warnings about discarded const qualifiers
      Add printf attribute to usage function and fix warnings it causes
      Fix integer sign/size conversion warnings from clang
      Add -version flag
      Pass buf size to on_or_off instead of just assuming it is big enough
      xset 1.2.3

Jon TURNEY (1):
      Remove unneeded include of windows.h on WIN32

(wiz)

2013-08-09 09:21:34 UTC MAIN commitmail json YAML

Updated x11/xprop to 1.2.2

(wiz)

2013-08-09 09:21:24 UTC MAIN commitmail json YAML

Update to 1.2.2:

This minor maintenance release fixes the handling of the "u" type for
setting properties and does a bit of code & build configuration cleanup.

Alan Coopersmith (8):
      Expand description in README a little
      config: Add missing AC_CONFIG_SRCDIR
      Mark FatalError() as taking printf-style arguments
      Replace strlen/malloc/memcpy set with strdup
      Add unicode argument to Format_Len_String to reduce code duplication
      Fix const conversion warnings from gcc
      Mark usage() as noreturn, as suggested by gcc -Wmissing-noreturn
      xprop 1.2.2

lolilolicon (1):
      Enable setting property of type UTF8_STRING.

(wiz)

2013-08-09 07:55:04 UTC MAIN commitmail json YAML

Updated www/py-django-south to 0.8.1; www/py-django-mptt to 0.6.0; www/py-django-reversion to 1.7.1; www/py-django-cms to 2.4.2

(adam)

2013-08-09 07:53:19 UTC MAIN commitmail json YAML

Changes 2.4.2:
Mostly a bugfix release.
The full change log:
- Apphook edit mode bugfix
- Added option to render_placeholder tag to set language
- Huge permission cache invalidation speed up
- Doc improvements
- css cleanup in PlaceholderAdmin
- Log change of page status done via AJAX
- Use --noinput convention for delete_orphaned_plugins command
- added Testing docs
- fixed more issues with only one language
- locales updated

(adam)

2013-08-09 07:35:03 UTC MAIN commitmail json YAML

Changes 1.7.1:
* Bugfixes when using a custom User model.
* Minor bugfixes.

(adam)

2013-08-09 07:33:25 UTC MAIN commitmail json YAML

Changes 0.6.0:
mptt now requires Python 2.6+, and supports Python 3.2+

(adam)

2013-08-09 07:28:24 UTC MAIN commitmail json YAML

Changes 0.8.1:
This is the first bugfix release in the 0.8 series, to address a critical regression on older versions of Django.

(adam)

2013-08-08 18:00:38 UTC MAIN commitmail json YAML

Updated www/py-flask-script to 0.6.0.

(kleink)

2013-08-08 17:59:30 UTC MAIN commitmail json YAML

Update py-flask-script to 0.6.0.

Version 0.6.0
-------------

Released on August 7, 2013.

- Drop support for Python 2.5
- Support Python 2.6/2.7 and >= 3.3 using same source code.
  Import necessary compatibility code from flask._compat module of current
  Flask repo code.
- Use proper argparse subparsers
- Tab completion using `argcomplete`
- Remove question marks from automatically being appended to
  prompt_bool and prompt_choices
- FIXED: ipython with disabled bpython
- FIXED: debug parameter no longer passed in from flask_script

(kleink)

2013-08-08 13:03:21 UTC MAIN commitmail json YAML

Updated www/firefox17-l10n to 17.0.8

(ryoon)

2013-08-08 13:02:50 UTC MAIN commitmail json YAML

Update to 17.0.8

* Sync with firefox17-17.0.8.

(ryoon)

2013-08-08 13:02:41 UTC MAIN commitmail json YAML

Update xulrunner17/firefox17 to 17.0.8.

(ryoon)

2013-08-08 13:01:38 UTC MAIN commitmail json YAML

Update to 17.0.8

Changelog:
Fixed in Firefox ESR 17.0.8
MFSA 2013-75 Local Java applets may read contents of local file system
MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest
MFSA 2013-72 Wrong principal used for validating URI for some Javascript components
MFSA 2013-71 Further Privilege escalation through Mozilla Updater
MFSA 2013-69 CRMF requests allow for code execution and XSS attacks
MFSA 2013-68 Document URI misrepresentation and masquerading
MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater
MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)

(ryoon)

2013-08-08 12:56:55 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 23.0

(ryoon)

2013-08-08 12:55:46 UTC MAIN commitmail json YAML

2013-08-08 12:18:49 UTC MAIN commitmail json YAML

Fix PLIST for the python option

(fhajny)

2013-08-08 07:51:46 UTC MAIN commitmail json YAML

Note update of www/wordpress

(morr)

2013-08-08 07:50:58 UTC MAIN commitmail json YAML

Update to newest version of Wordpress 3.6.

ChangeLog:

New Default Theme - Twenty Thirteen
* Focus on blogging
* Single column layout with Sidebar / Widgets in the footer
* Latest Theme Features support, particularly Post Formats and Semantic Markup
* Font-based icons (Genericons)

Admin Enhancements
* UI improvements on Navigation Menus Screen
* Revisions revised to be more dynamic and scalable
* Autosave and Post Locking
* Preview Audio and Video on Media Edit Screen
* In-line login following expired sessions

For Developers
* External Libraries have been updated.
* New audio/video APIs give developers access to powerful media metadata, like ID3 tags.
* Filters for revisions, allowing you to set the number of revisions ad hoc instead of only via a define.
* Semantic Markup allows themes to choose improved HTML5 markup for search forms, comment forms, and comment lists.
* Search content for shortcodes with has_shortcode() and adjust shortcode attributes with a new filter.

More info on http://codex.wordpress.org/Version_3.6

(morr)

2013-08-08 05:48:50 UTC MAIN commitmail json YAML

simulavr 1.0.0 [wip]
gdb 7.6 [wip]

(mef)

2013-08-08 04:54:29 UTC MAIN commitmail json YAML

gobject-introspection uses by default $HOME/.cache/g-ir-scanner for a cache.
Disable this globally for packages using buildlink3.mk.
Suggested by Patrick Welche" <prlw1@netbsd.org>

(richard)

2013-08-08 03:29:59 UTC MAIN commitmail json YAML

Fix typo, not 2.32 but 2.23, sorry and thanks.

(mef)

2013-08-08 03:14:57 UTC MAIN commitmail json YAML

2013-08-08 00:59:48 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-nanumtype1.

(minskim)

2013-08-08 00:59:10 UTC MAIN commitmail json YAML

Rebuild font map for nanumfonts.map.

(minskim)

2013-08-08 00:45:36 UTC MAIN commitmail json YAML

Updated comms/asterisk to 11.5.0nb1

(jnemeth)

2013-08-08 00:45:10 UTC MAIN commitmail json YAML

2013-08-07 21:07:25 UTC MAIN commitmail json YAML

Update to 1.2.0

  New tool lmdbg-head(1) was implemented, see the man page for
  details.

  README: recomendations for procfs

  lmdbg-sym:
    - Much simplier (and correct) method for address convertion was
      implemented. As a result lmdbg-sym works correctly on AltLinux
      where ASLR and PIE are enabled by default.
    - Breakpoint are removed very soon after creation.
      This saves a lot of memory consumed by gdb(1)
      and dramatically speeds up it.

  lmdbg-run:
    - Arguments are passed correctly to progname
    - On glibc-based systems (e.g. Linux) malloc hooks are not used
      anymore as they are declared deprecated
    - Addresses from lmdbg.c are not included to stacktrace
    - Additional checks for address (returned by stacktrace(3))
      correctness.  As a result gdb(1) doesn't crash and therefore
      lmdbg-sym(1) work correctly.
    - stacktrace(3) doesn't not crash anymore on NetBSD/x64_64 with
      system utilities.  See implementation details in stacktrace.c.
    - New option -N
    - Option -v works correctly with non-zero exit status of progname.
    - Exits with error if progname is not specified.

  lmdbg-stat:
    - Fix for NULL dereference appeared if free(3) or realloc(3)
      stacktrace is seen without appropriate malloc(3) stacktrace.

  AWK interpreter is found at configure time via MKC_REQUIRE_PROGS.

  Build and regression tests were fixed for non-empty MAKEOBJDIR case.

  ChangeLog file is never installed.

  lmdbg-s2m and lmsbg-m2s was moved to libexec dir.

  mk-configure >= 0.24.0 is required for build.

  Fixes, improvements and additions in regression tests.

(cheusov)

2013-08-07 19:19:58 UTC MAIN commitmail json YAML

Install missing files, especially kronolith/calendars/ which contains code
needed to manage calendars.

(bouyer)

2013-08-07 18:34:35 UTC MAIN commitmail json YAML

rl-9.9.3-P2.patch has been updated. From http://ss.vix.su/~vjs/rrlrpz.html

(jklos)

2013-08-07 16:50:45 UTC MAIN commitmail json YAML

putty/filezilla updates

(drochner)

2013-08-07 16:48:49 UTC MAIN commitmail json YAML

2013-08-07 16:46:23 UTC MAIN commitmail json YAML

fix possible buffer overflows in cmd line tools found by Pedro Ribeiro
(see Debian bug #718682)
bump PKGREV

(drochner)

2013-08-07 14:05:33 UTC MAIN commitmail json YAML

Updated net/quagga to 0.99.22.3

(gdt)

2013-08-07 14:05:15 UTC MAIN commitmail json YAML

Update to 0.99.22.3.

Update HOMEPAGE, MASTER_SITES.
Set USE_GNU_READLINE to catch up to 2012Q3 devel/readline builtin detection.

0.99.22.3 basically contains a security bugfix for OSPF-API.
0.99.22.2 was not released.
0.99.22.1 contains a few non-security bugfixes.

Changes in 0.99.22 since 0.99.21:

- [bgpd] The semantics of default-originate route-map have changed.
  The route-map is now used to advertise the default route conditionally.
  The old behaviour which allowed to set attributes on the originated
  default route is no longer supported.
- [bgpd] There is now a replace-as option to neighbor ... local-as ...
  no-prepend.  For details, refer to the user documentation.
- [zebra] An FPM interface has been added.  This provides an alternate
  interface to routing information and is geared at OpenFlow & co.
- [snmp] AgentX is now supported;  the old smux backend is considered
  deprecated.  ospf6d has also had OSPFV3-MIB added.
- [*] several issues with configuration save/load/apply have been fixed,
  in particular on ospf "max-metric router-lsa administrative" and
  "distribute-list", bgpd "no neighbor activate", isisd "metric-style",
- [*] a lot of bugs have been fixed, please refer to the git log

(gdt)

2013-08-07 13:01:20 UTC MAIN commitmail json YAML

2013-08-07 12:36:08 UTC MAIN commitmail json YAML

2013-08-07 12:18:36 UTC MAIN commitmail json YAML

Updated www/firefox to 23.0

(ryoon)

2013-08-07 12:17:54 UTC MAIN commitmail json YAML

Update to 23.0

* Install SDK to firefox-sdk directory.
* Split multiple CONFIGURE_ARS's arguments.
* Enable libmozjs.so build.

Changelog:

    NEW
    Mixed content blocking enabled to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more)
    NEW
    Options panel created for Web Developer Toolbox
    CHANGED
    "Enable JavaScript" preference checkbox has been removed and user-set values will be reset to the default
    CHANGED
    Updated Firefox Logo
    CHANGED
    Improved about:memory's functional UI
    CHANGED
    Simplified interface for notifications of plugin installation
    CHANGED
    Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding
    CHANGED
    Users can now switch to a new search provider across the entire browser
    CHANGED
    CSP policies using the standard syntax and semantics will now be enforced
    CHANGED
    <input type='file'> rendering improvements (see bug 838675)
    CHANGED
    Replace fixed-ratio audio resampler in webrtc.org capture code with Speex resampler and eliminate pseudo-44000Hz rate
    CHANGED
    "Load images automatically" and Always show the tab bar" checkboxes removed from preferences and reset to defaults
    DEVELOPER
    HTML5 <input type="range"> form control implemented
    DEVELOPER
    Write more accessible pages on touch interfaces with new ARIA role for key buttons
    DEVELOPER
    Social share functionality
    DEVELOPER
    Added unprefixed requestAnimationFrame
    DEVELOPER
    Implemented a global browser console
    DEVELOPER
    Dropped blink effect from text-decoration: blink; and completely removed <blink> element
    DEVELOPER
    New feature in toolbox: Network Monitor
    FIXED
    Various security fixes

n Firefox 23
MFSA 2013-75 Local Java applets may read contents of local file system
MFSA 2013-74 Firefox full and stub installer DLL hijacking
MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest
MFSA 2013-72 Wrong principal used for validating URI for some Javascript components
MFSA 2013-71 Further Privilege escalation through Mozilla Updater
MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes
MFSA 2013-69 CRMF requests allow for code execution and XSS attacks
MFSA 2013-68 Document URI misrepresentation and masquerading
MFSA 2013-67 Crash during WAV audio file decoding
MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater
MFSA 2013-65 Buffer underflow when generating CRMF requests
MFSA 2013-64 Use after free mutating DOM during SetBody
MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)

(ryoon)

2013-08-07 11:06:39 UTC MAIN commitmail json YAML

2013-08-07 10:19:04 UTC MAIN commitmail json YAML

apply arm-gcc-atomics hack to earm too

(jmcneill)