aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qpopper
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256pav2005-11-251-0/+2
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Install a simple config file.sem2005-07-312-0/+3
| | | | | PR: ports/84368 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
* Update to 4.0.8.ume2005-05-152-7/+6
| | | | Reported by: Rob <spamrefuse _at_ yahoo.com>
* Use ume's IPv6 patch.jylefort2005-05-102-5/+6
| | | | Submitted by: ume
* - Update to 4.0.7jylefort2005-05-108-151/+48
| | | | | | | - Use OPTIONS PR: ports/80794 Submitted by: Radim Kolar <hsn@netmag.cz>
* Drop maintainershiplioux2005-03-051-1/+1
|
* Remove deprecated USE_SIZElioux2004-12-251-1/+0
|
* o update-status-headers configuration option should disable bothlioux2004-12-152-1/+17
| | | | | | | | | | writing of "Status:" and "X-UIDL:" headers. However, that only happens with "Status:" header. Have qpopper honor it for "X-UIDL" one as well. o Bump PORTREVISION PR: 73336 Submitted by: Helge Oldach <mail-qpopper-uidl@oldach.net>
* Really uphold the WITH_Y_OPTION '-y' command line parameter for the qpopper ↵lioux2004-12-142-1/+30
| | | | | | | daemon PR: 74813 Submitted by: Helge Oldach <mail-qpopper-uidl@oldach.net>
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* USE_SIZEifylioux2004-02-082-0/+3
|
* Add a knob WITHOUT_APOP for configurations where the apop-feature is in the way.linimon2003-12-053-57/+57
| | | | | | | | | | | | Update OpenSSL-support, include security/openssl/bsd.openssl.mk, remove usage of deprecated librsaref/libRSAglue, add a knob WITHOUT_SSL. Pacify portlint. Terminate all sentences in comments with a period. Replace spaces with tabs in pre-everything:: messages to print out an aligned table. PR: ports/53401 Submitted by: Marius Strobl <marius@alchemy.franken.de> (Committed on behalf of lioux@, who is having machine problems)
* Add WITH_SHY_ENABLED knob which prevents qpopper from presentinglioux2003-10-011-0/+8
| | | | | | its version number within the POP3 session Submitted by: Alessandro de Manzano <ale@unixmania.net>
* o Prefer FreeBSD's strlcpy() function over qpopper's incorrectlioux2003-04-302-0/+19
| | | | | | | implementation o Bump PORTREVISION Submitted by: nectar
* 'chown user:group' constructs are preferred over 'chown user.group'lioux2003-04-051-1/+1
| | | | | | | for compatibility. For instance, the later does not work in 5.x branch anymore Submitted by: sanpei
* Update to 4.0.5lioux2003-03-153-7/+17
| | | | | | | PR: 49988 Submitted by: Mike Tancsa <mike@sentex.net>, Xin LI delphij@frontfree.net <delphij@hotmail.com> Approved by: portmgr (kris, self)
* De-pkg-commentlioux2003-02-242-1/+1
|
* Add WITH_Y_OPTION knob which enables command line option -y allowinglioux2002-12-172-10/+35
| | | | | | | | the user to specify a different logging facility Submitted by: Christophe Labouisse <christophe@labouisse.org> Reviewed by: knu Approved by: portmgr (knu)
* Deploy USE_REINPLACElioux2002-11-031-3/+5
| | | | Submitted by: marius@alchemy.franken.de
* Sanitize MASTER_SITESlioux2002-07-081-2/+1
|
* Install pdf documnetation if WITH_DOCUMENTATION but unless NOPORTDOCSlioux2002-06-052-0/+13
|
* Make a message intelligiblelioux2002-05-271-2/+2
| | | | Prompted by: ceri
* Update ipv6 patch to version 20020502lioux2002-05-212-2/+2
|
* Chase openssl shlib version increase.sobomax2002-05-071-1/+1
| | | | Pointy hat to: dinoex
* o Update to 4.0.4lioux2002-05-013-122/+33
| | | | | | | | | | | | o Add options: - WITH_PAM and WITH_STANDALONE_MODE [1] - WITHOUT_IPV6 [2] - WITHOUT_U_OPTION [3] o Remove patch merged into distribution Submitted by: Sean Wal <sean0x77@yahoo.com> [1] Prompted by: too many [2], "Karsten W. Rohrbach" <karsten@rohrbach.de> [3]
* Fix following security issue: "If a string of longer than approximatelylioux2002-03-312-1/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2048 characters is sent to the qpopper process, a denial of service condition will occur" Actually, this is caused by an incorrect assumption. qpopper uses the same buffer over and over when communicating. However, it never makes sure that the buffer has been updated if something goes wrong. Therefore, one can try to add to this buffer over and over; thus, consuming available resources. Solution, do not follow unofficial patch available in bugtraq mailing list since losing pointer references is not an option. Otherwise, change the way both getline and tgetline functions work. Just so that they resemble read(2) return codes as follows: 1) if < 0 problem 2) if >= 0 user typed something (enter without anything else is something) First patch sent by Isao SEKI <iseki@gongon.com> PR: 36326 Prompted by: Alessandro de Manzano <ale@unixmania.net>, Isao SEKI <iseki@gongon.com> Reviewed by: eivind, Alessandro de Manzano <ale@unixmania.net>, David Rufino <dr@soniq.net>, Isao SEKI <iseki@gongon.com>
* - Restore POLA previous to rev 1.35 of this filelioux2002-03-271-1/+9
| | | | | | | | | * Install qpopauth setuid to pop user unless WITHOUT_QPOPAUTH_SETUID is set - bump PORTREVISION Prompted by: obrien
* Add Dynamic Relay Authorization Control (DRAC) support. Can be enabled WITH_DRAClioux2001-12-211-1/+10
| | | | | PR: 32790 Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
* 1) instead of "stealthly" installing a file with a user list thatlioux2001-10-053-6/+95
| | | | | | | | | | | | | | cannot log in the popper daemon, let the users decide for either a default file (use a copy of the system's /etc/ftpusers file) or an empty file 2) also, make the installation of this file prefix safe and name it popusers (PREFIX/etc/qpopper/popusers). This changes expected behavior of the port 3) add a PKGINSTALL script to handle this file install/deinstall 4) style changes: use variables to make the port easier to maintain Prompted by: Dan Langille <dan@langille.org> Reviewed by: freebsd-ports (silence), kris, sobomax
* Bump PORTREVISION due to addition of patch-popper::pop_pass.c (rev 1.1)lioux2001-09-101-0/+1
|
* qpopper does not properly check for an expired account, fix it withlioux2001-09-101-0/+21
| | | | | | | strategy both from src/usr.bin/login/login.c as of rev 1.51.2.12 and submitter Submitted by: Alan Batie <alan@batie.org>
* user.group -> user:group in chown call(s).dd2001-07-261-1/+1
|
* Chase Makefile rev 1.58 update and update ipv6 patch in synclioux2001-06-032-2/+2
|
* Jump back on the qpopper rollercoaster ride of doom and upgrade to 4.0.3,kris2001-06-032-4/+2
| | | | fixing another buffer overflow.
* Mark forbidden until updated to 4.0.3 (Qualcomm announced buffer overflow).alex2001-06-031-0/+2
| | | | Submitted by: Brett Glass <brett@lariat.org>
* Update version number of ssl shared library from openssl port.sobomax2001-05-281-1/+1
|
* - Update port to version 4.0.2:lioux2001-05-113-18/+5
| | | | | | | | | o Several fixes o Improvements to poppassd o Remove extra-patch since it has been merged into the distribution Prompted by: Brett Jackson <brett@modlogic.com>, sudz@ns3g.com, Mars G Miro <mars@cannoncreek.com>
* Enable this port to be able to fetch even when Qualcomm releaseslioux2001-05-101-2/+3
| | | | | | new versions. Submitted by: Brett Jackson <brett@modlogic.com>
* Fix typo: update distinfo due to Makefile rev 1.52lioux2001-05-061-1/+1
| | | | Submitted by: Hajimu Umemoto <ume@FreeBSD.org>
* Add support for WITH_POPPASSD in sync with Makefile rev 1.52lioux2001-05-061-0/+1
|
* Bump PORTREVISION due to rev 1.52lioux2001-05-061-0/+1
|
* o also, fix the gdbm issue, qpopper 4.0.1 breaks with installedlioux2001-05-061-6/+50
| | | | | | | | | | | | | | gdbm port (--without-gdbm) o USE_AUTOCONF due to files/patch-configure.in rev 1.1 o update ipv6 patch to version 20010504 o move all options to WITH_* options, let the older options work for a while o advertise all WITH_* options o add WITH_POPPASSD support (Hajimu Umemoto contribution) PR: 27093 Submitted by: Hajimu Umemoto <ume@mahoroba.org>, K Karthik <kar_alerts@mglorysb.com>
* o replace patch-configure with patch-configure.inlioux2001-05-062-14/+19
| | | | | | | | | | o also, fix the gdbm issue, qpopper 4.0.1 breaks with installed gdbm port PR: 27093 Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>, K Karthik <kar_alerts@mglorysb.com>, Mikhail Teterin <mi@aldan.algebra.com>
* Conditional extra patches if WITH_POPPASSD is defined.lioux2001-05-062-0/+39
| | | | Submitted by: Hajimu Umemoto <ume@mahoroba.org>
* - Update port to version 4.0.1 (bug fixes)lioux2001-04-272-5/+4
| | | | | | - Update ipv6 patch to snapshot 20010425 Submitted by: bento (sort of)
* Check that librsaref actually exists before trying to link it in.sobomax2001-04-191-1/+5
| | | | | PR: 26679 Submitted by: Yoshisato YANAGISAWA <osho@pcc-software.org>
* Re-enable ipv6 support.sobomax2001-04-192-5/+7
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Fix build on a systems with crypto bits from the /usr/src.sobomax2001-04-172-2/+2
| | | | | PR: 26645 Submitted by: Mike Buchanon <buchanon@mlss15.cl.msu.edu>
* Update to 4.0. Unfortunately I have not heard from the maintainer, while 4.3sobomax2001-04-175-55/+83
| | | | | | freeze is coming today, so I decided to force things a little. Among other things this release supports TLS/SSL, previously available in the Qualcomms's commercial package "Qpopper LX".
* Fix the qpopper path in pkg-message. It is now properly replacedlioux2001-03-301-1/+1
| | | | | | with PREFIX. Submitted by: Dan Langille <dan@langille.org> (with changes)
* Sanitize MASTER_SITES.lioux2001-02-221-3/+1
|
* Assume maintainership. Somebody should.lioux2001-02-211-1/+1
| | | | Please, do not abuse me because I did. :)
* Add patch file missing distinfo information.lioux2001-02-211-0/+1
| | | | | Submitted by: Mars G. Miro <zeitgheist@rocketmail.com>, Bennett Hui <bhui@mail.com>
* Add IPv6 support from KAME, bump PORTREVISION, add ipv6 to categories,kris2001-02-101-3/+12
| | | | and reset maintainer to ports@FreeBSD.org because mail is bouncing.
* Spaces->tabs in the mail category.olgeni2001-02-051-1/+1
| | | | (I know, I look boring and pedant :o)
* Update to version 3.1.2.steve2000-12-112-24/+20
| | | | | PR: 23389 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Merge popper3 and qpopper into single qpopper and remove popper3.sobomax2000-11-019-23/+193
| | | | | Reminded by: knu Hall of shame entry: alex
* Update to version 3.1kevlo2000-10-113-24/+21
| | | | | PR: 21895 Submitted by: Ports Fury
* Update to 3.1fc1.knu2000-10-065-53/+23
| | | | | | | | | Preserve popauth's name on installation, as it looks up argv[0] and tries to change its default behavior according to it. Reported in: FreeBSD-users-jp@jp.FreeBSD.org mailing list Cleanup Makefile & patches a bit.
* Split up the manpage-patch in order to preserve history of the oldalex2000-07-193-1/+57
| | | | | | | | | | | | | | manpage-patch-files. However, due to an odd bug in patch(1), 2 of the 3 hunks for popper.8 fails (somehow, diff(1) thinks it is a binary file and patch cannot patch it correctly if diff is used with the -a option). So patch-ac only changes /usr/local/lib/popper to .../libexec/qpopper and doesn't neither corrects the location of sendmail nor adds the /etc/ftpusers file to the SEE ALSO section. In the Makefile, /usr/local is now replaced with PREFIX for both manpages.
* Use a "q"-prefix everywhere, to avoid conflicts with the popperalex2000-07-194-14/+17
| | | | | | | | and popper3 ports. The manpages are patched accordingly. Pointed out by: sobomax
* Update for official 3.1beta5 (repo-copy from popper3)alex2000-07-196-101/+35
| | | | | | | | | Renames port to qpopper, since this is the official name Qualcomm gives it. Add pkg/MESSAGE for the inetd.conf line. Create ${PREFIX}/etc/popper directory also for pkg's. PR 18568 (Sent in by Jeff Palmer <jeff@isni.net>) gave me the idea for this update.
* Add "@dirrm etc/popper" to make bento happy.sobomax2000-06-051-0/+1
| | | | Submitted by: bento
* Update to 3.0.2 (repo-copied from mail/popper).sobomax2000-05-315-67/+68
| | | | | | | | Authors or any interesting parties are welcomed to merge functionality-extending patches from the popper 2.53 (skey support, youbin support etc). PR: 18745 Submitted by: Jeff Palmer <jeff@isni.net>
* unFORBID this port by closing the overflowkris2000-05-251-2/+0
|
* Mark FORBIDDEN due to Yet Another Qpopper Overflowkris2000-05-251-0/+2
|
* Add a WWW.sobomax2000-05-231-0/+2
|
* Distfile has been moved into different directory, so update MASTER_SITES.sobomax2000-05-231-1/+1
| | | | | PR: 18746 Submitted by: Jeff Palmer <jeff@isni.net>
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+3
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Add a notation about user restriction.sada1999-02-261-4/+5
| | | | | PR: ports/10114 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG>
* Remove more manpages, as part of the great manpage removal project.hoek1998-08-171-2/+0
|
* add optional youbin supportache1998-08-051-2/+11
|
* Make full pop debugging optionalache1998-08-031-2/+5
|
* Upgrade to 2.53ache1998-07-192-5/+5
|
* Upgrade to 2.52ache1998-07-022-5/+5
|
* path changed backache1998-07-011-2/+2
|
* eudora goes oldache1998-07-011-2/+2
|
* Upgrade to 2.5ache1998-07-012-4/+4
|
* Enable debugging codeache1998-06-301-2/+2
|
* No need to use += on first appearance of variables.alex1997-12-241-3/+3
|
* Upgrade to 2.41beta1ache1997-11-202-11/+11
|
* Add 'exit 0'ache1997-10-101-0/+1
|
* Change maintainer to match reality -- Sorry Andreypst1997-10-091-2/+2
|
* Remove NO_PACKAGE and add pkg/REQ insteadache1997-10-083-5/+15
|
* Fix permissions of installed popperache1997-10-081-2/+2
|
* Upgrade to 2.4b2ache1997-10-082-5/+37
| | | | | | Fix two longstanding bugs in Return-Path patch: 1) possible uninitialized "rpath" variable usage 2) wrong message size, return_path not counted
* Upgrade to 2.3ache1997-04-232-7/+6
|
* Optionally allow APOP only authentification modeache1997-04-021-1/+6
|
* New patch for man pages to make them correctly list the file locations.max1996-12-061-0/+49
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-1/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* CATEGORIES+= --> CATEGORIES=obrien1996-11-111-2/+2
| | | | And clean up variable ordering (as shown in the handbook) as little.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Move NO_PACKAGE down, out of the ftp site section.asami1996-07-051-2/+2
|
* Make NO_PACKAGE because POP needs to POP user id.pst1996-06-261-1/+2
| | | | Requested by: gpalmer
* Add scripts/pre-install to request POP userid creation.pst1996-06-231-0/+16
| | | | | | | | | | | Move pop.auth database to ${PREFIX}/etc/popper/pop.auth so that it (a) does not conflict with MH's pop3 database of same name, and (b) so that ${PREFIX}/etc/popper directory can be owned by pop uid so that popauth -init always works. This should cover the last nits regarding this port. Requested by: asami
* Merge import into main branchpst1996-06-094-7/+9
|
* New checksum, filename not changed at master site.asami1996-02-031-1/+1
| | | | Submitted by: pst
* Upgrade to version 2.1.4-r3. According to the master site maintainers,asami1995-05-273-6/+6
| | | | | | | | the previous version had a huge problem and had to be removed from the master site, and that's why I'm doing this this late in the cycle. Also, the problems that patch-aa (off_t) and patch-ac (password length) address seem to be fixed, so take them out.
* Forgot to update the checksum on yesterday's update.asami1995-04-181-1/+1
|
* Correct DISTNAME to fetch, upgrade at the same time. New versionasami1995-04-171-4/+4
| | | | | | is 2.1.4-r2. Submitted by: Frank Nobis <fn@trinity.radio-do.de>
* Updated ports Makefiles for mails.asami1995-04-121-3/+5
|
* Upgrade port to qpop 2.1.4-R1pst1995-04-023-7/+9
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Update to reflect current distfilegpalmer1995-01-231-1/+1
|
* The name for the qpop tar is changed from qpop2.1.3 to qpop2.1.3-r5, butats1994-12-251-2/+2
| | | | otherwise it builds ok.
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-0/+1
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* Manpages are installed compressed now.gpalmer1994-12-151-1/+1
|
* Upgrade to 2.1.3gpalmer1994-12-152-5/+5
|
* <Sigh> Missing slash from the end of the pathname.gpalmer1994-11-111-3/+3
|
* Port of Berkeley Popper POP3 daemonpst1994-10-074-0/+22