Commit graph

8200 commits

Author SHA1 Message Date
wiz
d31dab1488 restore enigmail checksums 2013-05-24 09:59:54 +00:00
adam
6794e53556 Changes 2.2.2:
+ zlib: Keep the last mail cached uncompressed in a temp file. This
  fixes performance when doing small partial fetches from a large
  mail.
+ acl: If plugin { acl_defaults_from_inbox = yes } is set, get the
  default ACLs for private and shared namespaces from the user's INBOX.
  (This probably will become default in v2.3.)
+ pop3: Added pop3_deleted_flag setting to switch POP3 deletions to
  only hide the messages from POP3, but still be visible via IMAP.
- ACL plugin: Mailbox creation wasn't actually checking any ACLs
  and always succeeded (due to some v2.2 API changes). The created
  mailbox couldn't have been accessed though, so this couldn't have
  caused any data leak.
- IMAP: Various URLAUTH fixes.
- IMAP: Fixed a hang with invalid APPEND parameters.
- IMAP LIST-EXTENDED: INBOX was never listed with \Subscribed flag.
- mailbox_list_index=yes still caused crashes.
- maildir: Fixed a crash after dovecot-keywords file was re-read.
- maildir: If files had reappeared unexpectedly to a Maildir, they
  were ignored until index files were deleted.
- Maildir: Fixed handling over 26 keywords in a mailbox.
- Maildir++: Fixed mail_shared_explicit_inbox=no
- namespace { prefix="" list=no } was listing mailboxes.
- imap/pop3-login proxying: Fixed a crash if TCP connection succeeded,
  but the remote login timed out.
- Case-insensitive search/sort didn't work correctly for all unicode
  characters, as specified by i;unicode-casemap comparator. If full
  text search indexes were used, they need to be rebuilt for old mails
  to be handled correctly. (This bug has existed always in Dovecot.)
2013-05-23 19:45:50 +00:00
joerg
57245301dd Drop unused member variable. 2013-05-23 15:05:54 +00:00
ryoon
4bb882dc64 Update to 17.0.6.
* Sync with mail/thunderbird.
* Include devel/ulrunner17's xpi.mk.
2013-05-23 13:34:11 +00:00
ryoon
3a53838b3b Fix hack.mk include. 2013-05-23 13:14:28 +00:00
ryoon
1b6c2c2456 Fix PLIST. Fix build. 2013-05-23 13:13:30 +00:00
hans
117f6e1197 Revbump for WindowMaker update. 2013-05-21 14:41:32 +00:00
ryoon
eeb0b055b8 Update to 17.0.6
Changelog:
    FIXED
    Security fixes can be found here
    FIXED
    Thunderbird now supports the Twitter API version 1.1 ahead of Twitter closing the 1.0 version (Bug 857049)

Fixed in Thunderbird 17.0.6
MFSA 2013-48 Memory corruption found using Address Sanitizer
MFSA 2013-47 Uninitialized functions in DOMSVGZoomEvent
MFSA 2013-46 Use-after-free with video and onresize event
MFSA 2013-44 Local privilege escalation through Mozilla Maintenance Service
MFSA 2013-42 Privileged access for content level constructor
MFSA 2013-41 Miscellaneous memory safety hazards (rv:21.0 / rv:17.0.6)
2013-05-20 11:55:50 +00:00
gdt
e15f1f7cb6 Stop using PKG_OPTIONS.clamav as the options variable.
In 2005, this package started using PKG_OPTIONS.clamav instead of the
expected PKG_OPTIONS.p5-Mail-ClamAV, on the theory that the options
were the same.  Now, clamav supports "milter" and
"clamav-experimental", and p5- supports "curl".  So there's no way to
build this package with the curl option, and no way to build this
package if clamav has any options set.  Therefore, the change being
committed will not bother anyone :-)  Nevertheless, bump PKGREVISION.
2013-05-14 16:14:55 +00:00
taca
61f5d15a88 Update dovecot2-pigeonhole to 0.4.0.
v0.4.0 09-05-2013 Stephan Bosch <stephan@rename-it.nl>

+ Added doveadm-sieve plugin that provides the possibility to synch Sieve
  scripts using doveadm sync along with the user's mailboxes.
+ Added the Sieve extprograms plugin to the main Pigeonhole package. It is
  still a plugin, but it is now included so that a separate compile is no
  longer necessary and distributors are likely to include it. The extprograms
  plugin provides Sieve language extensions that allows executing
  (administrator-controlled) external programs for message delivery,
  message filtering and string manipulation. Refer to
  doc/plugins/sieve_extprograms.txt for more information.
+ Added debug message showing Pigeonhole version at initialization. Makes it
  very clear that the plugin is properly loaded.
+ Finished implementation of the Sieve include extension. It should now
  fully conform to RFC 6609. The main addition is the new :optional tag which
  makes the include command ignore missing included scripts without an error.
+ Finished implementation of the Sieve environment extension as much as
  possible. Environment items "location", "phase" and "domain" now also
  return a usable value.
2013-05-14 15:49:52 +00:00
taca
00bcebf4c2 Dovecot 2.2 change API/ABI. 2013-05-14 15:48:40 +00:00
taca
594e550b1d Add share/doc/dovecot/wiki/MailboxSettings.txt to PLIST.
Bump PKGREVISION.
2013-05-14 15:38:36 +00:00
joerg
4082030e06 Add public wrappers for ios, ostream and unwind.h, otherwise linking may
fail due to hidden definitions of system functions.
2013-05-14 12:41:02 +00:00
uwe
32b09d06de Make argument type match printf conversion specifier to print correct
numbers on big-endian systems.
2013-05-12 17:26:46 +00:00
schmonz
3e86058cc4 Update to 4.40.3. From the changelog:
- increase system recursion limit when run with Python 2.3, to
  prevent recursion errors in parsing some pathologically complex
  MIME emails. Thanks: Kenneth Pronovici.
