Commit graph

216516 commits

Author SHA1 Message Date
obache
a4d2768cd2 Update adobe-flash-plugin11 to 11.2.202.359 for APSB14-14. 2014-05-14 09:22:18 +00:00
ryoon
a4f0e2658d Regen distinfo.
Thank you, joerg@.
2014-05-14 09:05:26 +00:00
wiz
5ebab40a25 Updated devel/py-setuptools to 3.6 2014-05-14 08:53:42 +00:00
wiz
e5784b8205 Update to 3.6:
---
3.6
---

* Issue #203: Honor proxy settings for Powershell downloader in the bootstrap
  routine.
2014-05-14 08:53:31 +00:00
wiz
9f232241b8 Updated textproc/raptor2 to 2.0.14 2014-05-14 08:52:04 +00:00
wiz
dc8fe490d6 Update to 2.0.14:
2014-05-05 Raptor2 Version 2.0.14 Released

   Many code quality fixes from clang and coverity primarily in error path
   cleanups (oom) and dead code.
   Fixed Turtle 1.1 parser about triple quoting alignment with SPARQL
   A few internal changes.
2014-05-14 08:51:53 +00:00
wiz
ed24fd1309 Updated textproc/py-markupsafe to 0.23 2014-05-14 08:45:19 +00:00
wiz
0943d03a5c Update to 0.23. Changes not found.
Remove unnecessary patches (for python-3.x compat).
2014-05-14 08:45:07 +00:00
wiz
66c7e0d57b Updated sysutils/cdrtools to 3.01alpha24 2014-05-14 08:41:13 +00:00
wiz
a14d3f29eb Update to 3.01a24:
All:

-	Fixed the autoconf test for #pragma weak, so it will not
	believe that "clang" supports #pragma weak in a compatible way.
	This is needed in order to compile libmdigest/sha2.c using clang.

-	New autoconf tests added for:

	libexpat
	libpcsclite / winscard.lib
	libcrypto / libeay32.lib
	libssl / ssleay32.lib

-	New autoconf test for expat.h

-	The makefile system added the INVERSE_SUBARCHDIR= to allow local
	autoconfiguration for shared libraries.

-	RULES/rules.top now also calls MKLINKS in the directory TEMPLATES

-	New compiler configuration files:

	RULES/cc-clang.rul
	RULES/cc-clang32.rul
	RULES/cc-clang64.rul

-	The Mac OS X related rules now support a new macro:

	LDFRAMEWORKS=

	that allows to add Apple specific libraries.

-	Added a new WIN32_LIBS= macro for Win-DOS specific libraries.
	These libraries have to be specified in the portable -lfoo
	format for "libfoo" and also work when compiling for MinGW32.
	When cl.exe is used, -lfoo is converted to foo.lib.

-	New configuration files:

	RULES/i386-darwin-clang.rul
	RULES/i386-darwin-clang32.rul
	RULES/i386-darwin-clang64.rul

-	New configuration files:

	RULES/i386-freebsd-clang.rul
	RULES/i586-linux-clang.rul
	RULES/x86_64-linux-clang.rul
	RULES/i86pc-sunos5-clang.rul
	RULES/sun4-sunos5-clang.rul

	Note that these files have not been tested yet.

-	RULES/cc-sunpro.rul now also includes rules for
	RULES/cc-sunpro32.rul and
	RULES/cc-sunpro64.rul

-	RULES/cc-gcc.rul now also includes rules for
	RULES/cc-gcc32.rul and
	RULES/cc-gcc64.rul

-	RULES/cc-sunpro32.rul added for orthogonality

-	RULES/cc-sunpro32.rul and
	RULES/cc-sunpro64.rul are symlinks to RULES/cc-sunpro.rul
	and RULES/cc-sunpro.rul uses a macro to include
	cc-sunpro.rul
	cc-sunpro32.rul
	cc-sunpro64.rul
	as needed

-	RULES/i86pc-sunos5-cc.rul now also includes rules for
	RULES/i86pc-sunos5-cc32.rul and
	RULES/i86pc-sunos5-cc64.rul

-	RULES/i86pc-sunos5-gcc.rul now also includes rules for
	RULES/i86pc-sunos5-gcc32.rul and
	RULES/i86pc-sunos5-gcc64.rul

-	RULES/sun4-sunos5-cc.rul now also includes rules for
	RULES/sun4-sunos5-cc32.rul and
	RULES/sun4-sunos5-cc64.rul

-	RULES/sun4-sunos5-gcc.rul now also includes rules for
	RULES/sun4-sunos5-gcc32.rul and
	RULES/sun4-sunos5-gcc64.rul

-	RULES/i586-linux-suncc.rul now also includes rules for
	RULES/i586-linux-suncc32.rul and
	RULES/i586-linux-suncc64.rul

-	RULES/9000-725-hp-ux-cc.rul now also includes rules for
	RULES/9000-725-hp-ux-cc32.rul and
	RULES/9000-725-hp-ux-cc64.rul

-	RULES/i486-cygwin32_nt-cc.rul now also includes rules for
	RULES/i486-cygwin32_nt-cc32.rul and
	RULES/i486-cygwin32_nt-cc64.rul

-	RULES/i486-cygwin32_nt-gcc.rul now also includes rules for
	RULES/i486-cygwin32_nt-gcc32.rul and
	RULES/i486-cygwin32_nt-gcc64.rul

-	RULES/ip22-irix-cc.rul now also includes rules for
	RULES/ip22-irix-cc64.rul

-	RULES/ip22-irix-gcc.rul now also includes rules for
	RULES/ip22-irix-gcc64.rul

