Version 1.14 June 2013
* A posteriori standard deviation Chi-Square test is newly always
performed (even when gama-local uses a priori reference standard
deviation).
* Added Chinese translation in GBK encoding (switch "zh")
* New output format XHTML Strict 1.0 in gama-local
* Added a basic test suite for gama-local (make check).
SciPy 0.12.1 is a bug-fix release with no new features compared to
0.12.0. The single issue fixed by this release is a security issue in
``scipy.weave``, which was previously using temporary directories in
an insecure manner under certain circumstances.
Perl Curses can use system curses fine, but we need to hand edit the
c-config.h file to so as not to conflict the system forms.h file
with the perl one. This is as documented in the package.
NetBSD system curses does not support panels.
If we're using ncurses we also build support for panels.
* Drop gnome-power-manager dependency with gnome option. It will be runtime
detected automatically.
* Drop musicbrainz opiton from default, it is optional.
Bump PKGREVISION.
2009-06-29 Gustavo Noronha Silva <kov@debian.org>
* Release 2.0.12
2009-06-29 Gustavo Noronha Silva <kov@debian.org>
* libgksu/gksu-run-helper.c:
- fix the fact that the main function ends without returning a
value, on success (doh)
2009-06-29 Gustavo Noronha Silva <kov@debian.org>
* gksu-properties/gksu-properties.c:
- fixed printf format for two error messages, introduced
by the last change
2009-06-29 Sebastien Bacher <seb128@ubuntu.com>
* gksu-properties/gksu-properties.c,
gksu-properties/Makefile.am,
configure.ac:
- use GtkBuilder instead of libglade
2009-06-29 Joshua Kwan <jkwan@vmware.com>
* libgksu/libgksu.c:
- Fix double-free introduced by recent changes.
2009-06-24 Gustavo Noronha Silva <kov@debian.org>
* Release 2.0.11
2009-06-24 Joshua Kwan <jkwan@vmware.com>
* libgksu/libgksu.c:
- Make su code work on Red Hat systems.
2009-06-17 Joshua Kwan <jkwan@vmware.com>
* libgksu/libgksu.c:
- Make sudo also use forkpty, to also work when /etc/sudoers is
configured to require a tty.
2009-06-17 Joshua Kwan <jkwan@vmware.com>
* libgksu/libgksu.c:
- Make su backend work with Fedora's su.
2009-05-09 Gustavo Noronha Silva <kov@debian.org>
* Release 2.0.10
2009-05-09 François Wendling <frwendling@free.fr>
Document gksu-properties, briefly.
* docs/gksu-properties.1, docs/Makefile.am:
2009-05-09 Robert Millan <rmh.debian.bts@aybabtu.com>
This fixes two bugs in read_line function. Both are exposed when
running gksudo --debug:
- First, when read() fails, the printed value will come from
uninitialised memory. This results in stuff like
"GNOME_SUDO_PASSSSSSSSSSSSSSSSS..." being printed.
- Second, the null terminator is off-by-one, resulting in
garbage being printed at the end of each line. This may
also lead to memory corruption (for n >= 256)!
* libgksu/libgksu.c:
2009-03-04 Gustavo Noronha Silva <kov@debian.org>
* Release 2.0.9
* libgksu/libgksu.c: fix how the GdkDisplay* is obtained at
gksu_context_launch_initiate
* libgksu/gksu-run-helper.c: - cleanup the environment from
ORBIT_SOCKETDIR and DBUS_SESSION_BUS_ADDRESS to acommodate recent
changes in gconf
2009-02-22 Gustavo Noronha Silva <kov@alface>
* Release 2.0.8
2009-02-22 Gustavo Noronha Silva <kov@debian.org>
* libgksu/libgksu.c: - added threads protection for the gdk
fadeout/fadein animation, so that callers will not have X errors
when trying to use gdk functions in parallel with us
See http://bugzilla.gnome.org/show_bug.cgi?id=549760.
2009-02-22 Gustavo Noronha Silva <kov@debian.org>
* configure.ac, libgksu/libgksu.{c,h}, libgksu/gksu-run-helper.c:
- accepted patch by Joshua Kwan <jkwan@vmware.com> to
return the same status code as the child
2009-02-03 Gustavo Noronha Silva <kov@debian.org>
* configure.ac:
- added th to ALL_LINGUAS
2008-08-29 Gustavo Noronha Silva <kov@debian.org>
* libgksu/libgksu.c: patch by Daniel Richard G. <skunk@iSKUNK.ORG>
to allow changing the location of the lockfile, so that libgksu
will work on AFS/NFS mounted home directories
2008-06-20 Gustavo Noronha Silva <kov@debian.org>
* libgksu/gksu-run-helper.c: accepted patch by Michael Vogt, from
Ubuntu, to fix very long commands not fitting in the helper's
statically-sized buffer (Debian bug #486087, launchpad #173757)
* libgksu/libgksu.c (sudo_full): accepted patch by Michael Vogt,
from Ubuntu, to fix sudo having problems resolving network
addresses breaking gksu (Debian bug #486083, launchpad #237325)
Changelog:
Security Advisories
The following security-relevant bugs have been resolved in NSS 3.15.2. Users are encouraged to upgrade immediately.
Bug 894370 - (CVE-2013-1739) Avoid uninitialized data read in the event of a decryption failure.
New in NSS 3.15.2
New Functionality
AES-GCM Ciphersuites: AES-GCM cipher suite (RFC 5288 and RFC 5289) support has been added when TLS 1.2 is negotiated. Specifically, the following cipher suites are now supported:
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
TLS_RSA_WITH_AES_128_GCM_SHA256
New Functions
PK11_CipherFinal has been introduced, which is a simple alias for PK11_DigestFinal.
New Types
No new types have been introduced.
New PKCS #11 Mechanisms
No new PKCS#11 mechanisms have been introduced
Notable Changes in NSS 3.15.2
Bug 880543 - Support for AES-GCM ciphersuites that use the SHA-256 PRF
Bug 663313 - MD2, MD4, and MD5 signatures are no longer accepted for OCSP or CRLs, consistent with their handling for general certificate signatures.
Bug 884178 - Add PK11_CipherFinal macro
Bugs fixed in NSS 3.15.2
Bug 734007 - sizeof() used incorrectly
Bug 900971 - nssutil_ReadSecmodDB() leaks memory
Bug 681839 - Allow SSL_HandshakeNegotiatedExtension to be called before the handshake is finished.
Bug 848384 - Deprecate the SSL cipher policy code, as it's no longer relevant. It is no longer necessary to call NSS_SetDomesticPolicy because all cipher suites are now allowed by default.
A complete list of all bugs resolved in this release can be obtained at https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&target_milestone=3.15.2&product=NSS&list_id=7982238
Compatibility
NSS 3.15.2 shared libraries are backward compatible with all older NSS 3.x shared libraries. A program linked with older NSS 3.x shared libraries will work with NSS 3.15.2 shared libraries without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs to the functions listed in NSS Public Functions will remain compatible with future versions of the NSS shared libraries.
- Use USE_PHP_EXT_PATCHES in net/php-sockets.
- Make AI_V4MAPPED noop if platform dosen't have it.
It is poor assumption that AI_V4MAPPED is always defined and V4 mapped
address is always available.
Upstream changes:
Version 2.82 ( Tue 21 May 18:32:23 IDT 2013 )
------------------------------------------------
* Add t/style-trailing-space.t .
- Remove trailing space.
Version 2.81 ( Thu 16 May 13:31:34 IDT 2013 )
------------------------------------------------
* Add the CopySection method to copy a section.
- Thanks to James Rouzier.
Version 2.80 ( Tue 14 May 22:22:55 IDT 2013 )
------------------------------------------------
* Add the RenameSection method to rename a section.
- Thanks to James Rouzier.
Version 2.79 ( Mon 6 May 10:02:47 IDT 2013 )
------------------------------------------------
* Fix test failures with Pod-Simple-3.28:
- http://www.cpantesters.org/cpan/report/98f9d3a8-b557-11e2-9adc-3d5fc1508286
Version 2.78 ( Sun 21 Oct 13:14:39 IST 2012 )
------------------------------------------------
* Fix https://rt.cpan.org/Public/Bug/Display.html?id=80259:
- Warnings on undefined value in length in perl-5.10.x.