2013-05-11 00:38:36 +00:00
taca
22cdabe796 Remove redundant commented out PKGREVISION line. 2013-05-11 00:35:11 +00:00
ryoon
a1b64e42a5 Update to 1.4.31
Changelog:
Version 1.4.31:
- Updated the msmtpq script.
- Fixed building of the documentation with texinfo >= 5.0.
2013-05-10 15:52:33 +00:00
joerg
6e5aec9105 Fix missing includes. 2013-05-09 13:59:47 +00:00
joerg
1091447e99 Disable visibility attributes for Clang. Fix missing includes. 2013-05-09 13:59:35 +00:00
adam
2459ac824e Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
manu
95e255feca Upgrade to dovecot-2.2.1. Changes since 2.2.0, from NEWS file:
v2.2.1 2013-04-19  Timo Sirainen <tss@iki.fi>
        - mailbox_list_index=yes was broken.
        - LAYOUT=index didn't list subscriptions.
        - auth: Multiple master passdbs didn't work.
        - Message parsing (e.g. during search) crashed when multipart message
          didn't actually contain any parts.
2013-05-09 03:49:16 +00:00
schmonz
1305378aef Update to 4.40.2. From the changelog:
- fix a backwards incompatibility with Python 2.3 and 2.4 introduced
  in getmail 4.38.0. Thanks: Massimo Zambelli, Krzysztof Warzecha.
2013-05-09 03:45:35 +00:00
sbd
a03cc144e2 If MOZ_ALSA is to be used in Makefiles it must have a AC_SUBST and be defined
when needed.
2013-05-08 09:14:29 +00:00
sbd
bdf78620a2 Use the vorbis and tremor PLIST_VARS, and update PLIST.Linux. 2013-05-08 09:12:53 +00:00
sbd
f7b549b88f Don't remove "#include <dirent.h>" on linux. 2013-05-07 09:19:32 +00:00
sbd
398d555c64 Remove PLIST.Linux 2013-05-07 09:18:25 +00:00
jnemeth
b6a9c71f6a Update to sendmail 8.14.7: this is a bug fix release.
8.14.7/8.14.7	2013/04/21
	Drop support for IPv4-mapped IPv6 addresses to prevent the MTA
		from using a mapped address over a legitimate IPv6 address
		and to enforce the proper semantics over the IPv6
		connection.  Problem noted by Ulrich Sporlein.
	Fix a regression introduced in 8.14.6: the wrong list of
		macros was sent to a milter in the EHLO stage.
		Problem found by Fabrice Bellet, reported via RedHat
		(Jaroslav Skarvada).
	Fix handling of ORCPT parameter for DSNs: xtext decoding
		was not performed and a wrong syntax check was applied
		to the "addr-type" field.  Problem noted by Dan Lukes
		of Obludarium.
	Fix handling of NUL characters in the MIME conversion functions
		so that message bodies containing them will be sent
		on properly. Note: this usually also affects mails
		that are not converted as those functions are used
		for other purposes too.  Problem noted by Elchonon
		Edelson of Lockheed Martin.
	Do not perform "duplicate" elimination of recipients if they
		resolve to the error mailer using a temporary failure
		(4xy) via ruleset 0.  Problem noted by Akira Takahashi
		of IIJ.
	CONTRIB: Updated version of etrn.pl script from John Beck
		of Oracle.
	Portability:
		Unlike gcc, clang doesn't apply full prototypes to K&R
		definitions.
2013-05-05 02:36:20 +00:00
mbalmer
5e346cc951 Added mail/smtp-vilter. 2013-05-04 15:59:08 +00:00
mbalmer
1ce77bd562 mail/smtp-vilter is a mail filtering engine that uses the sendmail milter
API and that is used with sendmail and postfix.
2013-05-04 15:56:44 +00:00
joerg
b2a8fad234 Avoid hash function name since C++11 already provides such functions. 2013-04-29 21:23:24 +00:00
joerg
ab4f2f95ca Don't depend on namespace pollution to find resetiosflags. Add missing
<functional> include.
2013-04-29 21:22:17 +00:00
manu
281b80cf12 Upgrate to doevecot 2.2.0.
Changes since 2.1.13, from the NEWS file

v2.2.0 2013-04-11  Timo Sirainen <tss@iki.fi>

	* When creating home directories, the permissions are copied from the
	  parent directory if it has setgid-bit set. For full details, see
	  http://wiki2.dovecot.org/SharedMailboxes/Permissions
	* "doveadm auth" command was renamed to "doveadm auth test"
	* IMAP: ID command now advertises server name as Dovecot by default.
	  It was already trivial to guess this from command replies.
	* dovecot.index.cache files can be safely accessed only by v2.1.11+.
	  Older versions may think they're corrupted and delete them.
	* LDA/LMTP: If saving a mail brings user from under quota to over
	  quota, allow it based on quota_grace setting (default: 10%
	  above quota limit).
	* pop3_lock_session=yes now uses a POP3-only dovecot-pop3-session.lock
	  file instead of actually locking the mailbox (and causing
	  IMAP/LDA/LMTP to wait for the POP3 session to close).
	* mail_shared_explicit_inbox setting's default switched to "no".
	* ssl_client_ca_dir setting replaced imapc_ssl_ca_dir and
	  pop3c_ssl_ca_dir settings.

	+ Implemented IMAP MOVE and BINARY extensions
	+ Implemented IMAP CATENATE, URLAUTH and URLAUTH=BINARY extensions
	  (by Stephan Bosch).
	+ Implemented IMAP NOTIFY extension. Requires mailbox_list_index=yes
	  to be enabled.
	+ Redesigned and rewritten dsync. The new design makes the syncing
	  faster, more reliable and more featureful. The new dsync protocol
	  isn't backwards compatible with old dsync versions (but is designed
	  to be forwards compatible with future versions).
	+ All mailbox formats now support per-user message flags for shared
	  mailboxes by using a private index. It can be enabled by adding
	  :INDEXPVT=<path> to mail location. This should be used instead of
	  :INDEX also for Maildir/mbox to improve performance.
	+ Improved mailbox list indexes. They should be usable now, although
	  still disabled by default.
	+ Added LAYOUT=index. The mailbox directories are created using their
	  GUIDs in the filesystem, while the actual GUID <-> name mapping
	  exists only in the index.
	+ LMTP proxy: Implemented XCLIENT extension for passing remote IP
	  address through proxy.

v2.2.rc7 2013-04-10  Timo Sirainen <tss@iki.fi>

	* checkpasword: AUTH_PASSWORD environment is no longer set.
	* Running dsync no longer triggers quota warnings.

	+ dsync: Commit large transactions every 100 new messages, so if a
	  large sync crashes it doesn't have to be restarted from the
	  beginning.
	- replicator: doveadm commands and user list export may have skipped
	  some users.
	- Various fixes to mailbox_list_index=yes