-	RULES/power-macintosh-darwin-cc.rul now also includes rules for
	RULES/power-macintosh-darwin-cc32.rul and
	RULES/power-macintosh-darwin-cc64.rul

-	RULES/power-macintosh-darwin-gcc.rul now also includes rules for
	RULES/power-macintosh-darwin-gcc32.rul and
	RULES/power-macintosh-darwin-gcc64.rul

-	conf/makeinc now knows that a compiler name may not follow
	the "cc*" text rule. This helps to support "clang".

-	conf/cc-config.sh has been enhanced to detect whether
	"cc" or "gcc" are emulated via "clang".

-	New files in TEMPLATES/ related to "clang"

-	TEMPLATES/ now includes config files for gcc32 and gcc64

-	TEMPLATES/ now includes config files for clang, clang32 and clang64

-	Add comment to DEFAULTS_CSW/sparc-cc.defs

-	config.guess now understands Mac OS X on 64 bit Intel

Libschily:

-	libschily/format.c fixed to compile again with K&R C that does
	not support "long double".

-	No longer use fgets() for fgetaline(), fgetline() and fgetstr()
	as fgets() cannot deal with embedded '\0' chars before the '\n'.

-	libschily/fstream.c now supports local flags (for the caller)
	and pushable streams to keep blocks of pushed text atomically.

-	libschily/fchmodat.c was added, it has been forgotten when
	the emulations for the *at() functions have been introduced.
	It is needed for the new enhanced isoinfo command.

-	libschily/mknodat.c now correctly provides a mknodat() function even
	when there is no mknod() command.

-	libschily/futimens.c now is more Sun specific when trying to implement
	futimens() via utimensat(), as only Solaris supports a f*() interface
	in case that the path name is a NULL pointer.

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

	WARNING: the new version of the isoinfo program makes use of the
		*at() series of functions that have been introduced by Sun
		in August 2001 and added to POSIX.1-2008. For older platforms,
		libschily now includes emulations for these functions but
		these emulations have not yet been tested thouroughly.
		Please report problems!

-	The man page isoinfo.8 was enhanced by mentioning the option -s (print
	file sizes in multiple if 2048 byte sectors) and by documenting the
	list format that us used with -l.

-	isoinfo now evaluates the Rock Ridge "PN" signature and thus supports
	to display and use the major/minor device numbers.

-	isoinfo now extracts time stamps with sub second granularity in
	order to be able to set fine grained file timestamps, see -X option
	below.

-	isoinfo now knows how to find out whether a ISO-9660 filesystem was
	created by a newer mkisofs and thus includes useful inode numbers
	in ISO-9660. These ISO-9660 based inode numbers are used in case that
	there is no Rock Ridge-1.12 that includes inode numbers in the "PX"
	signature.

-	isoinfo now has a new option -X that extracts alls files (in case that
	-find is not used) or files secected by a -find expression. Note that
	-find expressions may include -chown, -chgrp and -chmod to modify the
	meta data of files.
2014-05-14 08:41:01 +00:00
fhajny
3a661cd9b4 Updated chat/ejabberd to 14.05 2014-05-14 08:32:23 +00:00
fhajny
f90a2b4559 Update ejabberd to 14.05.
Changelog since 13.12:

ejabberd now includes support for:
- XEP-0198: Stream Management (EJAB-532)
- XEP-0321: Remote Roster Management (EJAB-1381)
- RFC-3261: SIP proxy/registrar
- RFC-5766: TURN: Traversal Using Relays around NAT (EJAB-1017)

There are several improvements regarding encryption:
- Add option to specify openssl options
- Fix extraction of host names from certificates
- Fix certificate authentication for incoming s2s connections
- Fix handling of certificate verification errors for incoming s2s
- Handle “s2s_use_starttls: required_trusted” the same way for outgoing
- Support certificate verification for outgoing s2s connections
- Check TLS state before requesting SASL EXTERNAL
- Log TLS status for outgoing s2s with SASL EXTERNAL
- Verify host name before offering SASL EXTERNAL

Just to mention other improvements:
- New ejabberd command: disconnect_user/2
- New Bash completion script for ejabberdctl, experimental (EJAB-1042)
- Don’t provide current password in webinterface
- mod_register_web: check same acl as mod_register.
- Document and enable mod_carboncopy (XEP-0280) by default
- Make it possible to get/set vCards for MUC rooms
- Add Travis CI configuration file
2014-05-14 08:32:02 +00:00
hiramatsu
20666e83bb Updated devel/p5-Event-RPC to 1.04. 2014-05-14 07:20:33 +00:00
hiramatsu
fbf012d8ea Update devel/p5-Event-RPC to 1.04.
Changes from previous:
----------------------
1.04 Fri Feb 24, 2014, joern
    Bugfixes
    - Under certain infrequently conditions it could
      happen that the server process blocked when
      sending a response packet to a client.
    - Event::RPC::Client failed loading when no
      IO::Socket::SSL is installed.

1.03 Sat Feb  2, 2013, joern
    Features:
    - Added options 'ssl_ca_file and 'ssl_ca_path' options
      to Event::RPC::Client, which enable SSL peer verifcation
      on the client. Thanks for the report about a security
      warning of IO::Socket::SSL to Moritz Bunkus.

1.02 Tue Mar  8, 2011, joern
    Features:
    - Added AnyEvent mainloop implementation.
2014-05-14 07:19:59 +00:00
adam
a53a40da85 Updated mail/dovecot2 to 2.2.13; mail/dovecot2-pigeonhole to 0.4.3 2014-05-14 06:12:01 +00:00
adam
d627d7ab86 Changes 0.4.3:
* Editheader extension: Made control characters allowed for editheader,
  except NUL. Before, this would cause a runtime error.
