Commit graph

7936 commits

Author SHA1 Message Date
tron
f67def298a Attempt to fix build problems under Solaris (11 at least) if the "drac"
option is used.

Problem reported by Richard Palo in PR pkg/47420.
2013-01-12 15:58:53 +00:00
tron
b355491243 Improvements contributed by Richard Palo in PR pkg/pkg/47420:
- Build fixes for Solaris 11 (using GCC 4.7)
- Install example for new config file format
- Replace hard-coded path to state directory in various files.
2013-01-11 13:23:17 +00:00
ryoon
64119e0c28 Update to 10.0.12
Changelog: from http://www.mozilla.org/en-US/thunderbird/10.0.12/releasenotes/
    FIXED
    Security fixes can be found here

MFSA 2013-20 Mis-issued TURKTRUST certificates
MFSA 2013-17 Use-after-free in ListenerManager
MFSA 2013-16 Use-after-free in serializeToStream
MFSA 2013-15 Privilege escalation through plugin objects
MFSA 2013-12 Buffer overflow in Javascript string concatenation
MFSA 2013-11 Address space layout leaked in XBL objects
MFSA 2013-09 Compartment mismatch with quickstubs returned values
MFSA 2013-05 Use-after-free when displaying table with many columns and column groups
MFSA 2013-04 URL spoofing in addressbar during page loads
MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer
MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-10 16:09:59 +00:00
jym
d6e06e035a Bump revision, as noted by wiz@ and gdt@. Thanks! 2013-01-10 00:15:55 +00:00
taca
03281bc658 Update ruby-actionmailer32 to 3.2.11.
Only version has updated.
2013-01-09 12:44:21 +00:00
taca
b864aa5c24 Update ruby-actionpack31 to 3.1.10.
Only version has updated.
2013-01-09 12:37:51 +00:00
taca
58572cb3d3 Update ruby-actionmailer3 to 3.0.19.
Only version has updated.
2013-01-09 12:29:19 +00:00
jym
f65c3b88ee roundcube defines its default configuration in .htaccess files and this
will take precedence over any parameter specified in the <Directory>
section.

So remove the php blocks and add a comment to explain this.
2013-01-08 23:27:55 +00:00
tron
da090f9bb2 Update "milter-greylist" to version 4.4.2. This version fixes build
problems under Solaris which previously required patches.
2013-01-08 15:54:54 +00:00
ryoon
5b8d050b46 * Fix build on NetBSD (_res issue)
* Fix build on recent NetBSD current (kinfo_proc issue)
2013-01-07 21:12:15 +00:00
pettai
6fc66a9166 2.7.3 2012/11/29
Log DB error string in dkimf_add_signrequest(), and fix a DSN handling
                error in dkimf_db_strerror().
        LIBOPENDKIM: Ignore entries in the oversign header field name list
                that are empty, and an oversign header field name list that
                is present but empty.
        LIBOPENDKIM: Allow header field lists to be empty, flushing any that
                were previously defined.
        BUILD: Improve tests for including <strl.h>.
        REPUTATION: Use lowercase for keywords in REPUTE query generation
                and handling.
        STATS: Clean up a dead link in opendkim-genstats.

2.7.2           2012/11/14
        Log the author domain name when rejecting or discarding due to ADSP.
        LIBOPENDKIM: Improve re-entrancy of dkim_eoh() when verifying.
        LIBOPENDKIM: Only do a single read attempt of a private key under
                GNUTLS to avoid hiding a useful error code.
        STATS: Add long option support for opendkim-importstats.
        STATS: Fix overly-strict domain name rules in opendkim-reportstats.
        TOOLS: Fix opendkim-genkey subdomains default.
        TOOLS: Fix opendkim-testmsg GNUTLS initialization.
        TOOLS: Add ability to assert a reporter ID to opendkim-spam.
        TOOLS: Add ability to skip a fixed number of Received: fields.
        TOOLS: Print a warning when asked to generate a key smaller than
                the recommended minimum.
        BUILD: Fix bug #SF3585163: Use a provided libstrl if detected.
        BUILD: Portability fixes for Solaris 10 from Claus Assmann and
                Leena Heino.