v2.2.rc6 2013-04-08  Timo Sirainen <tss@iki.fi>

	* replicator: Don't create replicator-doveadm socket by default.
	  This way doveadm replicator commands don't accidentally start an
	  unconfigured replicator server.
	+ replicator: Have remote dsync notify the remote replicator that
	  a user was just synced. This way the replicators are kept roughly
	  in sync.
	+ Added ssl_client_ca_file to specify the CA certs as a file. This is
	  needed (instead of ssl_client_ca_dir) in RedHat-based systems.
	+ Added "doveadm fs" commands, mainly to debug lib-fs backends.
	- Mailbox list indexes weren't using proper file permissions based
	  on the root directory.

v2.2.rc5 2013-04-05  Timo Sirainen <tss@iki.fi>

	- A few small random fixes

v2.2.rc4 2013-04-05  Timo Sirainen <tss@iki.fi>

	+ Added "doveadm replicator" commands
	- Larger changes to lib-http and lib-ssl-iostream error handling.
	  The API caller can now get the exact error message as a string.
	- Various bugfixes to LDAP changes in rc3

v2.2.rc3 2013-03-20  Timo Sirainen <tss@iki.fi>

	+ dsync: Support syncing ACLs (and Sieve scripts with Pigeonhole)
	+ ldap: Support subqueries and value pointers, see
	  http://wiki2.dovecot.org/AuthDatabase/LDAP/Userdb
	+ postmaster_address setting: Expand %d to recipient's domain
	- Fixed a crash when decoding quoted-printable content.
	- dsync: Various bugfixes

v2.2.rc2 2013-02-15  Timo Sirainen <tss@iki.fi>

	- rc1 wasn't actually usable in most configurations.

v2.2.rc1 2013-02-15  Timo Sirainen <tss@iki.fi>

	* See v2.2.0 notes
2013-04-29 12:53:57 +00:00
sbd
dfef16ab5a Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
schmonz
4b1df9490f Update to 4.40.1. From the changelog:
- again change protocol codes passed to OSX, as they're not only
  reserved codes, but also case-sensitive. Use the ones an OSX user
  reports work properly. Thanks: Tim Gray.
2013-04-23 14:14:01 +00:00
schmonz
4136c65053 Update to 4.40.0. From the changelog:
- convert SIGTERM to SIGINT so getmail can cleanup and exit normally
  if killed with a default signal. Thanks: Carl Lei.

- fix change which resulted in passing full protocol name to OSX
  keyring program, which can't handle it (restricted to 4-character
  code). Thanks: Tim Gray.
2013-04-21 17:22:03 +00:00
ryoon
f5fbf90797 Add p5-Mail-POP3Client 2013-04-21 12:44:52 +00:00
ryoon
c938815630 Import p5-Mail-POP3Client-2.18 as mail/p5-Mail-POP3Client.
This is a POP3 client module for perl5.  It provides an object-oriented
interface to a POP3 server.  It can be used to write perl-based
biff clients, mail readers, or whatever.  See the inline POD doco
for more details.  (perldoc Mail::POP3Client)
2013-04-21 12:44:07 +00:00
ryoon
d74af54ab4 Add p5-Test-Email 2013-04-21 12:41:42 +00:00
ryoon
4932ab3a7a Import p5-Test-Email-0.07 as mail/p5-Test-Email.
This package contains the following modules.

Test::Email	Test Email Contents
Test::POP3	Automate Email Delivery Tests
2013-04-21 12:40:59 +00:00
ryoon
76d94bb554 Update to 5.504
Changelog:
5.504	  2013-01-30  David F. Skoll <dfs@roaringpenguin.com>

	* VERSION 5.504 RELEASED

	* Fix encoding of MIME parameters that contain a quoted
	  string:  "like \"this"
	  https://rt.cpan.org/Public/Bug/Display.html?id=80433

	* Suppress useless warnings from tests
	  https://rt.cpan.org/Public/Bug/Display.html?id=80679

	* Fix long-standing bug in encode_mimewords that can
	  break multibyte-encodings (eg, utf-8)
	  https://rt.cpan.org/Public/Bug/Display.html?id=5462

5.503	  2012-06-08  David F. Skoll <dfs@roaringpenguin.com>

	* VERSION 5.503 RELEASED

	* Avoid inappropriately untainting data
	  https://rt.cpan.org/Public/Bug/Display.html?id=67119

	* Localise $\ to avoid parsing problems if it's set elsewhere
	  https://rt.cpan.org/Public/Bug/Display.html?id=71041

	* Improve exorcising of filenames
	  https://rt.cpan.org/Public/Bug/Display.html?id=71677

	* Fix potential race condition in t/Smtpsend.t
	  https://rt.cpan.org/Public/Bug/Display.html?id=68879

	* Allow native I/O on File::Handle objects
	  https://rt.cpan.org/Public/Bug/Display.html?id=72538

	* Add "recommends Convert::BinHex" clause to Makefile.PL
	  https://rt.cpan.org/Public/Bug/Display.html?id=72223

	* Add module_name to Makefile.PL
	  https://rt.cpan.org/Public/Bug/Display.html?id=77138

	* Fix "Uninitialized value" warning
	  https://rt.cpan.org/Public/Bug/Display.html?id=77190

	* Don't run t/Smtpsend.t on systems that lack fork()
	  https://rt.cpan.org/Public/Bug/Display.html?id=77351

	* Add "use strict" everywhere
	  https://rt.cpan.org/Public/Bug/Display.html?id=77582
2013-04-21 12:36:39 +00:00
prlw1
26cd16ecd0 Avoid compilation error caused by use of GStaticMutex which was
deprecated in GLib 2.32 - needed for a successful compile with
GLib 2.36.
2013-04-19 13:26:47 +00:00
wiz
5b9eb4760a Remove patch-ai, removed from distinfo during recent updated. 2013-04-18 07:18:00 +00:00
manu
a324f123a3 Add SASL PLAIN Support. Patch submitted upstream
http://sourceforge.net/tracker/?func=detail&aid=3610674&group_id=311&atid=300311
2013-04-15 15:41:55 +00:00
ghen
4e07fc48b5 Hand in maintainership. 2013-04-13 07:55:01 +00:00
ryoon
152972bfff Update to 17.0.5
* Sync with thunderbird-17.0.5.
2013-04-09 21:15:17 +00:00
ryoon
ef817d9994 Update to 17.0.5
Changelog:
    FIXED
    Security fixes can be found here
    FIXED
    Adjusting font size when composing emails should be easier (Bug 824926)

