| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/84368
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
|
|
|
|
| |
Reported by: Rob <spamrefuse _at_ yahoo.com>
|
|
|
|
| |
Submitted by: ume
|
|
|
|
|
|
|
| |
- Use OPTIONS
PR: ports/80794
Submitted by: Radim Kolar <hsn@netmag.cz>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
daemon
PR: 74813
Submitted by: Helge Oldach <mail-qpopper-uidl@oldach.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
its version number within the POP3 session
Submitted by: Alessandro de Manzano <ale@unixmania.net>
|
|
|
|
|
|
|
| |
implementation
o Bump PORTREVISION
Submitted by: nectar
|
|
|
|
|
|
|
| |
for compatibility. For instance, the later does not work in 5.x
branch anymore
Submitted by: sanpei
|
|
|
|
|
|
|
| |
PR: 49988
Submitted by: Mike Tancsa <mike@sentex.net>,
Xin LI delphij@frontfree.net <delphij@hotmail.com>
Approved by: portmgr (kris, self)
|
| |
|
|
|
|
|
|
|
|
| |
the user to specify a different logging facility
Submitted by: Christophe Labouisse <christophe@labouisse.org>
Reviewed by: knu
Approved by: portmgr (knu)
|
|
|
|
| |
Submitted by: marius@alchemy.franken.de
|
| |
|
| |
|
|
|
|
| |
Prompted by: ceri
|
| |
|
|
|
|
| |
Pointy hat to: dinoex
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
* Install qpopauth setuid to pop user unless WITHOUT_QPOPAUTH_SETUID
is set
- bump PORTREVISION
Prompted by: obrien
|
|
|
|
|
| |
PR: 32790
Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
| |
fixing another buffer overflow.
|
|
|
|
| |
Submitted by: Brett Glass <brett@lariat.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
new versions.
Submitted by: Brett Jackson <brett@modlogic.com>
|
|
|
|
| |
Submitted by: Hajimu Umemoto <ume@FreeBSD.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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>
|
|
|
|
| |
Submitted by: Hajimu Umemoto <ume@mahoroba.org>
|
|
|
|
|
|
| |
- Update ipv6 patch to snapshot 20010425
Submitted by: bento (sort of)
|
|
|
|
|
| |
PR: 26679
Submitted by: Yoshisato YANAGISAWA <osho@pcc-software.org>
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
|
|
|
|
|
| |
PR: 26645
Submitted by: Mike Buchanon <buchanon@mlss15.cl.msu.edu>
|
|
|
|
|
|
| |
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".
|
|
|
|
|
|
| |
with PREFIX.
Submitted by: Dan Langille <dan@langille.org> (with changes)
|
| |
|
|
|
|
| |
Please, do not abuse me because I did. :)
|
|
|
|
|
| |
Submitted by: Mars G. Miro <zeitgheist@rocketmail.com>,
Bennett Hui <bhui@mail.com>
|
|
|
|
| |
and reset maintainer to ports@FreeBSD.org because mail is bouncing.
|
|
|
|
| |
(I know, I look boring and pedant :o)
|
|
|
|
|
| |
PR: 23389
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
| |
Reminded by: knu
Hall of shame entry: alex
|
|
|
|
|
| |
PR: 21895
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
and popper3 ports.
The manpages are patched accordingly.
Pointed out by: sobomax
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 18746
Submitted by: Jeff Palmer <jeff@isni.net>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: ports/10114
Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Fix two longstanding bugs in Return-Path patch:
1) possible uninitialized "rpath" variable usage
2) wrong message size, return_path not counted
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
And clean up variable ordering (as shown in the handbook) as little.
|
|
|
|
|
|
|
|
|
|
| |
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!
|
| |
|
|
|
|
| |
Requested by: gpalmer
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Submitted by: pst
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
is 2.1.4-r2.
Submitted by: Frank Nobis <fn@trinity.radio-do.de>
|
| |
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
| |
|
|
|
|
| |
otherwise it builds ok.
|
|
|
|
|
|
|
| |
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)
The rest will follow later
|
| |
|
| |
|
| |
|
|
|