+ Upgraded Dovecot-specific Sieve "vnd.dovecot.duplicate" extension to
  match the new draft "duplicate" extension.
- Fixed sieve_result_global_log_error to log only as i_info in
  administrator log (syslog) if executed from multiscript context.
- Sieve redirect extension: Adjusted loop detection to show leniency to
  resent messages.
- Sieve include extension: Fixed problem with handling of duplicate
  includes with different parameters :once or :optional.
- Sieve spamtest/virustest extensions: Tests were erroneously performed
  against the original message. When used together with extprograms
  filter to add the spam headers, the changes were not being used by
  the spamtest and virustest extensions.
- Deprecated Sieve notify extension: Fixed segfault problems in message
  string substitution.
- ManageSieve: Fixed active link verification to handle redundant path
  slashes correctly.
- Sieve vacation extension:
  - Fixed interaction of sieve_vacation_dont_check_recipient with
    sieve_vacation_send_from_recipient setting.
  - Fixed log message for discarded response.
- Sieve extprograms plugin:
  - Forgot to disable the alarm() timeouts set for script execution.
  - Fixed fd leak and handling of output shutdown.
  - Fixed 'Bad filedescriptor' error occurring when disconnecting
    script client.
  - Made sure that programs are never forked with root privileges.
2014-05-14 06:10:36 +00:00
adam
971ac0a0e3 Changes 2.2.13:
* Fixed a DoS attack against imap/pop3-login processes. If SSL/TLS
  handshake was started but wasn't finished, the login process
  attempted to eventually forcibly disconnect the client, but failed
  to do it correctly. This could have left the connections hanging
  arond for a long time. (Affected Dovecot v1.1+)

+ mdbox: Added mdbox_purge_preserve_alt setting to keep the file
  within alt storage during purge. (Should become enforced in v2.3.0?)