Fixed in Thunderbird 17.0.5
MFSA 2013-40 Out-of-bounds array read in CERT_DecodeCertPackage
MFSA 2013-38 Cross-site scripting (XSS) using timed history navigations
MFSA 2013-36 Bypass of SOW protections allows cloning of protected nodes
MFSA 2013-35 WebGL crash with Mesa graphics driver on Linux
MFSA 2013-34 Privilege escalation through Mozilla Updater
MFSA 2013-32 Privilege escalation through Mozilla Maintenance Service
MFSA 2013-31 Out-of-bounds write in Cairo library
MFSA 2013-30 Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5)
2013-04-09 20:23:05 +00:00
rodent
2ab539dcf6 Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
rodent
56d0e89eec Edited DESCR in the case of:
File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
2013-04-07 20:49:31 +00:00
rodent
adda884d44 "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
rodent
0fe51336d1 Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00
rodent
984edc33c6 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
rodent
6b77282820 'Please use ${ECHO} instead of "echo".'
'Please use ${ECHO_N} instead of "echo -n".'
2013-04-06 14:58:18 +00:00
rodent
08ea36c674 "Packages that install libtool libraries should define USE_LIBTOOL." 2013-04-06 14:22:39 +00:00
rodent
45ba4e37fd "Please write NetBSD.org instead of netbsd.org" 2013-04-06 13:09:24 +00:00
rodent
dccd7363ab 'For consistency, please add a trailing slash to "http://example.com".' 2013-04-06 12:08:38 +00:00
rodent
36fb76ec5b 'Please use "${TEST}" instead of "test".' 2013-04-06 04:11:44 +00:00
rodent
b0587df2a1 Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
markd
17b5968cf5 Update to 1.9.1
1.9.1                           02-March-2013
---------------------------------------------
- Disable query cache for Sqlite.
- Handle missing mysqld better.
- Ignore my.cnf settings when using the internal MySQL server.

1.9.0                        23-December-2012
---------------------------------------------
- Respect collection cache policy refresh interval for collection tree sync.
- Fix initialization of PostgreSQL database.
- Correctly count items flags in virtual collections.
- Notify parent virtual collections about item changes.
- Require CMake >= 2.8.8.
- Remove dependency to Automoc4.
- Support Qt 5.

1.8.80                       12-November-2012
---------------------------------------------
- Recover from lost external payload files.
- Improve the virtual collections handling.
- Notify clients about database schema updates.
- Reduce item access time updates.
- Make use of referential integrity if supported by the database backend.
- Add prepared query cache.
- Many code and queries optimizations.

1.8.1                         14-October-2012
---------------------------------------------
- Fix payload loss on some move/copy scenarios.
- Improve error reporting for failed item retrievals.

1.8.0                            25-July-2012
---------------------------------------------
- Fix deadlock in ad-hoc Nepomuk searches.

1.7.95                           11-July-2012
---------------------------------------------
- Fix Nepomuk queries getting stuck if Nepomuk service crashes.
- Fix unecessary remote retrieval of already cached item parts.
- Reset RID/RREV during cross-resource collection moves.
- Increase timeout for remote item retrieval.

1.7.90                           08-June-2012
---------------------------------------------
- Fix handling of large SPARQL queries.
- Support cleanup of orphaned resources in the consistency checker.
- Support compilation with Clang.
2013-04-03 07:37:12 +00:00
sbd
aa363b234d Use ${PKGINFODIR} 2013-04-01 05:53:24 +00:00
wiz
57b781ef75 Restore enigmail checksums (hi tron) 2013-03-31 21:15:21 +00:00
tron
eed97cea77 Get this package closer to build under Solaris 10:
1.) Fix broken "yasm" version check which only accepts version numbers
    like "a.b.c.d" but not like "a.b.c" and therefore fails with
    Yasm 1.2.0. This probably affects other platforms (e.g. Linux
    as well).
2.) Use "-R" instead of non-portable "-rpath" linker option.

The build under Solaris 10 fails now during the build phase and not
already in the configuration phase.
2013-03-30 23:31:35 +00:00
tron
9d0488c086 Use portable "-R" linker option instead of non-portable "-rpath" option.
The "configure" stage now works under Solaris 10 (i386 with GCC 4.5)
but the build still fails.
2013-03-30 22:07:00 +00:00
joerg
e5ed925a3b Fix return types. 2013-03-28 21:31:25 +00:00
taca
6d3b6fe395 Update roundcube to 0.8.6.
- Fix security issue in save-pref command.
2013-03-28 17:24:39 +00:00
schmonz
4bc3d8c820 qmail-smtpd-viruscan-logging.patch disappeared (reported by Nathan
Arthur). Put a copy up on ${MASTER_SITE_LOCAL}.
2013-03-24 20:10:31 +00:00
joerg
4001090014 Don't force enable NETISO. 2013-03-23 10:06:12 +00:00
obache
423e25f0e5 keep default pthread related CFLAGS for Solaris. 2013-03-20 07:25:37 +00:00
taca
0e391f9d16 Update ruby-actionmailer32 to 3.2.13.
No change except version; but dependency to ruby-mail has been updated.

## Rails 3.2.13 (Feb 17, 2013) ##

*   No changes.
2013-03-19 16:16:54 +00:00
tron
54f8988028 Update "milter-greylist" to version 4.4.3. Changes since 4.4.2:
- More Solaris build fixes (Jim Klimov)
- Use ZZ for unknown GeoIP country
- Fix swapped %f and %r for stat example in default greylist.conf
- Support p0f v3.06 and up with --with-p0f-src or --enable-p0f306
Patch provided by Richard Palo in private e-mail.

Approved by Thomas 'wiz' Klausner.
2013-03-19 11:07:53 +00:00
shattered
78c915a728 Updated to 4.0.1. Changes:
- Seperated POP/IMAP/SMTP code into a seperate library so that it
  can be used with different applications.  Now "poppy" handles just
  config file reading and pretty-printing.

- Intial draft of a spamkill application.  Deletes spams based on the
  headers on a POP3/IMAP server.  Requires customization for your
  setup.
2013-03-16 18:39:01 +00:00
obache
e4dd4cf082 Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
taca
a99cdee369 Update pear-Mail_Mime to 1.8.7 and add LICENSE.
1.8.7: Release date: 2012-12-25 17:28 UTC

