1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Kris Kennaway
ca5f083e1f Add a patch to address the known remote buffer overflow, from
Mike Silbersack <silby@silby.com>. Add a build- and install-time
warning about the probable existence of further remote security
problems, and remove FORBIDDEN.

Submitted by:	Mike Silbersack <silby@silby.com>
2000-10-30 01:35:21 +00:00
Kelly Yancey
700098a64c Update the pine4 port to utilize the new cclient port.
Pine has historically built against an internal copy of the c-client library,
however c-client development has progressed beyond what is shipped with pine.
(It would appear that all new development work is being done via UW's imap
server codebase.) This change allows pine to utilize improvements/bugfixes in
the c-client library. In addition, the cclient port builds c-client as a
a shared library. Now, pine links against this shared library. As a result,
pine binaries are approximately 550k smaller. On the other hand, the c-client
library itself is a good 650k. The real benefit here is that c-client may be
shared amongst multiple binaries (i.e. imap-uw, php, and perl scripts using the
p5-Mail-CClient module), thereby potentially reducing the overall disk and
memory usage.

PR:		19731
Submitted by:	kbyanc@posi.net
Reviewed by:	will
2000-07-17 08:19:34 +00:00
Andrey A. Chernov
84e382fa39 8bit and locale fixes for search 2000-02-16 00:58:56 +00:00
Steve Price
7badbbe2b3 Honor PREFIX setting.
PR:		15120
Submitted by:	Matt Behrens <matt@zigg.com>
1999-12-23 15:35:19 +00:00
Jim Mock
b972ebc82c Updated to version 4.20.
PR:		14313
Submitted by:	jack@germanium.xtalwind.net
1999-10-18 23:32:23 +00:00
Steve Price
7e03a84d91 Update to version 4.10.
PR:		10286
Submitted by:	maintainer
1999-03-15 01:41:19 +00:00
Steve Price
d3879169e8 Sync with maintainer's local copy by adding SIZE to files/md5
and fixing up a new patch.

Submitted by:	maintainer
1998-10-10 03:25:39 +00:00
Steve Price
6c5a81185b Update to version 4.05.
PR:		7993, 8151
Submitted by:	maintainer
1998-10-05 04:23:19 +00:00
Joseph Koshy
8a13ff9cd8 Upgrade port to pine-4.02a.
PR:		7593
Submitted by:	Adrian Penisoara <ady@freebsd.ady.ro>
1998-08-13 06:49:34 +00:00
Satoshi Asami
62043602c6 Upgrade to 4.01.
Submitted by:	maintainer
1998-07-21 13:46:05 +00:00
Andrey A. Chernov
9d53204d89 Pine 4.00 port
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
1998-07-18 05:49:22 +00:00
Andrey A. Chernov
cb1b860a30 Disable spell command for pico, it work only with "spell" which
not exists in FreeBSD and _not_ work with "ispell"
1998-01-29 20:15:49 +00:00
Andrey A. Chernov
d6d8b0d5b8 Teach pine/pico about End key
Set proper directory for pico mail check
Trust termcap more then built-in defaults
1998-01-29 19:53:08 +00:00
Andrey A. Chernov
df8ac976a6 1) sys/dir -> dirent
2) Do not convert 8bit to binary for large text messages with many 8bit chars,
it cause large Russian mail to be always BASE64 encoded.
1997-07-19 23:27:37 +00:00
Andrey A. Chernov
78b8a13a08 Upgrade to 3.96 1997-03-26 02:12:28 +00:00
Andrey A. Chernov
ab0f48bddf When enable_8bit turned on, use it not only for smtp connection
but for external programs too
1997-02-04 19:12:52 +00:00
Andrey A. Chernov
116abb263f Disable DEFAULT_DEBUG value 1997-02-04 17:15:22 +00:00
Andrey A. Chernov
3b67f44ce3 Don't build/install shared c-client library, because it is obsoleted
with imapd port and used only for pine
Don't build/install mtest, already done in imapd port now
Add missing -lcrypt for pine build
1997-01-12 17:35:07 +00:00
Andrey A. Chernov
e924b441a1 Take out imapd/ipopd, separate port is available now 1997-01-12 14:28:51 +00:00
Andrey A. Chernov
f93f0d3625 lib/news -> news/lib 1996-12-06 23:42:04 +00:00
Andrey A. Chernov
845b5ef7eb Move TAG_EMBED from valid Russian letter '\377' to more neutral '\001'
Tag quoting not implemented properly cause '\377' chars skipped
1996-12-03 19:05:11 +00:00
Andrey A. Chernov
59c5c96a1f Turn on locale. More FreeBSD tunings 1996-12-03 14:54:50 +00:00
Andrey A. Chernov
1304e5a24d More default CFLAGS fixes 1996-12-03 13:34:44 +00:00
Andrey A. Chernov
7bb5b8cb3d Use dafault CFLAGS 1996-12-03 13:17:08 +00:00
Andrey A. Chernov
c1aa2b92c5 /usr/local/news/lib -> /usr/local/lib/news 1996-12-03 13:08:31 +00:00
Peter Wemm
2ca9abcb58 Some fixes :-
- add -DPOSIX to pico build so that it doesn't use the sgtty cruft.
 - clean freebsd-specific files too.
 - correctly specify wait() as taking an int, rather than configuring it
   for "union wait *" and adding patches to cast them to int's.
 - use POSIX counterparts for pine proper (signals, non-blocking, termios)
 - correct path to /usr/bin/passwd (not /bin/passwd)
 - revert 3-char identifier to "BSF" not "BSI" (originally, BSN = NetBSD,
   BSF=FreeBSD, BSI=BSDI)
 - use more usual paths for news files.  both cnews and inn* default to
   /var/news (usually), and the inn ports default to
   /usr/local/news/lib/active (cnews uses /usr/local/lib/news/active)
   None of our ports use /usr/spool/news or /usr/lib/news/active.

Partly Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu>  (PR#1458)
1996-08-09 08:04:47 +00:00
Satoshi Asami
ce757e674d Delete $Id$. 1996-07-17 04:06:40 +00:00
Satoshi Asami
ae0e6d258c Upgrade, 3.91 -> 3.95. This version is supposed to fix a lot of bugs.
Submitted by:	"Matthew N. Dodd" <winter@jurai.net>
1996-07-17 03:58:38 +00:00