summaryrefslogtreecommitdiff
path: root/mail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix two possible security vulnerabilities.Sergey Matveychuk2005-01-052-1/+124
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=125719
* o Current released version 1.0.1 does not work well with pythonMario Sergio Fujikawa Ferreira2005-01-041-1/+10
| | | | | | | | | | | | | 2.4. Therefore, make sure the port will use a version of python which will work with it, namely python 2.3 o Bump PORTREVISION PR: 75472 Reviewed by: Torfinn Ingolfsen <tingo@start.no> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=125706
* Outstanding security upgrade for up-imapproxy to fix a DOS problemMartin Blapp2005-01-023-5/+284
| | | | | | | | | | | | | and a possible information leakage problem on 64-bit platforms. http://www.vuxml.org/freebsd/927743d4-5ca9-11d9-a9e7-0001020eed82.html http://www.packetstormsecurity.org/0411-advisories/up-imapproxy.txt PR: ports/74318 Approved by: portmgr (krion) Notes: svn path=/head/; revision=125677
* Reset undeliverable maintainer address:Kris Kennaway2005-01-021-1/+1
| | | | | | | | | | | | <andy@evo6.org>: Host or domain name not found. Name service error for name=evo6.org type=A: Host not found Remove associated MASTER_SITE. Approved by: portmgr (self) Notes: svn path=/head/; revision=125667
* BROKEN: Broken dependencyKris Kennaway2005-01-022-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125659
* Fix a security vulnerabiliy which allows an attacker in the sameSimon L. B. Nielsen2005-01-012-1/+13
| | | | | | | | | | | | domain as the list admin to gain administrator privileges and alter list settings. VuXML: http://vuxml.FreeBSD.org/be543d74-539a-11d9-a9e7-0001020eed82.html Obtained from: Debian Approved by: portmgr (krion), maintainer timeout Notes: svn path=/head/; revision=125623
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-311-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr Notes: svn path=/head/; revision=125613
* Add p5-Email-Delete 1.02, delete Messages from Folders.Lars Thegler2004-12-315-0/+46
| | | | Notes: svn path=/head/; revision=125609
* Fixed MASTER_SITE_SUBDIR.Lars Thegler2004-12-311-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=125590
* Add p5-Email-Folder-IMAPS 1.02, Email::Folder access to IMAP over SSLLars Thegler2004-12-305-0/+42
| | | | | | | folders. Notes: svn path=/head/; revision=125573
* Add p5-URI-imaps 1.01, support IMAPS URI.Lars Thegler2004-12-305-0/+36
| | | | Notes: svn path=/head/; revision=125570
* Add p5-Net-IMAP-Simple-SSL 1.3, SSL support for Net::IMAP::Simple.Lars Thegler2004-12-305-0/+42
| | | | Notes: svn path=/head/; revision=125565
* Add p5-Email-Folder-IMAP 1.02, Email::Folder access to IMAP folders.Lars Thegler2004-12-305-0/+41
| | | | Notes: svn path=/head/; revision=125557
* Add p5-Net-IMAP-Simple 0.95, Perl extension for simple IMAP accountLars Thegler2004-12-305-0/+35
| | | | | | | handling. Notes: svn path=/head/; revision=125537
* Add p5-URI-imap 1.01, URI::imap - Support IMAP URI.Lars Thegler2004-12-305-0/+36
| | | | Notes: svn path=/head/; revision=125535
* Add p5-Email-FolderType-Net 1.02, recognize folder types for networkLars Thegler2004-12-305-0/+41
| | | | | | | based message protocols. Notes: svn path=/head/; revision=125530
* Update to version 0.35Kirill Ponomarev2004-12-303-5/+10
| | | | | | | | PR: ports/75626 Submitted by: Port Fury Notes: svn path=/head/; revision=125515
* [PATCH] change MAINTAINER email address for all my ports.Edwin Groothuis2004-12-302-2/+2
| | | | | | | | PR: ports/75559 Submitted by: Andrey Slusar <anray@inet.ua> Notes: svn path=/head/; revision=125497
* Fixed dependencyLars Thegler2004-12-291-1/+2
| | | | | | | | Noticed by: pointyhat via kris Pointy hat to: me Notes: svn path=/head/; revision=125480
* - Update to 1.0.18Pav Lucistnik2004-12-292-3/+3
| | | | | | | | | PR: ports/75448 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: snowchyld <mail-libsrs2-freebsd-ports@snowchyld.org> (maintainer) Notes: svn path=/head/; revision=125442
* - Fix expr usage for 4.x since expr on 4.xMichael Johnson2004-12-294-12/+12
| | | | | | | | | is not POSIX compliant. [1] Submitted by: girgen [1] Notes: svn path=/head/; revision=125415
* Update to 1.31Lars Thegler2004-12-282-5/+5
| | | | Notes: svn path=/head/; revision=125376
* Add p5-Email-MIME-Modifier 1.42, modify Email::MIME Objects Easily.Lars Thegler2004-12-285-0/+42
| | | | Notes: svn path=/head/; revision=125370
* - Update to 1.2.66Pav Lucistnik2004-12-282-3/+7
| | | | | | | | PR: ports/75535 Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer) Notes: svn path=/head/; revision=125352
* Add py-spf, a python implementation of SPF.Pav Lucistnik2004-12-285-0/+56
| | | | | | | | PR: ports/75521 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=125340
* - Upgrade to 1.2.11Sergei Kolobov2004-12-282-3/+3
| | | | Notes: svn path=/head/; revision=125327
* - Remove WITH_NEW_ICON knobMichael Johnson2004-12-2812-48/+100
| | | | | | | | | | | | | | | | | | - Mozilla license team has approved the FreeBSD Gnome team to use official branding for firefox and thunderbird [1] o Add --enable-official-branding to mozconfig o Install official thunderbird/firefox icon as default.xpm icon - Fix error when running firefox/thunderbird -v [2] - Bump PORTREVISION References: http://www.mozilla.org/foundation/licensing.html [1] http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt [1] PR: ports/75262 [2] Submitted by: girgen [2] Notes: svn path=/head/; revision=125299
* Add p5-Email-MessageID 1.31, generate world unique message-ids.Lars Thegler2004-12-276-0/+54
| | | | Notes: svn path=/head/; revision=125286
* Fix sqlite docs installation and package building.Norikatsu Shigemura2004-12-272-7/+20
| | | | | | | | | PR: ports/75518 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Reported by: pointyhat via kris Notes: svn path=/head/; revision=125250
* Remove www/horde2 & mail/imp3 and resurrect www/horde & mail/imp.Thierry Thomas2004-12-2610-870/+1
| | | | | | | | PR: ports/75434 Submitted by: /me. Notes: svn path=/head/; revision=125206
* Upgrade to 4.0.Thierry Thomas2004-12-2630-0/+2676
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The major changes compared to the IMP 3.x versions are: * Much improved message format support through Horde's rewritten MIME system. * Many, many additional and improved mime viewers for attachments. * Encrypting, signing, decrypting and verifying of signed and encrypted messages (PGP/GPG and S/MIME). * Message filters moved to a separate application (Ingo) to support more filter backends and a more robust/comprehensive/easy-to-use UI. * Full charset support in folders, mailbox, message and compose views. * Mail folders in the left menu. * Experimental support for virtual folders. * Preview of attachments in compose view. * Send attachments as links. * Option to not save attachments with sent mail. * Navigation through message and mailbox views with arrow keys. * View all messages of a thread. * HTML message composition with a cross-browser WYSIWIG editor. * Fetching mails from other email accounts to view with IMP. * Message previews in mailbox view. * Prevent message loss during compositon due to session timeouts. * Management of shared IMAP folders. * Priority settings for composed messages. * User management for supported IMAP servers. * Integrated quota support. * Support for mailing list headers. * Ability to forward multiple messages at once. * Downloading of all attachments from a message as a single ZIP file. * Stripping individual attachments from messages. * Alias and "tied to" addresses in user identities. * Authentication with Horde credentials. * Graphical emoticons and country flags in message view. * Various caching improvements to drastically minimize duplicate IMAP server->web server traffic. This is a resurrection of the previous mail/imp, upgraded from mail/imp3. PR: ports/75434 Submitted by: /me Notes: svn path=/head/; revision=125201
* Upgrade to 2.0.Thierry Thomas2004-12-2624-630/+276
| | | | | | | | | | | | | | | | The major changes compared to the Turba 1.x versions are: * Copying and moving of contacts between different address books. * IMSP and Kolab server support. * Access keys. * Allow replacing address books with imports. * Mark certain fields as required. * Allow to group fields into tabs. * Optional delete confirmation. * Composite fields. * Allow search result limits for LDAP backends. Notes: svn path=/head/; revision=125198
* Add ingo 1.0, horde's email-filter management application.Thierry Thomas2004-12-2622-0/+985
| | | | | | | | PR: -l Submitted by: Thierry Thomas (<thierry@pompo.net>) Notes: svn path=/head/; revision=125196
* Update to 20041218.2100.Norikatsu Shigemura2004-12-254-21/+41
| | | | | | | | | | | | | | | | | o Fix deinstall to delete dspam.conf if it hasn't been cutomized. [1] o Change of name: SQLITE --> SQLITE2, as the -devel port already have sqlite3 support. o Correct long-standing copy/paste bug DSPAM_{GROUPD,MODE} where set to DSPAM_HOME_{GROUP,MODE}. o Fix COMMENT PR: ports/75491 Submitted by: on-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Pointed out by: kris [1] Notes: svn path=/head/; revision=125128
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-252-2/+0
| | | | Notes: svn path=/head/; revision=125124
* Update to 2.12.0.MANTANI Nobutaka2004-12-246-14/+104
| | | | Notes: svn path=/head/; revision=125087
* Yet another "latest" release before 2.0!Thierry Thomas2004-12-242-4/+4
| | | | | | | | | Update to 20041223 snapshot. Noticed by: Kris via pointyhat. Notes: svn path=/head/; revision=125039
* Make the MIMEDefang spool directory group-searchable so associatedWes Peters2004-12-232-4/+17
| | | | | | | | | virus scanners can be run as different users. Submitted by: "Rob MacGregor" <freebsd.macgregor@blueyonder.co.uk> Notes: svn path=/head/; revision=125001
* Chase dependency of databases/sqlite2Kirill Ponomarev2004-12-231-1/+2
| | | | | | | | | Bump PORTREVISION Forgotten by: nork Notes: svn path=/head/; revision=124992
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-2313-13/+13
| | | | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934
* Clean up SQLite and related ports.Norikatsu Shigemura2004-12-231-1/+2
| | | | | | | | | | | | o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports Notes: svn path=/head/; revision=124931
* [NEW PORT]: mail/postfix-gpsEdwin Groothuis2004-12-2315-0/+203
| | | | | | | | | | | This is a shar(1) archive for a new port, postfix-gps, which implements a database based greylisting add-in for postfix. PR: ports/71912 Submitted by: Xin LI <delphij@freebsd.org> Notes: svn path=/head/; revision=124913
* [MAINTAINER] Update port: mail/policyd add libgnugetopt dependencyEdwin Groothuis2004-12-224-0/+216
| | | | | | | | | | | | + Add devel/libgnugetopt dependency if OSVERSION < 500041 + Include (-s|--softfailreject) options for SOFTFAIL reject (~all) + Fix *optstring in getopt(), old options don't work. PR: 75386 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=124853
* Update all languages.conf and not only the english oneVolker Stolz2004-12-222-24/+36
| | | | | | | | PR: ports/75215, ports/75216 Submitted by: maintainer Notes: svn path=/head/; revision=124816
* - Fix invocation of pkg-install-scriptVolker Stolz2004-12-222-4/+3
| | | | | | | | | | | - Use PLIST_FILES (me) PR: ports/72240 Submitted by: Helge Oldach Approved by: maintainer Notes: svn path=/head/; revision=124802
* New port: mail/policyd Implements SPF for postfix, as a policy daemonEdwin Groothuis2004-12-229-0/+87
| | | | | | | | | | | This port implements SPF for Postfix, without include anothers libraries in postfix port. PR: ports/75284 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=124777
* - add missing file to pkg-plistErwin Lansing2004-12-212-1/+5
| | | | | | | | | | - bump PORTREVISION PR: 75358 Submitted by: maintainer Notes: svn path=/head/; revision=124710
* Fix pkg-plist.Sergey Skvortsov2004-12-212-3/+4
| | | | | | | Pointed by: kris Notes: svn path=/head/; revision=124680
* - Fix pkg-plistSergey Matveychuk2004-12-211-0/+3
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=124672
* - Add missing TLS supportSergey Matveychuk2004-12-211-0/+2
| | | | | | | | | PR: ports/75331 Submitted by: Gea-Suan Lin <gslin(at)netnews.NCTU.edu.tw> Approved by: maintainer Notes: svn path=/head/; revision=124671