* Bug #5333: Fix more return by reference errors [alec]
* Bug #19754: Fix compatibility with PHP4 [alec]


1.8.6: Release date: 2012-10-23 09:52 UTC

* Bug #19473: PEAR::isError() compatibility problem with PHP 5.4 [alec]
* Bug #19497: Attachment filename is cut on slash character [alec]
* Bug #19665: Add Mail-Reply-To and Mail-Followup-To to structured recipient
  headers list [alec]
2013-03-16 03:46:18 +00:00
pettai
915c24468f 2.7.4 2013/01/06
Fix bug #SF3596147: Allow arbitrarily long configuration file lines.
        Fix bug #SF3596229: Fix logging of signature errors, which logged
                the domain name twice instead of the domain name and the
                selector.
        Safely handle incoming Authentication-Results fields with large number
                of tokens.
        Avoid mixing up status codes when processing conf_logresults, leading
                to confusing log entries.
        Fix ADSP logging.
2013-03-16 00:07:02 +00:00
obache
3a3478ed7d Update milter-manager to 1.8.6.
== [release-1-8-6] 1.8.6: 2013-03-04

A bug fix release of 1.8.5.

=== milter-core

==== Improvements

  * [core][event-loop] Add an API to customize event loop on your own.

==== Fixes

  * [core][event-loop] Fix to work broken libev backend with Ruby 1.9.


=== milter manager

==== Improvements

  * Add max-pending-finished-sessions as configuration option.
    If the number of current pending finished sessions is larger than
    'max-pending-finished-sessions', the current pending finished sessions are
    freed immediately.

=== milter-client

==== Improvements

  * Add --max-pending-finished-sessions command line option.

=== Ruby milter

==== Improvements

  * Add an API to customize event loop on your own from Ruby.
  * Support manager.max_pending_finished_sessions.
  * Add API to reset when transaction is finished.
    Use this API to avoid not to share instance information for each transaction unexpectedly.

=== Document

==== Improvements

  * Add documentation about manager.max_pending_finished_sessions
  * Add API to reset transaction.

==== Fixes

  * Fix the default value of manager.maitenance_interval which is not correct.
2013-03-14 12:30:41 +00:00
schmonz
f1f8217712 Update to 4.39.1. From the changelog:
- fix a bug that could crop up when retrieving mail via IMAP from
  Gmail, and the Gmail servers provided weird data in their header
  extensions. Thanks: Krzysztof Warzecha.
2013-03-10 16:44:36 +00:00
ryoon
dff52e22da Update to 17.0.4
* Sync with thunderbird-17.0.4.
2013-03-10 13:08:18 +00:00
ryoon
807625a081 Update to 17.0.4
Changelog:
Not available.
2013-03-10 13:06:28 +00:00
taca
ed5e0dadba Update ruby-mail to 2.5.3.
== HEAD

== Version 2.5.3 - Sun Dec 4 15:52:00 +1100 2012 Mikel Lindsaar <mikel@reinteractive.net>

* Close pull request 468 - Remove debug output to STDOUT (tadman)
* Fix up spec warnings
* Remove un needed require
* Ensure spec_helper constants only defined once
* Use stub against time instead of DateTime to avoid double redefinition error

== Version 2.5.2 - Sun Nov 18 15:01:00 +1100 2012 Mikel Lindsaar <mikel@reinteractive.net>

* Removing double loading of treetop parsers to remove warnings
* Making parsers auto compile on spec suite and load in production code to avoid error that caused yank of 2.5.0
* Reapply pull request 443 - CC fields with semicolon are now parsed right (paulwittmann)

== Version 2.5.1 - Sun Nov 18 14:01:00 +1100 2012 Mikel Lindsaar <mikel@reinteractive.net>

* Yanked 2.5.0
* Reverted pull request 443 - CC fields with semicolon are now parsed right (paulwittmann)

== Version 2.5.0 - Sun Nov 18 12:20:00 +1100 2012 Mikel Lindsaar <mikel@reinteractive.net>

Features:
* Close pull request 406 - Add Mail#eager_autoload! to load all autoloaded files on demand (bpot)
* Close pull request 461 - Allow string as delivery_method (skyeagle, radar)
* Close pull request 407 - Do not require Net::IMAP or Net::POP if they're already loaded (bpot)
* Close pull request 400 - Raise exception if delivery values or from values are missing completely from an email that is getting delivered (dmathieu)
* Close pull request 397 - Support dots in local part of the addresses (eac)
* Close pull request 477 - Fixed handling content_type with superfluous spaces (ledermann)
* Close pull request 451 - Ignore nil in addresses so things do not blow up when e.g. a user had no email (grosser)
* Close pull request 362 - Enable TLS in Ruby 1.8 (kingargyle)
* Close pull request 358 - Fix Mail::CommonAddress#value=, Mail::CommonAddress#<< and Mail::Encodings.encode_non_usascii (mrkn)
* Close pull request 350 - Makes mail Header object ennumerable (ged)

Performance:
* Close pull request 369 - Mail::Header#charset is called pretty often during header parser work (bogdan)
* Close pull request 368 - Improve existing code by moving some objects to contstant instead of constructing them over and over again. (bogdan)
* Close pull request 366 - Headers parsing performance optimization (bogdan)
* Close pull request 365 - Add maximum_amount of parsed headers configuration parameter (bogdan)