2.7.1           2012/10/30
        Fix bug #SF3581657: Fix faulty logic in LDAP open code.
        Fix bug #SF3581743: Properly handle NULLs returned from OpenDBX
                queries and low field counts in dkimf_db_walk().
        In the _FFR_REPUTATION code, free JSON objects when done with them.
        TOOLS: Fix argument parsing in new version of opendkim-genkey.

2.7.0           2012/10/24
        Feature request #SF2964375: Reject configuration files that have
                a SigningTable referencing a missing or malformed KeyTable
                entry.
        Feature request #SF3544764: Support for libar has been discontinued.
                For asynchronous and/or thread-safe resolver service,
                use libunbound or a suitable version of BIND.
        Feature request #SF3545658: Replace "ResolvConf" with "Nameservers"
                and add support for NS list overrides for versions of bind
                that have res_setservers().  Also rename "UnboundConfigFile"
                to "ResolverConfiguration", and make "TrustAnchorFile"
                generally available.
        Feature request #SF3547124: Skip reputation checks on passing
                signatures whose keys had a "t=y" value.
        Feature request #SF3555842: Add "ReputationTest" setting.
        Feature request #SF3556439: Update opendkim-atpszone per RFC6541.
        Feature request #SF3559744: Add library option DKIM_OPTS_MINKEYBITS
                allowing one to specify a minimum number of key bits for
                acceptable keys and signatures.  This is exposed through new
                configuration file option "MinimumKeyBits".  The default
                is 1024.
        Fix bug #SF3536414: Activate _FFR_OVERSIGN, and remove
                DKIM_OPTS_ALWAYSHDRS.
        Fix bug #SF3536655: Rename "X-Header" to "SoftwareHeader", and rename
                all header fields added that start "X-" to remove that prefix,
                per RFC6648.  The old name will be accepted through the end
                of the 2.7.x line.
        Fix bug #SF3538896: Remove antiquated CVS Id: tags, which cleans up
                some (harmless) build warnings.
        Fix bug #SF3548741: Add "ReputationTimeout" for use inside
                _FFR_REPUTATION, rather than using the built-in default
                or a hard-coded one.
        Fix bug #SF3549307: Remove _FFR_REPUTATION_CACHE, as it is redundant
                to caching code that's part of _FFR_REPUTATION already.
        Fix bug #SF3555844: Get repute client code in sync with repute.php
                (and the current REPUTE WG drafts).
        Fix bounds checking in the dstring printf functions.
        Fix loop structure in the C side of odkim.get_rcpt().
        Change all temporary directory defaults from /var/tmp to /tmp.
        Activate _FFR_LUA_GLOBALS.
        Request the milter permissions required to get _FFR_REDIRECT working.
        Add _FFR_REPRRD, which is a second approach to DKIM-based reputation
                using round robin databases and Holt-Winters foreacasting
                using rrdtool (see http://oss.oetiker.ch/rrdtool/).  Still
                experimental.
        Patch #SF3555843: With sufficient verbosity, report the default
                configuration file path.  Patch from Andreas Schulze.
        BUILD: Fix bug #SF3531658: Move the strlcat() and strlcpy()
                implementations to their own library so that programs don't
                drag in crypto and other dependencies they don't need.
                Also clean up several other unnecessary dependencies imposed
                by imprecise use of autoconf.
        BUILD: Patch #SF3555845: Add support for older versions of libcurl.
        BUILD: Install non-user things in sbin instead of bin.
        LIBOPENDKIM: Feature request #SF3565006: Add dkim_add_querymethod()
                and dkim_sig_seterror(), define DKIM_CBSTAT_DEFAULT, and
                remove an assertion in dkim_get_key_dns(), which together
                allow for applications to develop non-standard key retrieval
                mechanisms.
        LIBOPENDKIM: Fix bug #SF3559080: Log correct domains and selectors
                with SSL errors.
        LIBOPENDKIM: Add DNS functions dkim_dns_config(), dkim_dns_init(),
                dkim_dns_nslist(), dkim_dns_set_init(), dkim_dns_set_close(),
                dkim_dns_set_nslist(), dkim_dns_set_config(),
                dkim_dns_set_trustanchor(), dkim_dns_trustanchor().
        LIBOPENDKIM: Patch #SF3562496: Add DKIM_OPTS_REQUIREDHDRS to allow
                alteration of the mandatory header field set.
        LIBOPENDKIM: If "q=" is present and method "dns" is specified, it
                must be followed by "/txt", per RFC6376.
        LIBOPENDKIM: For dkim_add_xtag(), copy the provided values so the
                caller doesn't have to keep them around.
        LIBOPENDKIM: Allow dual signing of a single body with dkim_resign().
        STATS: Fix bug #SF3555847: Add "--nocircles" to opendkim-gengraphs
                to allow operation with versions of gnuplot that don't know
                what "with circles" means.
        STATS: Patch #SF3555841: Temporary table SQL correction.
        TOOLS: Feature request #SF3553918: Add "-u" flag to opendkim-atpszone
                and opendkim-genzone enabling them to produce output suitable
                for use as input to nsupdate(8).
        TOOLS: Feature request #SF3558818: Teach opendkim-testkey about the new
                "ResolverConfiguration" setting.
        TOOLS: Fix bug #SF3565013: Replace opendkim-genkey with a perl script
                that knows how to do splitting of character-strings in DNS
                TXT records.
        TOOLS: Fix bug #SF3568846: Add "-t" to opendkim-testmsg to allow
                override of the directory where temporary files go.  Also,
                clean up temporary files after creating them.
        TOOLS: Add opendkim-rephistory.

This should fix PR pkg/47370.
2013-01-05 17:05:07 +00:00
taca
a529581ffe Update ruby-actionmailer32 to 3.2.10.
Only version has updated.
2013-01-05 14:22:02 +00:00
taca
983ac28bee Update ruby-actionmailer31 to 3.1.9.
Only version has updated.
2013-01-05 14:00:49 +00:00
taca
5f8b8681e9 Update ruby-actionmailer3 to 3.0.18.
Only version has updated.
2013-01-05 13:41:42 +00:00
tron
4d39e37437 Update "milter-greylist" package to version 4.4.1.
Major changes since 4.2.7:
- Allow comparison of msgsize, rcptcount & spamd, against values from LDAP
- localaddr option so that Postifix user can use spf self
- Allow filtering header and body against LDAP or CURL gathered properties
- Add format string to report last matching LDAP or CURL propery
- Add a addfooter action clause in ACL, to add mail a footer
- Allow per-dacl maxpeek setting, set by maxpeer action clause in racl
- Add LDAP or CURL gathered property substitution in format strings
- Add continue type ACL
- p0f v3 support
- Fix spamd hang if message contains NULL (Enrico Scholz)
- Send the queueid to spamd (Petar Bogdanovic)
- Ratelimit on SMTP sessions and data size
- New tarpit feature (Kouhei Sutou)
- Make SpamAssassin headers Sendmail-like (Petar Bogdanovic)
- Merge autowhite and greylist databases (Rudy Eschauzier)
- Make LDAP querries timeout configurable
- Make MX sync timeout peer-configurable (Attila Bruncsak)

This update is largely based on a patch submitted by Richard Palo
in PR pkg/47369.
2013-01-03 09:50:44 +00:00
tron
a682080755 Use "bison" instead of "yacc" to fix the build problem under Solaris
reported by Richard Palo in PR pkg/47369.
2012-12-30 11:43:23 +00:00
tron
daf43ebbb0 Add missing comment to patch file. 2012-12-30 11:41:15 +00:00
dholland
762b9f7f3f Add required standard headers.
XXX: this package should be terminated with prejudice
2012-12-30 05:38:55 +00:00
jnemeth
ade64d0368 sendmail is incompatible with current versions of databases/db4
as the latter is now threaded, so delete the option
2012-12-28 05:27:06 +00:00
taca
fff65a0a96 Update squirrelmail to 1.4.23pre14345, snap shot from squirrelmail's
repository.  Approved by wiz@.

* Now work well with PHP 5.4 and later.

Version 1.4.23 - SVN
--------------------
  - Added capability to issue SEARCH commands in literal format (so that
    non-ASCII search terms are handled RFC-correctly).
  - Fixed hook name clash: new "smtp_auth" hook added in version 1.4.22
    has been renamed to "smtp_authenticate"
  - Added SASL PLAIN mechanism for IMAP logins; backported from version
    1.5.2.
  - Prevent syslog warning in call_user_func_array() call when no
    arguments given.  Patch from Jean-Philippe Guerard (#3309935).
  - Changed the read_body_menu_top hook from concat_hook_function to
    do_hook_function (plugin authors please note)
  - Always ensure that the Reply-To header is a full email address in
    outgoing messages
  - Fixed issue with Noselect mailboxes being clickable in folder list
  - Made performance improvements in mailbox listing
  - Attachment filename extensions changed from ".msg" to ".eml"
  - Unified address book searches somewhat: file-backed address books now
    search in each field individually; database-backed address books now
    search in fields other than first/last name (nickname, email); LDAP-
    backed address books now search in common name fields as well as by
    email address (cn, sn, givenname, mail)
  - You may now enable LDAP-backed address books to be listed (using
    the "List all" button on the address search screen accessed via
    the "Addresses" button on the compose screen) by adding
    "$ldap_abook_allow_listing = TRUE;" (without quotes) to
    config/config_local.php (previously, this required editing of a
    file).
  - Added ability to control browser rendering mode (quirks versus
    standards) - see the $browser_rendering_mode setting in
    config/config.php or the "4. General Options ==> 19. Browser
    rendering mode" setting in the configuration tool (#3240356).
  - Added "search_index_before" hook (analog of the "mailbox_index_before"
    hook)
  - Made performance improvements in security token handling
  - Improvements for compatibility with PHP 5.4.
  - Added option that allows users to have replies to their own
    messages sent to the recipient of the previous message (#3520988).
2012-12-28 04:03:34 +00:00
darcy
dd6c94875a Upgrade to 1.2.3.
Fixes:
	2012-10-24
	* Update configure.ac to avoid autoconf 2.68 warnings, by
	  (a) quoting the first AC_RUN_IFELSE argument, an
	      AC_LANG_PROGRAM(), with [ ], and
	  (b) providing an explicit "true" assumption for Berkeley DB
	      capabilities to avoid cross-compilation warnings.

	2012-10-22
	* Security bugfix for CVE-2012-5468 (bogofilter-SA-2012-01):
	  Fix a heap corruption in base64 decoder on invalid input.
	  Analysis and patch by Julius Plenz <plenz@cis.fu-berlin.de>.

	2011-01-02
	* Added bogofilter-faq-bg.html, a Bulgarian translation of the FAQ.
	  (thanks to Albert Ward)

	2010-10-29
	* Mark "Berkeley DB 5.1.19: (August 27, 2010)" supported.
2012-12-26 16:58:27 +00:00
joerg
ee25e2ae29 Define _NETBSD_SOURCE to ensure u_char is defined for arpa/nameser.h 2012-12-25 21:07:13 +00:00
joerg
14dabe3146 Don't use visibility attributes with Clang. 2012-12-24 21:14:19 +00:00
obache
a6df52939f Update milter-manager to 1.8.5.
== [release-1-8-5] 1.8.5: 2012-12-03

A bug fix release of 1.8.4.

=== Package

  * Drop Ubuntu Natty Narwhal support.
  * Fix broken documents.

=== Ruby milter

  * Fix a typo in test for Ruby1.8.
    [Pull requested by umq]

=== Thanks

  * umq

== [release-1-8-4] 1.8.4: 2012-11-21

A bug fix release of 1.8.3.

=== Package

  * Added Ubuntu Quantal Quetzal support.
  * Provided packages built by using Ruby1.9 on following distributions:
    Debian wheezy, Debian sid, Ubuntu Precise Pangolin, Ubuntu Quantal Quetzal
  * Added missing fixture files into tar.gz.
    [Reported by Hirohisa Yamaguchi]
  * Solaris: Added missing SMF method file into tar.gz.
    [Reported by @ftnk]
  * yum: Rename yum repository pacakge.
    milter-manager-repository -> milter-manager-release
  * deb: Use Ruby1.9 by default.
  * deb: Rename packages for Ruby binding.
    libmilter-*-ruby1.8 -> ruby-milter-*

=== milter manager

==== Improvements

  * configure: Specify Ruby/GLib2 version to --with-bundled-ruby-glib2 option

==== Fixes

  * manager: Suppressed compiler type warnings.
    [GitHub #12]
    [Reported by Hirohisa Yamaguchi]
  * debian cron: used mail.log instead of mail.info
    [milter-manager-users-ja:00171]
    [Reported by Kazuhiro NISHIYAMA]

=== milter-core

==== Improvements

  * Supported MILTER_DEBUG=fatal-criticals.
  * binding ruby: milter callback arguments are ASCII_8BIT.
    [GitHub #3]

==== Fixes

  * Fixed an issue which a following warning is shown when running at high loads.
    "g_io_channel_write_chars: assertion `channel->is_writeable' failed"

=== Admin

==== Improvements

  * Upgraded to Rails2.3.14

=== Document

==== Fixes

  * Fixed about install sequence on CentOS.
    [GitHub #13]
    [Reported by Kunkichi]

=== Thanks

  * Hirohisa Yamaguchi
  * Kazuhiro NISHIYAMA
  * @ftnk
  * Kunkichi
2012-12-22 08:29:30 +00:00
joerg
0c9752669d Using __VA_ARGS__ and expecting the compiler to magically remove the
initial comma when it expands to empty is a GCC extension. Avoid it.
2012-12-22 02:25:56 +00:00
wiz
820e5fccde Not parallel make safe.
Stuff like:
mv: rename .deps/sdp.Tpo to .deps/sdp.Plo: No such file or directory
happens.
2012-12-22 02:23:02 +00:00
joerg
5d1275f9d1 Fix template look up. 2012-12-20 21:48:15 +00:00
jnemeth
41e5ff631a add details about what to do if you don't have mailwrapper 2012-12-20 20:38:46 +00:00
taca
5c2911943d Update sylpheed to 3.3.0, referring PR pkg/47349.
Changes of Sylpheed

* 3.3.0

* 3.3.0rc (release candidate)

    * The Japanese manual was updated.
    * The bug that hyperlinks did not respond when 'Show attached files
      first on message view' option was set was fixed.
    * Some compilation fixes were made.
    * Win32: .eml file association was added to installer.
    * Win32: mailto and .eml association are automatically set to default
      on Windows 7 on installation.
    * Win32: included libtiff library was updated to 3.9.7 (security fix).

* 3.3.0beta2 (development)

    * The ability of opening external rfc822 format message files (.eml) was
      added.
    * Sylpheed now accepts mailto: and file: URL without command-line option.
      (sylpheed file:///path/to/file.eml)
    * The option to specify the position of the attach tool button was added.
    * The header labels on the header view now have tooltips.
    * A minor memory leak related to tooltips was fixed.
    * The long-standing drag-without-button-press bug on IMAP folders (since
      3.0) was fixed (#93).
    * The sylpheed.desktop file was modified so that desktop shells can
      recognize Sylpheed as rfc822 and mailto handler.
    * The sylpheed.spec file was fixed so that it builds on x86_64 platform,
      and also builds sylpheed-plugins package.

* 3.3.0beta1 (development)

    * Attached files are now placed first on the message view.
    * Attached files can be opened from the attachment tool menu.
    * The attachment tool menu was moved to the left of the header view.
    * The option 'Toggle attachment list view with tab' and 'Show attached
      files first on message view' were added at 'Common preferences -
      Display - Attachment'.
    * 'Export only selected messages' option was added to the message export
      dialog.
    * The import/export of messages became cancellable.
    * config.rpath and install-sh script in the tarball were updated.
    * IMAP FETCH command response parser was fixed.
2012-12-18 15:37:19 +00:00
obache
b203daa975 * Digest::MD5 is in CORE since perl-5.7.3, update dependency pattern.
* Getopt::Long is in CORE since perl-5, drop dependency.

Bump PKGREVISION.
2012-12-17 12:42:23 +00:00
obache
d10058e1e3 LICENSE=gnu-gpl-v2 2012-12-17 04:54:40 +00:00
khorben
17978ace3c Added mail/deforaos-mailer (version 0.1.5) 2012-12-17 01:00:40 +00:00
khorben
e5c55d931c Imported wip/deforaos-mailer, the DeforaOS desktop e-mail client, under
mail/deforaos-mailer (version 0.1.5)
2012-12-17 00:59:54 +00:00
taca
96b5330ca0 Update ruby-actionmailer32 to 3.2.9.
## Rails 3.2.9 (unreleased) ##

* Do not render views when mail() isn't called.
  Fix #7761

  *Yves Senn*
2012-12-16 14:15:21 +00:00
obache
7522419860 Update cyrus-imapd24 to 2.4.17.
Changes to the Cyrus IMAP Server since 2.4.16

      * A bunch of cleanups and fixes to compiling
      * A bunch of sieve cleanups
      * Fixed bug #3691: unixhierarchysep is now obeyed when printing the
        mailbox name in unexpunge
      * Fixed bug #3718: crashes fetching message parts
      * Fixed bug #3719: pop3 seen update of final message in a mailbox
      * Improved documentation of "proxyservers" option
      * Fixed bug #3737: lost emails in XFER delivery race
      * Fixed bug #3725: inefficient statuscache use in some cases
      * Fixed bug #3484: use of sasl property types (compile fix)
      * Fixed bug #3754: failure to support binary append. This was found
        by a popular library switching to using binary appends
      * Fixed bug #3735: user prefix searching now works with fulldirhash
      * Fixed bug #3696: can no longer rename the same mailbox twice, which
        left things in a corrupted state if you caught the race.
      * Fixed bug #3715: using berkeley for mailboxes.db was very broken.
        It now works.
      * Fixed bug #3733: reconstruct with missing cyrus.index will use file
        timestamps for internaldate rather than setting it to NOW if
        internaldate_heuristic is set to standard
      * Fixed bug #3729: better documentation for xlist-* in 2.4.
      * Fixed bug #2717: fetches of individual messages or short ranges no
        longer need to parse over the entire index.
      * Fixed bug #3742: reconstruct can now fix multiple folders with the
        same uniqueid again (regression from 2.3) and also sync_client
        avoids a crash in that broken case.
      * Fixed bug #3711: detect the buggy /usr/bin/compile_et shipped on
        MacOS X and fall back to our bundled copy.
2012-12-16 02:55:46 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
schmonz
5ade8e3683 Update to 4.36.0. From the changelog:
- add support for retrieving POP/IMAP passwords from, and storing
  them to, the Gnome keyring. Thanks: Krzysztof Warzecha, Scott Hepler.
2012-12-15 23:49:46 +00:00
ryoon
35263110cb Bump PKGREVISION from devel/nss 3.14.0. 2012-12-15 10:36:18 +00:00
taca
ef1489032f Update postfix to 2.8.13.
Postfix 2.8 and later:

  * The postscreen_access_list feature failed to ignore case in the
    first character of a command (e.g., permit, reject, etc.).
    Reported by Francis Picabia. (This fix is incorrectly listed
    in the HISTORY files of earlier releases, and will be removed
    with a future patch.)

All supported releases:

  * Strip the datalink suffix (e.g., %eth0) from IPv6 addresses
    returned by the system getaddrinfo() routine. Such suffixes
    break the default mynetworks value, the Postfix SMTP server's
    reverse/forward DNS name/address mapping check, and possibly
    more.

  * To eliminate the possibility of collisions with connection cache
    lookup keys, the Postfix LDAP client now computes those lookup
    keys by joining the number-valued connection properties with
    ASCII null, just like it already did with the string-valued
    connection properties.

  * There was a memory leak during one-time TLS library initialization
    (introduced with Postfix 2.5). Reported by Coverity.

  * There was a memory leak in the unused oqmgr(8) program (introduced
    with Postfix 2.3). Reported by Coverity.
2012-12-13 16:23:13 +00:00
wiz
36e48ba3c7 Remove patches that were probably intended to go away with the 1.2.0 update. 2012-12-13 09:14:22 +00:00
wiz
6814fb2fe9 Update to 0.2.9, from Stefano Marinelli in PR 45790. Set LICENSE.
26/12/2008 0.2.9
- src/lua/hotmail.lua, src/lua/juno.lua: Fixed login issues (russell822)
- src/lua/supereva.lua: added patch by la scimmia to fix To: problem (gareuselesinge)
- updater-ui/dialog/freepops-updater-dialog, updater-ui/zenity/freepops-updater-zenity: use mktem if tempfile not available (gareuselesinge), thanks Vito De Tullio
- buildfactory/Makefile, buildfactory/debian-ubuntu/control, buildfactory/debian-ubuntu/freepops.postinst, buildfactory/debian-ubuntu/rules: patch by blackmoon for ubuntu (gareuselesinge)
- buildfactory/Makefile, buildfactory/osx/Info.plist, buildfactory/osx/Info.plist.in: osx version will be reported correctly from now on (gareuselesinge)
- buildfactory/debian-ubuntu-dapper/control, buildfactory/debian-ubuntu-dapper/rules: added dapper stuff (gareuselesinge)
- buildfactory/debian-ubuntu/freepops-updater-gnome.desktop: minor fix (gareuselesinge)
- buildfactory/debian/changelog, buildfactory/debian/control, buildfactory/debian/freepops.cron.hourly, buildfactory/debian/rules, scripts/create_jail.sh: approaching 2.9.0 (gareuselesinge)
- buildfactory/debian/changelog, buildfactory/debian/freepops.postinst, buildfactory/debian/rules: some debian fixes (gareuselesinge)
- buildfactory/osx/Install_resources/English.lproj/ReadMe.txt, buildfactory/osx/Install_resources/Italian.lproj/ReadMe.txt, buildfactory/osx/iceberg/FreePOPs/FreePOPs.packproj, scripts/compile-gettext-universal.sh, src/Makefile: added gettext library, fixed installer (gareuselesinge)
- buildfactory/osx/Install_resources/English.lproj/ReadMe.txt, buildfactory/osx/Install_resources/Italian.lproj/ReadMe.txt, configure.sh, scripts/compile-curl-universal.sh, src/Makefile: use of an embedded version of libcurl for osx to avoid the old and crappy 10.4 version (gareuselesinge)
- src/lua/davmail.lua: fixed metadata (gareuselesinge)
- src/lua/hotmail.lua: new version by russell (gareuselesinge)
- src/lua/mailcom.lua: Fixed issues with india.com (russell822)
- src/lua/yahoo.lua: Minor tweaks to fix issues reported in threads. (russell822)
- osx uses a custom version of curl, since osx 10.4 has an old version
- osx package will report the correct version
2012-12-12 12:52:10 +00:00
ryoon
2a3beb6a43 Bump PKGREVISION.
Fix another _res multi-thread error.
Patch is provided by Dave Tyson on pkgsrc-users@.
2012-12-12 08:35:58 +00:00
roy
3e16074dde Remove stale patches 2012-12-06 10:48:51 +00:00
roy
cfa931da64 Update to dspam-3.10.2 with many changes from 3.8.0
Too many changes to note, but this works with PostgreSQL-9.1.5 without
spitting out any warnings which is my reason for updating it.
A few of prior pkgsrc patches have been merged upstream now.
2012-12-06 10:47:35 +00:00
taca
f9df4dc498 Update roundcube to 0.8.4.
A little improvement to MESSAGE about upgrading.

CHANGELOG Roundcube Webmail
===========================

- Fix XSS vulnerability in handling of text/enriched messages (#1488806)
- Fix handling of 'media' attribute on linked css (#1488789)
- Fix regression where unintentional page reload was done after request abort (#1488802)
- Fix excessive LFs at the end of composed message with top_posting=true (#1488797)
- Fix bug where leading blanks were stripped from quoted lines (#1488795)

RELEASE 0.8.3
-------------
- Fix AREA links handling (#1488792)
- Fix possible HTTP DoS on error in keep-alive requests (#1488782)
- Fix compatybility with MDB2 2.5.0b4 (#1488779)
- Fix a bug where saving a message in INBOX wasn't possible
- Fix HTML part detection in messages with attachments (#1488769)
- Fix bug where wrong words were highlighted on spell-before-send check
- Fix scrolling quirk in email preview frame using Opera 12 (#1488763)
- Fix displaying of multipart/alternative messages with empty parts (#1488750)
- Fix Warning: htmlspecialchars(): charset `RCMAIL_CHARSET' not supported warning in Installer (#1488744)
- Fix threaded list sorting on PHP < 5.2.9 (#1488748)

RELEASE 0.8.2
-------------
- Fix XSS vulnerability from HTTP User-Agent header (#1488737)
- Force fonts in compose fields to be all the same (#1488690)
- Add full headers view in message preview window (#1488538)
- Fix message display page issues (#1488590, #1488642)
- Fix handling vCard entries with TEL;TYPE=CELL (#1488728)
- Fix error where session wasn't updated after folder rename/delete (#1488692)
- Fix PLAIN authentication for some IMAP servers (#1488674)
- Fix encoding vCard file when contains PHOTO;ENCODING=b (#1488683)
- Fix focus issue in IE when selecting message row (#1488620)
- Fix displaying all headers when they contain malformed characters (#1488666)
- Fix decoding of HTML messages with UTF-16 charset specified (#1488654)
- Fix quota capability detection so it can be overwritten by a plugin (#1488655)
- Fix identity selection on reply (#1488101)
- Fix Larry's messages list filter in IE (#1488632)
- Fix more IE issues by disabling Compat. mode with X-UA-Compatible meta tag (#1488626)
- Fix setting locales under Solaris - use additional .UTF-8 suffix (#1488628)
- Fix email address validation for addresses with IP address in domain part
- Fix Larry skin issues in IE7 compat. mode (#1488618)
- Fix so subscribed non-existing/non-accessible shared folder can be unsubscribed
2012-12-05 15:38:01 +00:00
taca
e9678663cc Add dependency to p5-Perl4-CoreLibs to fix build problem with perl 5.16.
Bump PKGREVISION.
2012-12-04 11:19:13 +00:00
adam
aa537007b8 Changes 2.1.12:
The dovecot-config file installed by v2.1.11 was missing quotes, which
broke building Pigeonhole. This release fixes that.
2012-12-04 09:28:24 +00:00
tron
c8029637df Update "dovecot2" package to version 2.1.11. Changes since 2.1.10:
- lmtp/lda: dovecot.index.cache file is no longer fully mapped to
  memory, allowing mail deliveries to work even if the file is huge.
- auth: userdb passwd lookups are now done by auth worker processes
  instead of auth master process (as it was documented, but
  accidentally didn't work that way).
- lmtp: lmtp_rcpt_check_quota=yes setting checks quota on RCPT TO.
- lmtp: After successful proxying RCPT TO, the next one to a
  nonexistent user gave tempfail error instead of "user not found".
- lmtp proxy: Fixed hanging if remote server was down.
- imap: Fixed crash when SEARCH contained multiple KEYWORD parameters.
- doveadm: Various fixes to handling doveadm-server connections.
- -i <instance name> parameter for Dovecot tools didn't work correctly.
- director was somewhat broken in v2.1.10. This version also includes
  various reliability enhancements.
- auth: passdb imap was broken in v2.1.10.
2012-12-04 08:18:34 +00:00
drochner
f2c5f61652 don't display the URL when fetching calendars, it could contain
credentials (CVE-2012-5527), patch from upstream
bump PKGREV
2012-11-29 11:01:15 +00:00
joerg
ddebfef9f3 Always return a value from non-void functions. 2012-11-23 12:35:57 +00:00