Changelog:
Fixed in Firefox/Thunderbird ESR 31.5
2015-24 Reading of local files through manipulation of form autocomplete
2015-19 Out-of-bounds read and write while rendering SVG content
2015-16 Use-after-free in IndexedDB
2015-12 Invoking Mozilla updater will load locally stored DLL files
2015-11 Miscellaneous memory safety hazards (rv:36.0 / rv:31.5)
Changelog:
* Written in C++ now.
* Fix security issues
CVE-2014-2914
CVE-2014-2906 and CVE-2014-3856
CVE-2014-2905
CVE-2014-3219
* Many bugfixes.
* Many new features.
See http://fishshell.com/release_notes.html .
1) Reduce preference of the primary master site:
ftp://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/
It seems to have stopped mirroring distfiles back in 2012 and we have
been falling back to ftp.n.o anyway for years.
2) Remove the the FreeBSD backup master site as per instructions in
ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/README.txt
Unfortunately the new distcache service is not usable as it relies
heavily on subdirectories.
We need to either contact Funet and ask them to start mirroring again or
get a different fast backup site in Europe.
Even the section summary of the changes is to big to include here.
Refer to http://www.libreoffice.org/download/release-notes/ for the change
logs.
Tested on netbsd-6/amd64 with suse121 compat packages.
spadmin is gone and soffice-patch hasn't been needed in a while. No need to
keep the patches for them around.
for which there is no comment and which I don't understand.
New in 1.30:
* Version 1.30 (released 2015-03-02) [stable]
** libidn: The punycode.{c,h} files were re-imported from RFC 3492bis.
A comment explaining the origin and what was changed was added.
** Bump gettext to 0.19.3.
** Use LT_INIT instead of AC_LIBTOOL_WIN32_DLL.
** i18n: Added Hungarian translation. Updated some other languages.
Thanks to Balázs Úr.
** API and ABI is backwards compatible with the previous version.
- Add LICENSE= modified-bsd
(upstream)
- Update 5.2 to 5.5
-----------------
WHATSNEW in 5.5
===============
In 5.4 the new NAT friendly behaviour was achieved by sending packets
with an rport of 0 to the server. In 5.5 this is no longer needed since
the server looks at the version number; hence 5.5 packets still go out
with rport set, making them compatible with servers of versions 5.3 or lower.
This was a small change/correction and 5.5 is a minor update.
WHATSNEW in 5.4
===============
DHIS packet messages leaving a host will now leave from the DHIS
return port (58800 by default) instead of a randomly assigned port.
Messages sent by this client to a server are marked with a return port of 0 in
the payload of the DHIS packet which causes the server to reply to the UDP port
from which it receives a packet. In other words, the return UDP port is no
longer embedded in a DHIS packet but instead is taken by the server from the
UDP layer of the network packet.
This feature (dhis client) only works with a DHIS server that implements it;
hence, a dhisd server of version 5.4 or above is required for a 5.4 client to
operate.
This feature is particularly useful in systems behind NAT; whereas before a
NAT redirect rule to the return DHIS port (58800 by default) was required, with
DHIS 5.4 this is no longer required since NAT boxes should keep the UDP state
and redirect back to the right host.
A new protocol is also implemented with DHID 5.4; instead of waiting for
server checks with CHECK_REQ, the client refreshes itself to the server
by sending periodic ECHO_REQ packets to it (every refresh period). The
server keeps the host online and only brings it offline it it doesn't
see any ECHO_REQ packets for up to 3 times the refresh period.
WHATSNEW in 5.3
===============
The documentation was updated.
DHID can now be executed under any user (not only root) without
changes to the code.
The pid file default location was changed to /var/run/dhid.pid
Add missing DEPENDS
Upstream changes:
1.16 2015-02-24
- podspell script: set output encoding from locale CTYPE (DOLMEN)
1.15 2014-02-28
- Convert to strict mode of File::ShareDir::ProjectDistDir (KENTNL)
- change to use Path::Tiny->lines_utf8
1.14 2014-02-12
- Discontinue use of File::Slurp, use Path::Tiny->lines instead
GH #15 ( Ether )
1.13 2013-11-02
- fix encoding issues issues in pod for perldoc
1.12 2013-10-17
- improve documentation
1.11 2013-10-17
- fix shebang to /usr/bin/perl for EUMM replacment GH #13 (dolmen)
1.10 2013-09-27
[FEATURES]
- added 'no_wide_chars' option to strip words with such characters
from the output. This may help spellcheckers that can't cope
with UTF-8
[CHANGED]
- improved punctuation stripping algorithm for better word
isolation (example C<< "hello". >> now is found as "hello")
- strips all word that do not have at least one \w character
as a spellchecker isn't likely to do anything useful with them
[DOCUMENTED]
- added recommendations for dealing with character encoding
1.09 2013-09-25
[FIXED]
- stopwords with 's are learned without 's to match how they are
checked
[CHANGED]
- leading and trailing punctuation is entirely stripped since the
spellchecker won't care anyway. Trailing periods are *not*
stripped as they might be abbreviations ("Ph.D."), but such words
are checked against the stoplist both with and without
trailing periods to account for abbreviations and words at the
end of a sentence.
1.08 2013-09-24
[FIXED]
- hyphenated word parts are also checked against the stoplist
and stripped (dagolden) GH #9
[DOCUMENTED]
- noted that stopwords must be added before words appear in Pod
1.07 2013-09-14
- add many words
[FEATURES]
- Pod::Wordlist is an Object ( dagolden )
- Lingua::EN::Inflect is used to reduce requiring plurals in the list
( dagolden )
- the wordlist is now a sharedir file
[DEPRECATED]
- accessing %Pod::Wordlist::Wordlist directly
1.06 2013-09-08
- import stopwords from Pod::Wordlist::hanekomu except names
1.05 2013-07-07
- add stopwords
Path::FindDev is used to find a development path somewhere in an upper
hierarchy. It is mostly a glue layer around Path::IsDev with a few
directory walking tricks.