Bugs:
* Close pull request 444 - Fix typo in spec (cczona)
* Close pull request 439 - Fix Ruby 1.9 behaviour to match 1.8.7 behaviour on ignoring invalid or undefined characters (ochko)
* Close pull request 430 - Unstructured field converts to string before calling encoding on it (brupm mikel)
* Close pull request 424 - Use String#to_crlf instead of String#gsub (okkez)
* Close pull request 429 - Fix an obvious bug in exim delivery_method (dskim)
* Close pull request 425 - Remove Gemfile.lock from generated gem (kbackowski)
* Close pull request 414 - Fix typo on "ignoring" (derwiki)
* Close pull request 405 - Fix stack overflow (RegexpError) triggered by large emails with an envelope (bpot)
* Close pull request 402 - Prevent InReplyTo, Keyword, References or ResentMessageId fields from  generating lines longer than 998 chars (pplr)
* Close pull request 391 - Fixed failed attachment parsing when file name in headers contains spaces and is not wrapped in quotes (danieltreacy)
* Close pull request 385 - Fix Multibyte::Chars#upcase/downcase (technoweenie)
* Close pull request 384 - copy dat unicode over from active support (technoweenie)
* Close pull request 380 - Split strictly on MIME boundary lines (ConradIrwin)
* Close pull request 277 - Fix specific email decoding failure example (yalab)
* Close pull request 361 - Support 8bit encoding for ruby 1.9 (bogdan)
* Close pull request 346 - Fix two bugs of TestRetriever (ermaker)
* Close pull request 337 - Make the behavior of value_decode the same between Ruby 1.8 and Ruby 1.9. (kennyj)
* Close pull request 336 - Fix more warning: possibly useless use of == in void context (kennyj)
* Close pull request 293 - make charset and mime type more resliant to bad header values (kmeehl)
* Fix failing spec Issue 453 on Ruby 1.9.3
* Fix mail reading: don't raise invalid byte sequence in UTF-8 when reading non-UTF-8 emails (mreinsch)
* Close pull request 353 - define NilClass#blank? only if not defined yet (amatsuda)
* Close pull request 357 - Fixes #349 an inverted condition on imap open read_only (felixroeser)
* Remove duplicated line feed from regexp
* Remove unused variable
* Updated IMAP documentation
* Tweak publisher
2013-03-10 08:07:38 +00:00
taca
1ae2530d17 Make ruby-actionmailer32 depend on mail/ruby-mail24.
Bump PKGREVISION.
2013-03-10 08:05:16 +00:00
taca
1bdcb61fff Add ane enable ruby-mail24. 2013-03-10 08:02:52 +00:00
taca
b66727a66d Change PKGBASE to ruby-mail24 in order to co-exist with ruby-mail. 2013-03-10 08:02:08 +00:00
taca
361c27da9b Add ruby-mail24 copying from mail/ruby-mail. 2013-03-10 08:00:25 +00:00
is
b5c0c6e596 Patch for potential buffer overflows from upstream flea #3635 /
changeset 6297:14596ac2b323
2013-03-09 22:15:08 +00:00
is
709e74216a From upstream: replace undefined use of sscanf() in reading from POP
server with simple parsing.
Mutt flea #3636, changeset 6299:4c16c0d1ba9e
2013-03-06 20:53:39 +00:00
is
aded84065b Patch from upstream for potential buffer overflow reading the certificate
index file (Changeset 6298:c7eff98bb299, see mutt flea #3636).
2013-03-06 20:17:42 +00:00
jperkin
9703e02add Change previous fix, libreplace uses LTLIBOBJS to compile in additional
objects, so provide a dummy file which will always get included to avoid
issues on systems where you are not allowed an empty library.  Noticed
by tron.

Bump PKGREVISION.
2013-03-04 17:31:55 +00:00
shattered
0b38569cf9 Update to 1.3.8. Changes:
Fix segv if no folders in DB or #folders less than 2 and -T is set.

Fix LOOCV query (as I got it): if folder's not already there, don't create it.
2013-03-03 10:59:08 +00:00
wiz
e09b524d57 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
tron
d8972f7297 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
markd
5459a22e89 If 'what we would like to say here is: "we want GNU emacs"' then allow
emacs24
2013-03-01 22:07:26 +00:00
markd
5ad0fb6da9 Bump PKGREVISION for last. 2013-03-01 21:16:11 +00:00
markd
ffa595af30 Work with emacs24. 2013-03-01 21:15:38 +00:00
is
00ffc413c6 Replace loop around mktemp() (without error return checking) and mkdir()
with mkdtemp(), thus eliminating endless loop in case TMPDIR points to
a plain file.
2013-02-28 19:21:03 +00:00
khorben
42ebce6081 Unfortunately seems to conflict with security/john ($PREFIX/bin/mailer) 2013-02-28 00:17:08 +00:00
garbled
db3a7ed7c4 Add fix from PR44656 to fix sig6 in postfix/smtp when compiled with any type
of DB support (like mysql, postgres, etc).  Also fixes PR43637
Tested by me.
2013-02-26 19:56:18 +00:00
joerg
b628a06c8a Add some prototypes, missing headers and redefine log() to not conflict
with libm.
2013-02-26 11:26:02 +00:00
joerg
f994d30b7a Fix return types. 2013-02-26 11:08:17 +00:00
joerg
abed1daddd Don't use nested functions to detect support for __attribute__. 2013-02-26 11:07:52 +00:00
joerg
779cb8120e Fix return type. 2013-02-26 11:07:26 +00:00
gdt
336fab7160 Adjust comment in rc.d script for moved file.
From Jan Danielsson.
2013-02-25 18:41:45 +00:00
wiz
56350dcada Readd enigmail checksums. 2013-02-25 16:10:53 +00:00
taca
98493621ba Remove ruby-mail23 package which was only required by ruby-actionmailer31. 2013-02-24 14:43:01 +00:00
taca
b4e0a8758f Remove ruby-mail23. 2013-02-24 14:39:58 +00:00
ryoon
ac7988ee2b Update to 17.0.3
Sync with thunderbird-17.0.3.
2013-02-24 14:23:26 +00:00
taca
05a3c9b768 Remove ruby-actionmailer31 package which is part of Ruby on Rails 3.1. 2013-02-24 14:19:03 +00:00
taca
a11994c359 Remove ruby-actionmailer31. 2013-02-24 14:18:08 +00:00
ryoon
51be5f07c1 Update to 17.0.3
Changelog:
    FIXED
    Security fixes can be found here
    FIXED
    Attachments sometimes could not be removed from the composition window using the keyboard, this is now fixed (799451)

Fixed in Thunderbird 17.0.3
MFSA 2013-28 Use-after-free, out of bounds read, and buffer overflow issues found using Address Sanitizer
MFSA 2013-27 Phishing on HTTPS connection through malicious proxy
MFSA 2013-26 Use-after-free in nsImageLoadingContent
MFSA 2013-25 Privacy leak in JavaScript Workers
MFSA 2013-24 Web content bypass of COW and SOW security wrappers
MFSA 2013-21 Miscellaneous memory safety hazards (rv:19.0 / rv:17.0.3)
2013-02-24 14:13:55 +00:00
schmonz
533663448c Update to 4.39.0. From the changelog:
- fix an oldmail filename issue that occurred with certain non-ASCII
  characters in an IMAP mailbox name. Thanks: Michael Kockmeyer.
2013-02-23 01:04:55 +00:00
shattered
960a7c4bf1 Update homepage URLs. 2013-02-22 19:59:05 +00:00
jperkin
02d9140425 Don't build libreplace, it is an empty library.
Fixes build on SunOS.
2013-02-22 11:48:16 +00:00
taca
b2bc806c02 Reset PKG_REVISION along with update of both php53 and php54. 2013-02-22 03:07:43 +00:00
schmonz
8d4d06e018 Distfile changed in place (spelling and other documentation
reformatting). Set DIST_SUBDIR.
2013-02-19 02:20:46 +00:00
markd
68d760a106 base perl has had newer Time::Local than p5-Time-Local since at least
5.14.0
2013-02-18 08:58:40 +00:00
dholland
9570ccfb13 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
markd
2da5547879 Work around moc inability to parse a boost macro. Fixes PR pkg/47561 2013-02-17 09:14:44 +00:00
taca
bf55b80308 Remove ruby-mail22 which was required by ruby-actionmailer3. 2013-02-17 09:00:19 +00:00
taca
42d4b056a7 Remove ruby-mail22. 2013-02-17 08:59:56 +00:00
taca
7bb1a9c3d7 Remove ruby-actionmailer3.
It is part of Ruby on Rails 3.0 which isn't supported any more.
2013-02-17 08:45:48 +00:00
taca
c189b46958 Remove ruby-actionmailer3. 2013-02-17 08:45:30 +00:00
schmonz
4dc888edb3 Update to 4.38.0. From the changelog:
- fix retrieving mail from an IMAP mailbox with non-ASCII characters
  in its name causing difficult-to-understand unicode errors during
  delivery. Thanks: "fsLeg", Krzysztof Warzech.
2013-02-16 23:43:30 +00:00
wiz
a96f4900ac Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
obache
0d34aa549d recursive bump from boost-lib shlib update. 2013-02-15 11:53:59 +00:00
taca
a146977d11 Update Postfix to 2.9.6.
Changes from 2.8.14 are too many to write here, please refer RELEASE_NOTES.
2013-02-13 14:31:31 +00:00
taca
f161c65fb7 Update of ruby-actionmailer32 to 3.2.12.
Change of version only.
2013-02-12 14:32:32 +00:00
taca
6eebe07d59 Update ruby-actionmailer331 to 3.1.11.
Change of version only.
2013-02-12 14:22:43 +00:00
adam
d56f94a7ff Changes 2.1.15:
v2.1.14's dovecot.index.cache fixes caused Dovecot to use more disk I/O
and memory than was necessary.
2013-02-11 21:30:00 +00:00
taca
a78953f663 Update ruby-mime-types to 1.21.
== 1.21 / 2013-02-09

* New MIME Types:
  * Various new or updated MIME types by Garret Alfert:
    application/vnd.ms-fontobject, .eot; application/x-chrome-extension, .crx;
    application/x-web-app-manifest\+json, .webapp; application/x-xpinstall,
    .xpi; image/svg\+xml, .svg, .svgz; image/webp, .webp; text/cache-manifest,
    .appcache, .manifest. https://github.com/halostatue/mime-types/pull/24
* Fixed some Manifest.txt related madness on Travis.

== 1.20.1 / 2013-01-26

* New MIME Types:
  * Apple iWork document types added by Hans de Graaff
    (application/x-iwork-keynote-sffkey, .key;
    application/x-iwork-pages-sffpages, .pages;
    application/x-iwork-numbers-sffnumbers, .numbers).
    https://github.com/halostatue/mime-types/issue/20
  * epub, ibooks, mobi, and DMG content types by Mauricio
    Linhares (mac:application/x-apple-diskimage, .dmg; application/epub\+zip,
    .epub; application/x-ibooks\+zip, .ibooks; application/x-mobipocket-ebook,
    .mobi). https://github.com/halostatue/mime-types/issue/22
  * rss content type by Garret Alfert (application/rss\+xml, .rss).
    https://github.com/halostatue/mime-types/issue/23
  * Added or updated MIME types from the latest IANA list.
* Fixed MIME Types:
  * Excel macro-enabled spreadsheets had an incorrect extension. Thanks to
    Rafael Belvederese for reporting this issue.
    https://github.com/halostatue/mime-types/issue/21
* Enabled for use with travis.
* Enabled gem signing.
* Fixed an error related to MIME type downloads.
* This was previously published as 1.20, but I had forgotten some attributions.
2013-02-11 03:18:15 +00:00
wiz
800117694c + minimalist. 2013-02-10 12:23:09 +00:00
wiz
86a0fb533c Import minimalist-2.5.4.1 as mail/minimalist. From wip, packaged
by poppnk, othyro and supported by lots of others.

Minimalist stands for Minimalistic Mailing Lists Manager. Although it is
declared as minimalistic, it has many features as his eldest brosers, such
as Majordomo and so on, but in contrast to them it is very small, fast,
simple for setup and maintenance. Also it has very clean internal structure
and if you are familiar with Perl, you can add as many additional features,
as you need.
2013-02-10 12:22:57 +00:00
ryoon
5482a9caec Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
taca
d5ac64a3ef Update roundcube to 0.8.5.
CHANGELOG Roundcube Webmail
===========================

- Fix #countcontrols issue in IE<=8 when text is very long (#1488890)
- Fix unwanted horizontal scrollbar in message preview header (#1488866)
- Add workaround for IE<=8 bug where Content-Disposition:inline was ignored
  (#1488844)
- Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)
- Fix absolute positioning in HTML messages (#1488819)
- Fix keybord events on messages list in opera browser (#1488823)
- Fix cache (in)validation after setting \Deleted flag
- Fix selection of collapsed thread rows (#1488772)
- Fix wrapping of quoted text with format=flowed (#1488177)
2013-02-08 14:01:03 +00:00
ryoon
af4a66c354 Update to 1.4.30.
Changelog:
Version 1.4.30:
- Fix a bug in msmtp_read_addresses() that was introduced in version 1.4.29 by
  fixing a problem in the wrong way.
2013-02-07 20:50:55 +00:00
jperkin
84991145cf PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
jnemeth
61af24fb03 - reset PKGREVISION for update to sendmail 8.14.6
- appease pkglint
2013-02-06 08:00:46 +00:00
jnemeth
3bb5eccd48 - reset PKGREVISION for update to sendmail 8.14.6
- appease pkglint
2013-02-06 07:52:06 +00:00
jnemeth
9cee889d9e Update to sendmail 8.14.6: this is a general bug fix release.
- will look at making recently requested changes in a subsequent commit

8.14.6/8.14.6	2012/12/23
	Fix a regression introduced in 8.14.5: if a server offers
		two AUTH lines, the MTA would not read them after
		STARTTLS has been used and hence SMTP AUTH for
		the client side would fail.  Problem noted by Lena.
	Do not cache hostnames internally in a non case sensitive way
		as that may cause addresses to change from lower case
		to upper case or vice versa. These header modifications
		can cause problems with milters that rely on receiving
		headers in the same way as they are being sent out such
		as a DKIM signing milter.
	If MaxQueueChildren is set then it was possible that new queue
		runners could not be started anymore because an
		internal counter was subject to a race condition.
	If a milter decreases the timeout it waits for a communication
		with the MTA, the MTA might experience a write() timeout.
		In some situations, the resulting error might have been
		ignored.  Problem noted by Werner Wiethege.
		Note: decreasing the communication timeout in a milter
		should not be done without considering the potential
		problems.
	smfi_setsymlist() now properly sets the list of macros for
		the milter which invoked it, instead of a global
		list for all milters.  Problem reported by
		David Shrimpton of the University of Queensland.
	If Timeout.resolver.retrans is set to a value larger than 20,
		then resolver.retry was temporarily set to 0 for
		gethostbyaddr() lookups. Now it is set to 1 instead.
		Patch from Peter.
	If sendmail could not lock the statistics file due to a system
		error, and sendmail later sends a DSN for a mail that
		triggered such an error, then sendmail tried to access
		memory that was freed before (causing a crash on some
		systems).  Problem reported by Ryan Stone.
	Do not log negative values for size= nor pri= to avoid confusing
		log parsers, instead limit the values to LONG_MAX.
	Account for an API change in newer versions of Cyrus-SASL.
		Patch from Hajimu UMEMOTO from FreeBSD.
	Do not try to resolve link-local addresses for IPv4 (just as it
		is done for IPv6).  Patch from John Beck of Oracle.
	Improve logging of client and server STARTTLS connection failures
		that may be due to incompatible cipher lists by including
		the reason for the failure in a single log line.  Suggested
		by James Carey of Boeing.
	Portability:
		Add support for Darwin 11.x and 12.x (Mac OS X 10.7 and 10.8).
		Add support for SunOS 5.12 (aka Solaris 12). Patch from
		John Beck of Oracle.
2013-02-06 07:42:04 +00:00
taca
67eab6f3e2 Update postfix to 2.8.14.
* The postconf(1) master.cf options parser didn't support "clusters"
    of daemon command-line option letters.

  * The local(8) delivery agent dereferenced a null pointer while
    delivering to null command (for example, "|" in a .forward
    file). Reported by Gilles Chehade.

  * A memory leak fix for tls_misc.c was documented but not included.
2013-02-05 15:58:38 +00:00
markd
2999f521e2 Update to 1.7.2 - from Jaap Boender
1.7.2                           31-March-2012
---------------------------------------------
- Fix and optimize searching via Nepomuk.

1.7.1                           03-March-2012
---------------------------------------------
- Don't truncate SPARQL queries in virtual collections.
- Optimize change notifications for deleted collection attributes.
- Fix possible data loss during item copy/move operations.
2013-02-04 19:54:48 +00:00
schmonz
0b29d86ce1 Distfile changed in place (tweaked wording in docs and RPM spec
file). Set DIST_SUBDIR.
2013-02-03 14:36:45 +00:00
wiz
b16a11d9ed Pick up maintainership. 2013-02-01 22:25:26 +00:00
wiz
4be7058799 Reset MAINTAINER/OWNER (became observers) 2013-02-01 22:21:05 +00:00
taca
11c6cff0fa Update fml to 7.98.18-20121230.
7.98.18 hack base to catch up perl 5.16 changes, cpan modules ..
	7.98.17 update modules: cpan modules, IM et.al (to be planned).
	7.98.16 FML::Install is enhanced.
2013-01-29 15:51:06 +00:00
taca
86c02b0393 Allow '+' character in local-part.
Bump PKGREVISION.
2013-01-29 15:48:55 +00:00
taca
e09751688c Update ruby-actionmailer3 to 3.0.20.
No change except version.
2013-01-29 15:41:49 +00:00
schmonz
c6e94122c0 Update to 4.37.0. From the changelog:
- handle IMAP servers which include "/" in message IDs better, so
  those messages aren't always thought to be new. Thanks: Bradley
  Rintoul.

- record (IMAP) mailbox retrieved from in X-getmail-retrieved-from-mailbox:
  header field, and make it available as %(mailbox) substitution
  in MDA_external arguments. Thanks: Les Barstow.

- add delete_bigger_than option to allow removal of large messages
  after retrieval, even if not deleting messages otherwise. Thanks:
  Jan Vereecke.
2013-01-27 20:54:34 +00:00
bouyer
22921b1538 Add mimp 2013-01-27 16:35:48 +00:00
bouyer
fb18533ba1 Import mimp-1.1.4 to pkgsrc
MIMP is a project to create a version of IMP suitable for small mobile devices
such as WAP phones or PDAs. Basic IMP functionality is implemented including
mailbox viewing and paging, viewing messages, deleting, replying, forwarding,
and composing new messages.
2013-01-27 16:35:06 +00:00
bouyer
9efe01da8d Fix distinfo for previous commit (the patches were correct; I probably forgot
to run 'make makepatchsum' after updating them ...)
2013-01-27 11:50:04 +00:00
rhaen
5cc74b7a06 Updated to 2.12
Changes:
version 2.12: Fri Dec 21 12:18:51 CET 2012

    Fixes:

    - default for Mail::Header::new(Modify) is 'false', not 'true'
      rt.cpan.org#79985 [Thomas Sibley]

    - Mail::Address take username with rindex(), a bit better than
      index() but still poor.
      rt.cpan.org#82056 [Filipe Gonçalves]

    Improvements:

    - check for bad folding of header lines
      rt.cpan.org#79993 [Thomas Sibley]

    - add a note about better to avoid Mail::Address->name(),
      in response to a question by
      rt.cpan.org#81459 [Moritz Lenz]
2013-01-27 10:28:03 +00:00
adam
d1ab9d8533 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00