- Fix a fundamental problem which meant that the package included links
for builtin components that "pkgsrc" will not use because they are too old.
- Remove NetBSD specific "pixman" hack that is no longer necessary.
- Add a nasty hack to deal with the "pixman" issue under NetBSD 5.1*
(and 5.0?) which provides an old version of "libpixman" with a higher
major number than the package in "pkgsrc".
==============================
Release Notes for Samba 3.3.14
September 14, 2010
==============================
This is a security release in order to address CVE-2010-3069.
o CVE-2010-3069:
All current released versions of Samba are vulnerable to
a buffer overrun vulnerability. The sid_parse() function
(and related dom_sid_parse() function in the source4 code)
do not correctly check their input lengths when reading a
binary representation of a Windows SID (Security ID). This
allows a malicious client to send a sid that can overflow
the stack variable that is being used to store the SID in the
Samba smbd server.
pkgsrc changes:
- bump dependency of Scalar::Util to 1.23
Upstream changes:
3.67 Mon May 17 23:22:44 2010
- More fixes for $@ changes
3.66 Fri May 14 13:31:04 2010
- More fixes for $@ changes
3.65 Fri May 7 19:05:34 2010
- Fix tests for $@ changes that will be coming with Perl 5.14
pkgsrc changes:
- adjust dependencies (partial reordered)
Upstream changes:
1.18 Mon 10 May 2010 - Adam Kennedy
- POD typo fix to keep the Debian nazis happy :)
1.17 Mon 10 May 2010
- Updating to Module::Install 0.95
- Bundling newer author tests
- Removing a three-argument open that some overzealous external
contributor added.
- Added support for the .tgz extension, behaving the same as .tar.gz
- Added support for github tarball URLs in the format
http://github.com/gitpan/Config-Tiny/tarball/2.12
pkgsrc changes:
- change the comment to be less personally
- bump Test::Tester dependency
Upstream changes:
1.02 Thu 9 Sep 2010 - Adam Kennedy
- Don't "use warnings" anywhere inside of Test::NoWarnings::* just
in case we trigger a recursive warning handler in future (ADAMK)
- Remove the need for a private variable when detecting
Devel::StackTrace support (ADAMK)
- Don't import unused functions from Carp or Test::Builder (ADAMK)
- Minor documentation tweaks (ADAMK)
- Correct the repository metadata in META.yml (ADAMK)
- Minor cleanups in the eumm-update generated code (ADAMK)
- Added a dedicated compile test (ADAMK)
pkgsrc changes:
- adjusting license definition
- adjusting module type
- tidy Makefile
- re-sort dependencies
Upstream changes:
2.102 2010-02-14
minor documentation improvements
do not break chaining on $stuff->FOO_text(undef);
2.101 2009-11-12
accept character (unicode) strings for bodies and headers
ucfirst header names
(above changes by Aristotle Pagaltzis)
2.100 2009-08-11
Allows attach_file to accept attribute arguments ie (content_type)
just like attach does (twek)
2.09 Sat 16 May 2009
- documentation tweaks for SMTP hostname; thanks Kieren Kiment
Upstream changes:
1.1801 Fri Sep 10 16:34:29 EDT 2010
Changed:
- Default config directory now uses File::HomeDir->my_home on
windows instead of ->my_documents. If that directory doesn't exist,
it will fall back to ->my_documents.
Since 1.7.1
------------
bugfix: Cannot attach files from computer when composing an email.
bugfix: Error when sending mail (with sync sent mails enabled).
bugfix: Tab with no content was appearing after 1.7.1.
- Properly deal with non-ASCII responses in the CSRF code
- Restore compatibility with certain forms like the user-editing form in
admin
Reduce maintainance overhead in pkgsrc by providing PLIST print magic.