+ fts: Added support for parsing attachments via Apache Tika. Enable
  with: plugin { fts_tika = http://tikahost:9998/tika/ }
+ virtual plugin: Delay opening backend mailboxes until it's necessary.
  This requires mailbox_list_index=yes to work. (Currently IMAP IDLE
  command still causes all backend mailboxes to be opened.)
+ mail_never_cache_fields=* means now to disable all caching. This may
  be a useful optimization as doveadm/dsync parameter for some admin
  tasks which shouldn't really update the cache file.
+ IMAP: Return SPECIAL-USE flags always for LSUB command.
- pop3 server was still crashing in v2.2.12 with some settings
- maildir: Various fixes and improvements to handling compressed mails,
  especially when they have broken/missing S=sizes in filenames.
- fts-lucene, fts-solr: Fixed crash on search when the index contained
  duplicate entries.
- Many fixes and performance improvements to dsync and replication
- director was somewhat broken when there were exactly two directors
  in the ring. It caused errors about "weak users" getting stuck.
- mail_attachment_dir: Attachments with the last base64-encoded line
  longer than the rest wasn't handled correctly.
- IMAP: SEARCH/SORT PARTIAL was handled completely wrong in v2.2.11+
- acl: Global ACL file handling was broken when multiple entries
  matched the mailbox name. (Only the first entry was used.)
2014-05-14 06:09:53 +00:00
wiz
bdebcee176 + cheese-3.12.2, delegate-9.9.8, eric5-5.4.4, lbdb-0.39, py-beets-1.3.6,
py-py-2.3, silc-client-1.1.11, tinc-1.0.24, vinagre-3.12.2.
2014-05-14 06:02:14 +00:00
rodent
f6149b063c Forgot USE_TOOLS+=groff for OpenBSD. 2014-05-14 04:39:06 +00:00
rodent
182efbc11f Updated archivers/dar to 2.4.13 2014-05-14 04:36:00 +00:00
rodent
19b8053d03 Updated to latest release, 2.4.13, as requested by doc/TODO. Removed
patches which were applied upstream or deprecated. USE_TOOLS+=groff to fix
generation of a few .html files on OpenBSD. Depends on libgcrypt instead of
openssl now. From ChangeLog:

from 2.4.12 to 2.4.13
- adding initialization value for two variables to avoid inappropriate
  warning when compiling with -Wall option
- reducing UNIX_PATH_MAX by the system when not defined from 108 to 104
  bytes to accommodate BSD systems
- fixing assignment operator of class criterium that was not returning
  any value as it should
- removing useless boolean expression that always succeeds in logical
  AND expression
- adding support for back-slash of quoting characters in DCF files
- fixed compilation issues with clang / FreeBSD, Thanks to Neil
  Darlow's server ;-)
- fixed compilation warning due to deprecated symbols in libgcrypt
  header files
- replaced gnu make specific rules by legacy ones to avoid automake
  warning about them
- removed old unused stuff from misc sub-directory
- adding warning at compilation time if libgcrypt used is older than
  1.6.0
- adding warning at execution time if hash computation is requested
  with slices greater than 256 Gio and ligbcrypt dynamically or
  statically linked is older than 1.6.0
- adding alternative methods in list_entry API class to return dates as
  number of seconds
- fixed bug in hour-shift (-H option) when comparing dates from an old
  extracted catalogue (archive format 7 or older).
- fixed documentation bug about the meaning of the compression ratio
- fixed a display bug about the "compression flag" wrongly displayed
  for uncompressed files
- fixed unhandled exception when giving non number argument to -1 option

from 2.4.11 to 2.4.12
- for correctness fixed delete vs delete[] on vector of char (not incidence
  reported)
- fixed out of range access in routine used to read very old archive format
- fixed error in logical expression leading a sanity test to be useless
- removed duplicated variable assignment
- updated FAQ
- fixed typo and spelling errors
- fixed bug (reported by Torsten Bronger) in the escape layer leading libdar
  to wrongly reporting a file as corrupted at reading time
- fixed bug in the sparse file detection mechanism that lead the minimum size
  hole detection to become a multiple of the default value or specified one.
  This implied a less efficient reduction of sparse files because smaller
  holes in files were ignored
- fixed and updated man page about --go-into option
- updated full-from-diff target in /etc/darrc default file
- added a debug option in hash_file class (option only used from testing
  tools) to troubleshoot sha1/md5 hash problem on slices larger than
  (2**38)+63 bytes, bug reported by Mike Lenzen and understood by Yuriy
  Kaminskiy at libgcrypt. Note: This bug is still open due to an integer
  overflow in libgcrypt.
- backported from current development code an additional and more simple
  way to read an archive using the libdar API. This API extension is not used
  by dar command-line tools for now.
- Fixing installation of libdar header files on Darwin, where "DARwin" macros
  were not filtered out from the generated libdar header files.
- Fixing self reported bug 'generic_file.cpp line 309' met while comparing an
  archive with a filesystem
- Update code in order to compile with gcc-4.8.2 in g++11 mode (partial
  implementation and adaptation of Fabian Stanke's patch)
- Fixing bug met while performing a verbose archive listing in sequential
  read mode
- Added Ryan Schmidt's Patch to properly display status at end of ./configure
  script under BSD systems (in particular Mac OS X)
- Updating configure.ac script to fix warning reported by autoconf when
  generating the ./configure script
- Addressed portability problem with BSD systems that do not provide a -d
  option to the 'cp' command, preventing proper installation of the Doxygen
  documentation. Fix based on patch provided by Jan Gosmann.

from 2.4.10 to 2.4.11
- Modified behavior of 'dar -h' and 'dar -V', both now return 0 as exist
  status instead of 1 (which means syntax error).
- Fixed bug: -Q is now available with -V under the collapsed form -QV or -VQ
- fixed typo in documentation
- fixed memory leakage met when dar fails a merging operation because the
  resulting archive is specified in an directory that does not exist.
- fixed bug met when isolating a differential backup in sequential read mode
- fixed bug about slice file permission not taking care about umask variable
  when the --hash feature is used.
- fixed performance issue when reading an archive over a pair of piles using
  dar_slave (possibly over ssh) when the archive makes use of escape marks and
  when no encryption is used
- added target "full-from-diff" in /etc/darrc default file
- fixed bug avoiding reading an truncated archive in direct access mode with
  the help of an external catalogue.
- new and better implementation of archive extraction in sequential read mode
- fixing bug (segfault) met when hitting CTRL-C while reading an archive in
  sequential mode
- fixing libdar.pc for pkg-config for the cflags given to external applications
- fixed memory allocation/desallocation mismatches (delete vs delete [] )
  concerning four vector of chars.
- fixed error in logical expression leading a sanity test to be useless
2014-05-14 04:35:20 +00:00
mspo
a4ddc061c4 add the redhat fix for CVE-2014-0012; debian has an alternative but this is better for cgi 2014-05-14 02:28:18 +00:00
rodent
6f6f30552d Fix build for OpenBSD. Defuzz patches. 2014-05-14 02:28:13 +00:00
hiramatsu
0530a8d99c Updated devel/p5-Eval-Closure to 0.11. 2014-05-14 02:15:59 +00:00
hiramatsu
9a91d14f80 Update devel/p5-Eval-Closure to 0.11.
Changes from previous:
----------------------
0.11  2013-07-30
      - add "alias => 1" option for making closure variables actually alias the
        closed over variables (so the variable referenced in the environment
        hashref will actually be updated by changes made in the closure). (Toby
        Inkster, #3)

0.10  2013-07-10
      - fix pod links

0.09  2013-07-10
      - support lexical subs on 5.18+
2014-05-14 02:15:24 +00:00
ryoon
ce5509f641 Move GCC_REQD+=4.6 to boost-libs/buildlink3.mk for OpenBSD.
It is common for boost-libs consumers.
2014-05-13 18:54:01 +00:00
ryoon
1484896e13 Fix build of boost-libs under OpenBSD/amd64 5.5
* Add iconv dependency (fix build)
* Add the patches for OpenBSD
* gcc46 is required under OpenBSD 5.5 at least
2014-05-13 18:48:49 +00:00
ryoon
79149829d6 Updated misc/libreoffice4 to 4.2.4.2 2014-05-13 18:36:51 +00:00
ryoon
9db0b21537 Update to 4.2.4.2
* Make java option disable for non-NetBSD and non-SunOS
  (DragonFly bootstrap jdk does not work for amd64/3.6.2)

Changelog:
4.2.4rc1
    bnc#821208 DOC import: fix unwanted char background in numbering char style [Miklos Vajna]
    bnc#821567 import PPTX background images with table-name. [Muthu Subramanian]
    bnc#828390 bullet sizes set wrong. [Muthu Subramanian]
    bnc#865381 DOCX import: table cell btLr text direction fixes [Miklos Vajna]
    coverity#1130423 crash with "New style from selection" with List [Caolán McNamara]
    coverity#705966 dereference before null check [Caolán McNamara]
    coverity#705969 dereference before null check [Caolán McNamara]
    coverity#707971 uninitialized scalar field [Caolán McNamara]
    coverity#708388 uninitialized scalar field [Caolán McNamara]
    coverity#736084 missing break in switch [Caolán McNamara]
    collabora#1000025 import casemaps from pptx. [Muthu Subramanian]
    collabora#1000044 DOC import: fProtEnabled means document is not totally read-only [Miklos Vajna]
    fdo#38411 handle .doc cropping also inside groups [Luboš Luňák]
    fdo#38414 workaround for rounding errors when handling merged cells [Luboš Luňák]
    fdo#47355 partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22 [Bjoern Michaelsen]
    fdo#50672 escape underscores in menus for unity [Samuel Mehrbrodt]
    fdo#58307 export sheet tab colors to xlsx. [Kohei Yoshida]
    fdo#60722 RTF import: 3 drawing-object fixes: [Miklos Vajna]
    fdo#62155 don't crash if we can't create an instance of a calc addin. [Michael Meeks]
    fdo#63228 printers list does not increase height with Print Dialog [Caolán McNamara]
    fdo#63786 fix PDF export of cropped SVG [Michael Stahl]
    fdo#67011 KDE4: prevent blocking in Display::Yield [Jan-Marek Glogowski]
    fdo#69157 apply object-in front selection on mouseUp [Lennard Wasserthal]
    fdo#69289 RTF import: handle cells with zero width [Miklos Vajna]
    fdo#70666 fix Graphite ligature replacement at line breaks [László Németh]
    fdo#71491 adjust reference during undo of drag-n-drop of cell range. [Kohei Yoshida]
    fdo#71729 fill the range edit boxes after the table is fully initialized. [Kohei Yoshida]
    fdo#71961 write (no)wrap of text only for custom shapes to .pptx [Luboš Luňák]
    fdo#73466 SwTxtSizeInfo / SwTxtInputFldPortion: invalid string access [Miklos Vajna]
    fdo#73544 related: update catalan linguistic components [Joan Montane, Caolán McNamara]
    fdo#73588 fix default alignment in RTL mode. [Hannah Lyhne]
    fdo#73627 explictly export font properties. [Muthu Subramanian]
    fdo#73936 make FormFieldDropDowns a real fieldportion [Caolán McNamara]
    fdo#74087 inspect if a mis-spelled word is at cursor position... [Kohei Yoshida]
    fdo#74302 adapt to OUString changes and set length exactly. [Matúš Kukan]
    fdo#74322 handle moving of named ranges correctly. [Kohei Yoshida]
    fdo#74823 RTF import: work around wrong table column width on invalid input [Miklos Vajna]
    fdo#74875 asterisk at the beginning of Paragraph without "Nowiki" [Julien Nabet]
    fdo#74979 remove OOo1.0 file formats from Save As. [Michael Stahl, Bryan Quigley]
    fdo#74981 cutting nothing should do nothing, should fix field dupes [Bjoern Michaelsen]
    fdo#75260 apply the same fix from writer table to character bordering. [Kohei Yoshida]
    fdo#75307 discard invalid user data [Caolán McNamara]
    fdo#75308 asterisk at the beginning of Paragraph without "Nowiki" [Julien Nabet]
    fdo#75328 do DiscoveryService socket setup off the main thread. [Andrzej Hunt]
    fdo#75376 configure: disable LTO by default for MSVC too [Michael Stahl]
    fdo#75622 avoid repeated table layouting [Luboš Luňák]
    fdo#75728 on change of User Field via UNO-API... [Oliver-Rainer Wittmann]
    fdo#75741 re-implement CompileNameFormula for formula groups. [Kohei Yoshida]
    fdo#75772 correct name of Outline Numbering dialog [Laurent Balland-Poirier]
    fdo#75898 SwFEShell::InsertRow: fix this in case bSelectAll == true [Miklos Vajna]
    fdo#75955 use SHA1 from openssl/nss instead of rtl_digest_sha1 [Tomaž Vajngerl]
    fdo#75970 let's do it in a straightforward fashion. [Kohei Yoshida]
    fdo#75977 clear sheet deleted flags for affected references when undoing. [Kohei Yoshida]
    fdo#76078 LO Crashes while saving the docx file containing only opening brace [Dinesh Patil]
    fdo#76195 set the border type to NONE to ensure it won't be drawn. [Kohei Yoshida]
    fdo#76222 oox: add support for MSO 2007 SP2 encrypted documents [Tomaž Vajngerl]
    fdo#76235 assure correct line break for multi-lined Input Fields [Oliver-Rainer Wittmann]
    fdo#76294 properly intern string literals in formula on xls import. [Kohei Yoshida]
    fdo#76298 sw: do not start up every OLE object on deletion [Michael Stahl]
    fdo#76402 handle range reference expansion in named ranges. [Kohei Yoshida]
    fdo#76409 write output cell string to <text:p> element when saving to ods. [Kohei Yoshida]
    fdo#76470 avoid joining new formula cells individually. [Kohei Yoshida]
    fdo#76568 remove BerkeleyDB from license text [Andras Timar]
    fdo#76777 accept proper number style condition != as not equal operator, [Eike Rathke]
    fdo#76778 fix wildcard support in File Open dialog [Andras Timar]
    fdo#76802 error msg in Web Page Wizard dialog [Julien Nabet]
    fdo#76905 long delay when changing font size from % to pt [Caolán McNamara]
    fdo#76930 explictly list common lang-independant template dir [Caolán McNamara]
    fdo#76961 calc link auto-update interval is changed on file save [Niklas Johansson]
    fdo#77059 hidpi: Increase the threshold of what DPI we consider hi-dpi. [Jan Holesovsky]
    fdo#77140 embeddedobj: avoid unneeded conversion in ConvertBufferToFormat() [Miklos Vajna]
    fdo#77174 crash with "New style from selection" with List [Caolán McNamara]
    fdo#77209 share string pool with clip documents. [Kohei Yoshida]
    fdo#77229 EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude case [Miklos Vajna]
    fdo#77300 don't re-compile formulas when the hybrid formula is not there. [Kohei Yoshida]
    fdo#77307 compare external formula tokens correctly. [Kohei Yoshida]
    i#124039 assure correct line break for multi-lined Input Fields [Oliver-Rainer Wittmann]
    i#124085 improved support for PNG clipboard format on windows [Armin Le Grand]
    i#124453 check if the resulting polygon... [Jürgen Schmidt]
    i#124467 add check for image data offset... [Jürgen Schmidt, Miklos Vajna]
    i#124474 on change of User Field via UNO-API... [Oliver-Rainer Wittmann]
    i#124516 related: handle bad surrogate pairs gracefully on Windows [Herbert Dürr]
    i#124555 restore stream position after Seek to end of stream [Oliver-Rainer Wittmann]
    i#84870 partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22 [Bjoern Michaelsen]
    lp#760665 related: intermittent a11y crash in calc [Caolán McNamara]
    lp#811057 related: intermittent a11y crash in calc [Caolán McNamara]
    rhbz#1057741 [abrt] libreoffice-core: std::__throw_length_error(): soffice.bin killed by SIGABRT [Eike Rathke]
    rhbz#1075124 docx with negative left margin and border on table does not display properly in LibreOffice 4.2.2.1 [Luboš Luňák]
    rhbz#1076264 [abrt] libreoffice-core: ScAccessibleDocument::GetVisibleArea_Impl() const(): soffice.bin killed by SIGSEGV [Caolán McNamara]
    rhbz#1077780 [abrt] libreoffice-core: writerfilter::dmapper::lcl_MoveBorderPropertiesToFrame(): soffice.bin killed by SIGSEGV [Caolán McNamara]
    rhbz#1080196 [abrt] libreoffice-core: mdds/multi_type_vector_itr.hpp update_node(): soffice.bin killed by SIGSEGV [Kohei Yoshida]
    rhbz#1081968 libreoffice produces incorrect PDF export of cropped SVG graphics [Michael Stahl]
    rhbz#577595 [abrt] crash in ScAccessibleDocument::GetVisibleArea_Impl [Caolán McNamara]
    rhbz#602273 [abrt] crash in ScAccessibleDocument::GetVisibleArea_Impl [Caolán McNamara]
    rhbz#896711 [abrt][a11y] libreoffice-core-3.6.3.2-8.fc18: ScAccessibleDocument::GetVisibleArea_Impl: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Caolán McNamara]
    rhbz#923993 [abrt][a11y] libreoffice-core-3.6.5.2-6.fc18: ScAccessibleDocument::GetVisibleArea_Impl: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Caolán McNamara]

4.2.4(rc2)
Bugs fixed against 4.2.4 RC1:

    coverity#1202882 dereference before null check [Caolán McNamara]
    fdo#60040 crash after undoing master page application [Caolán McNamara]
    fdo#71423 fix crash while editing Impress tables. [Thorsten Behrens]
    fdo#74654 fix typo: printnone -> printhigh [Andras Timar]
    fdo#74697 add Bluez 5 support for impress remote. [Andrzej Hunt]
    fdo#74743 avoid infinite loop when gathering "svg" element styles [Tomaž Vajngerl]
    fdo#75525 out by one error [Caolán McNamara]
    fdo#76663 let's not skip the first element of a matrix in PRODUCT. [Kohei Yoshida]
    fdo#76916 'User paths' is missing in tab MotionMotion Paths tab [Caolán McNamara]
    fdo#77027 ODF import: fix wrong version in check for embedded objects [Michael Stahl]
    fdo#77039 fill the match string even if the raw string is empty. [Kohei Yoshida]
    fdo#77342 sw: fix copy/paste of footnote cross references [Michael Stahl]
    fdo#77603 new wildcard in autocorrection: .* instead of * [László Németh]
    rhbz#1088625 [abrt] libreoffice-core: sdext::presenter::PresenterPaintManager::Invalidate(): soffice.bin killed by SIGSEGV [Caolán McNamara]
2014-05-13 18:36:02 +00:00
pho
7b352b26b1 Fix build error on Darwin and possibly other platforms with DTrace capability
On platforms where DTrace is available, we need to invoke dtrace(1)
with the original PATH. Otherwise it gets confused in the presence
of our cc wrapper because it tries to invoke the system-default gcc
with argv[0] set to "gcc", not the absolute path to gcc.
2014-05-13 17:48:36 +00:00
joerg
223bc5c320 Mark as not for Python 3.3 and 3.4, since it uses obsolete string
functions.
2014-05-13 17:20:38 +00:00
joerg
a8d97089f0 Requires PCRE. 2014-05-13 17:09:21 +00:00
joerg
61a3a8ab97 Correctly build as Python Egg. 2014-05-13 17:08:44 +00:00
sborrill
8c98fff3ad dnsbl-milter was added, not updated 2014-05-13 15:32:34 +00:00
sborrill
36a9c5a3cc Updated mail/dnsbl-milter to 6.40 2014-05-13 15:31:54 +00:00
sborrill
aabd85b91f Add dnsbl 6.40 packaged as dnsbl-milter. This is a milter for sendmail
that performs DNSBL filtering.
2014-05-13 15:31:40 +00:00
jaapb
edc9ce12d3 Update of package to version 8.4pl4. Changes include:
Changes from V8.4pl3 to V8.4pl4
===============================

WARNING:
The current logic of Coq is now known to be inconsistent with
  Axiom prop_extensionality : forall A B:Prop, (A <-> B) -> A = B.
For more details, see:
  https://gforge.inria.fr/plugins/scmgit/cgi-bin/gitweb.cgi?p=coq/coq.git;a=blob_plain;f=test-suite/failure/subterm2.v;hb=HEAD
or
  https://gforge.inria.fr/plugins/scmgit/cgi-bin/gitweb.cgi?p=coq/coq.git;a=blob_plain;f=test-suite/failure/subterm3.v;hb=HEAD

Kernel

- Unsound check of elimination sort.
- Fix guard condition for nested cofixpoints.
- Univ constraints of module subtyping were not propagated.

Tactics

- A new option "Set Stable Omega" ensures that repeated identical calls
  to omega will produce identical proof terms. This option is off by default
  for maximal compatibility, but should be pretty safe to activate.
- The interpretation of the open_constr tactic argument was erroneously
  firing type classes resolution in some corner cases.  This has been
  fixed.  The tactic argument type open_constr_wTC is provided for retro
  compatibility purposes.
- Fixing bug (fixing precedence of ltac variables over variables in
  env) introduces rare and justified tactic failure.

Bug fixes

- micromega: solved an ambiguous symbol resolution.
- Coq always uses / as separator between directories on all platforms.
- remove trailing '\r' from file names returned by coqtop.
- bug correction in proving inversion principles for Function.
- ocamlbuild: minor fixes related to camlp4 and cross-compilation.

Changes from V8.4pl2 to V8.4pl3
===============================

Ide_slave XML interface

- 20120712, 20130419 : Invalidated protocol versions
- From 20130419 extra datastructure : union
   (Inl "" = <union val="in_l"><string></string></union>,
    Inr _ = <union val="in_r">...)
- 20130419~1 : new toplevel entry : message, not send by coptop v8.4 and not
  handle by coqide v8.4. A message has a level and a content (of string).
  Message levels are Debug of string, Info, Notice, Warning and Error.
- 20130425 :
  * new toplevel entry : feedback, once again not send by coqtop v8.4 and not
  handle by coqide v8.4. A feedback gives the id of the sentence it provides info
  about and a content. Feedback contents are Processed, AddedAxiom and
  GlobRef of Util.loc * string * string * string * string
  * <call val="interp"> must provide an attribute id of type int. It is OK in
  coqtop v8.4 to alwais send <call val="interp" id="0">

Bug fixes

- Fixing a significant efficiency leak in the code of the field tactic.
- Fix caching of local hint database in typeclasses eauto which could
  miss some hypotheses.
- Fix automatic solving of obligation in program, which was not trying
  to solve obligations that had no undefined dependencies left.
2014-05-13 14:52:28 +00:00
fhajny
147276331e Updated databases/pgbouncer to 1.5.4 2014-05-13 14:19:03 +00:00
fhajny
aa118026dc Update pgbouncer to 1.5.4.
Add SMF support. Fix default dirs.

2012-11-28  -  PgBouncer 1.5.4  -  "No Leaks, Potty-Training Successful"

  = Fixes =

    * DNS: Fix memory leak in getaddrinfo_a() backend.

    * DNS: Fix memory leak in udns backend.

    * DNS: Fix stats calculation.

    * DNS: Improve error message handling for getaddrinfo_a().

    * Fix win32 compile.

    * Fix compiler dependency support check in configure.

    * Few documentation fixes.

2012-09-12  -  PgBouncer 1.5.3  -  "Quantum Toaster"

  = Critical fix =

    * Too long database names can lead to crash, which
      is remotely triggerable if autodbs are enabled.

      The original checks assumed all names come from config files,
      thus using fatal() was fine, but when autodbs are enabled
      - by '*' in [databases] section - the database name can come
      from network thus making remote shutdown possible.

  = Minor Features =

    * max_packet_size - config parameter to tune maximum packet size
      that is allowed through.  Default is kept same: (2G-1), but now
      it can be made smaller.

    * In case of unparseable packet header, show it in hex in log and
      error message.

  = Fixes =

    * AntiMake: it used $(relpath) and $(abspath) to manupulate pathnames,
      but the result was build failure when source tree path contained
      symlinks.  The code is now changed to work on plain strings only.

    * console: now SET can be used to set empty string values.

    * config.txt: show that all timeouts can be set in floats.
      This is well-hidden feature introduced in 1.4.

2012-05-29  -  PgBouncer 1.5.2  -  "Don't Chew, Just Swallow"

  = Fixes =

    * Due to mistake, reserve_pool_timeout was taken in microseconds,
      not seconds, effectively activating reserve pool immediately
      when pool got full.  Now use it as seconds, as was intended.
      (Noticed by Keyur Govande)

2012-04-17  -  PgBouncer 1.5.1  -  "Abort, Retry, Ignore?"

  = Features =

    * Parameters to tune permissions on unix socket:
      unix_socket_mode=0777, unix_socket_group=''.

  = Fixes =

    * Allow empty string for server-side variable - this is
      needed to get "application_name" properly working, as it's
      the only parameter that does not have server-side default.

    * If connect string changes, require refresh of server parameters.
      Previously PgBouncer continued with old parameters,
      which breaks in case of Postgres upgrade.

    * If autodb connect string changes, drop old connections.

    * cf_setint: Use strtol() instead atoi() to parse integer config
      parameters.  It allows hex, octal and better error detection.

    * Use sigqueue() to detect union sigval existence - fixes
      compilation on HPUX.

    * Remove 'git' command from Makefile, it throws random errors
      in case of plain-tarball build.

    * Document stats_period parameter.  This tunes the period for
      stats output.

    * Require Asciidoc >= 8.4, seems docs are not compatible with
      earlier versions anymore.

    * Stop trying to retry on EINTR from close().

2012-01-05  -  PgBouncer 1.5  -  "Bouncing Satisified Clients Since 2007"

  If you use more than 8 IPs behind one DNS name, you now need to
  use EDNS0 protocol to query.  Only getaddrinfo_a()/getaddrinfo()
  and UDNS backends support it, libevent 1.x/2.x does not.
  To enable it for libc, add 'options edns0' to /etc/resolv.conf.

  GNU Make 3.81+ is required for building.

  = Features =

    * Detect DNS reply changes and invalidate connections to IPs no longer
      present in latest reply.
      (Petr Jelinek)

    * DNS zone serial based hostname invalidation.  When option
      dns_zone_check_period is set, all DNS zones will be queried
      for SOA, and when serial has changed, all hostnames
      will be queried.  This is needed to get deterministic
      connection invalidation, because invalidation on lookup
      is useless when no lookups are performed.
      Works only with new UDNS backend.

    * New SHOW DNS_HOSTS, SHOW DNS_ZONES commands to examine DNS cache.

    * New param: min_pool_size - avoids dropping all connections
      when there is no load.
      (Filip Rembialkowski)

    * idle_in_transaction_timeout - kill transaction if idle too long.
      Not set by default.

    * New libudns backend for DNS lookups.  More featureful than evdns.
      Use --with-udns to activate.  Does not work with IPv6 yet.

    * KILL command, to immediately kill all connections for one database.
      (Michael Tharp)

    * Move to Antimake build system to have better looking Makefiles.
      Now GNU Make 3.81+ is required for building.

  = Fixes =

    * DNS now works with IPv6 hostnames.

    * Don't change connection state when NOTIFY arrives from server.

    * Various documentation fixes.
      (Dan McGee)

    * Console: Support ident quoting with "".  Originally we did not
      have any commands that took database names, so no quoting was needed.

    * Console: allow numbers at the stard of word regex.  Trying
      to use strict parser makes things too complex here.

    * Don't expire auto DBs that are paused.
      (Michael Tharp)

    * Create auto databases as needed when doing PAUSE.
      (Michael Tharp)

    * Fix wrong log message issued by RESUME command.
      (Peter Eisentraut)

    * When user= without password= is in database connect string,
      password will be taken from userlist.

    * Parse '*' properly in takeover code.

    * autogen.sh: work with older autoconf/automake.

    * Fix run-as-service crash on win32 due to bad basename() from
      mingw/msvc runtime.  Now compat basename() is always used.
2014-05-13 14:18:49 +00:00
imil
efe789c1cd Updated www/py-tornado to 3.2.1 2014-05-13 13:21:15 +00:00
imil
8142917db3 Updated to version 3.2.1
Security fixes

    The signed-value format used by RequestHandler.set_secure_cookie and
    RequestHandler.get_secure_cookie has changed to be more secure. This is a
    disruptive change. The secure_cookie functions take new version parameters
    to support transitions between cookie formats.
    The new cookie format fixes a vulnerability that may be present in
    applications that use multiple cookies where the name of one cookie is a
    prefix of the name of another.
    To minimize disruption, cookies in the older format will be accepted by
    default until they expire. Applications that may be vulnerable can reject
    all cookies in the older format by passing min_version=2 to
    RequestHandler.get_secure_cookie.
    Thanks to Joost Pol of Certified Secure for reporting this issue.

Backwards-compatibility notes

    Signed cookies issued by RequestHandler.set_secure_cookie in Tornado 3.2.1
    cannot be read by older releases. If you need to run 3.2.1 in parallel with
    older releases, you can pass version=1 to RequestHandler.set_secure_cookie
    to issue cookies that are backwards-compatible (but have a known weakness,
    so this option should only be used for a transitional period).

Other changes

    The C extension used to speed up the websocket module now compiles
    correctly on Windows with MSVC and 64-bit mode. The fallback to the
    pure-Python alternative now works correctly on Mac OS X machines with no C
    compiler installed.
2014-05-13 13:20:58 +00:00
imil
a3693fa127 Added devel/py-iowait version 0.2 2014-05-13 12:34:54 +00:00
imil
50be70047f add & enable py-iowait 2014-05-13 12:33:35 +00:00
imil
3a110a8a8c Initial import of py-iowait, version 0.2, into the NetBSD Packages Collection.
Different operating systems provide different ways to wait for I/O completion
events: there's select(), poll(), epoll() and kqueue(). For cross-platform
applications it can be a pain to support all this system functions, especially
because each one provides a different interface.

IOWait solves this problem by providing a unified interface and using always
the best and faster function available in the platform. Its only limitation is
that, on Windows, it only works for sockets.

This library is compatible both with Python 2 and 3.
2014-05-13 12:32:29 +00:00
ryoon
b127c92691 Updated www/firefox-l10n to 29.0.1 2014-05-13 11:09:30 +00:00
ryoon
96436a19f3 Update to 29.0.1
* Sync with firefox-29.0.1
2014-05-13 11:07:13 +00:00
ryoon
4e81717f13 Updated www/firefox to 29.0.1 2014-05-13 11:06:37 +00:00
ryoon
60871999e4 Update to 29.0.1
Changelog:
Fixed
29.0.1 -pdf.js printing white page (1003707)

Fixed
29.0.1 - Tabs not visible with dark themes under Windows 8.1 (907373)

Fixed
29.0.1 - Session Restore failed with a corrupted sessionstore.js file (1001167)

Fixed
29.0.1 - Seer disabled by default (1005958)
2014-05-13 11:06:00 +00:00
jaapb
603cfa6202 Added comments to gethostbyname/addr patches 2014-05-13 10:17:44 +00:00
jaapb
0ac6e41898 Moved compiler libs from PLIST to PLIST.opt - they are only installed with
the native code compiler. In response to PR pkg/48466.
2014-05-13 10:15:05 +00:00