Commit graph

3216 commits

Author SHA1 Message Date
David W. Chapman Jr.
18072bf9fb Fix a remaining libiconv issues
Fix URLs of patches back to mutt-devel standard

Submitted by:	maintainer
2002-03-31 13:42:22 +00:00
Mario Sergio Fujikawa Ferreira
ab5f0a8e59 Fix following security issue: "If a string of longer than approximately
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>
2002-03-31 08:20:28 +00:00
Patrick Li
5611cbc5d0 Fix MASTER_SITES
PR:		36486
Submitted by:	Tilman Linneweh <tilman@arved.de>, Jason Harris <jharris@widomaker.com>
2002-03-30 19:39:17 +00:00
Dirk Meyer
9487b0418f Patch to solve problem:
since version 8.12.1 (8.12.0 ?) sendmail complains if a program piping
data to it doesn't have stdin, stdout and stderr opened; smtpfwdd
doesn't open stdout and stderr when forwarding a mail to sendmail,
therefore an anoying system messages is generated for each incoming mail:
Dec 30 00:05:44 alchemy sendmail[96078]: SYSERR(uucp): File descriptors
	missing on startup: stdout, stderr: Bad file descriptor

Maintainer Timeout.

PR:		33314
Submitted by:	marius@alchemy.franken.de
2002-03-30 14:43:32 +00:00
Dirk Meyer
af4f52f603 Nocc is a Web-based e-mail reader. It uses PHP and a Web server to access
a mail server (POP3, IMAP) and send e-mail (SMTP or plain sendmail).
Nocc can be used as an e-mail reader and allows you to view, send
messages, manage your mail account. It can view and send MIME attachments
(files, HTML, etc.).
Nocc has low requirements on browser, it uses JavaScript as less as
possible, nearly no frames and even works with Lynx without cookies.

WWW: http://nocc.sourceforge.net/

- Alex Dupre
sysadmin@alexdupre.com

PR:		34584
Submitted by:	sysadmin@alexdupre.com
2002-03-30 07:35:01 +00:00
Patrick Li
8e94415b77 Add new MASTER_SITES
PR:		36487
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-03-29 17:43:18 +00:00
Mario Sergio Fujikawa Ferreira
7ddfd112ea Update qmail-tls patch to 1.03.20010627 2002-03-29 16:54:30 +00:00
Neil Blakey-Milner
fb93958d49 Follow changed manpage sections
Submitted by:	kris and bento
2002-03-29 09:28:48 +00:00
Pete Fritchman
ba66c7ee9c Host the distfile at a temporary location until the main FTP site works
again.

PR:		36436
Submitted by:	Jason Harris <jharris@widomaker.com>
2002-03-28 23:07:09 +00:00
Pete Fritchman
013c220e41 Let this port build on -current (stdout issues).
PR:		36430
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
Reported by:	bento
2002-03-28 23:01:37 +00:00
Dirk Meyer
3041d1e361 New Port:
SMA is a program that analyses sendmail log entries.
The key features of SMA are
      Fast (written in C)
      Portable
      Free (BSD-style licensing)
      output as HTML or ASCII.

SMA features
      Support for all recent sendmail versions (UNIX/NT)
      Flexible output formatting - HTML, ASCII and Custom Log
      Regular expression filtering of messages
      Multiple hosts in a same report

WWW: http://www.klake.org/sma/
2002-03-28 20:03:02 +00:00
Dirk Meyer
cc0a724bb7 - Update noattach to 1.0beta12
- Make startupscript smarter
2002-03-28 04:43:59 +00:00
Maxim Sobolev
60d074af1c Since MASTER_SITE_LOCAL distribution mechanism appears to be broken (48 hours
elapsed since I had put db3 distfile into my ~/public_distfiles, but it still
unavailable from mirrors), provide http://people.freebsd.org download location.
2002-03-27 16:49:38 +00:00
Mario Sergio Fujikawa Ferreira
1def4fc73d - Restore POLA previous to rev 1.35 of this file
* Install qpopauth setuid to pop user unless WITHOUT_QPOPAUTH_SETUID
  is set

- bump PORTREVISION

Prompted by:	obrien
2002-03-26 16:45:33 +00:00
Thomas Gellekum
ae657d9f12 Upgrade to 1.0.0. 2002-03-26 12:27:00 +00:00
Thomas Gellekum
fee62a4d96 Upgrade to 1.0.2. 2002-03-26 12:26:25 +00:00
Pete Fritchman
c369b6bf90 Update to 0.99c.6 2002-03-26 08:18:20 +00:00
Pete Fritchman
c78c051ce7 - update to 2.3.3
- use MASTER_SITE_SUBDIR to fetch old versions when the author releases a
  new versions so the port isn't broken between versions
2002-03-26 00:12:29 +00:00
Pete Fritchman
39deb2fa24 Make the default mail spool directory /var/mail.
Submitted by:	Alex Kapranoff <kappa@agava.com>
2002-03-25 22:26:04 +00:00
Maxim Sobolev
fb32b2e1ae Update to 1.0.3. 2002-03-25 20:21:08 +00:00
Maxim Sobolev
62f2687e21 Add USE_SUBMAKE, where it might be necessary. 2002-03-25 09:19:20 +00:00
Kris Kennaway
07a43844d4 Set MANCOMPRESSED=maybe and fix plist in the case where NOPROFILE is set
in the make environment.

Approved by:	maintainer
Noticed by:	bento
2002-03-25 05:31:12 +00:00
Neil Blakey-Milner
b60418716d Update to 1.4.3 2002-03-23 13:17:05 +00:00
Neil Blakey-Milner
319c27f944 Upgrade to vqadmin 2.2 2002-03-23 12:07:38 +00:00
Neil Blakey-Milner
228671316f Make things a bit more pretty:
. Provide links to startup scripts in etc/rc.d (PR)
. Provide some text on what to do post-install (PR)
. Provide WWW: linke

PR:		34157
Submitted by:	n_hibma
2002-03-23 11:46:50 +00:00
Kevin Lo
907b83ddc4 Initial import of p5-Net-SMTP-Server 1.1.
This is a native Perl SMTP Server.

PR: 36203
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
2002-03-23 10:37:24 +00:00
Patrick Li
bc8b83ed1c Update to 1.63
PR:		36094
Submitted by:	maintainer
2002-03-23 09:57:27 +00:00
Ying-Chieh Liao
4bb7e58c3e add drbl 1.06
Distributed Realtime Black List

PR:		36173
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
2002-03-22 03:25:42 +00:00
Ying-Chieh Liao
30714808fc upgrade to 1.1.6
add master site

PR:		36140
Submitted by:	maintainer
2002-03-21 07:52:33 +00:00
Akinori MUSHA
a28a26ab5e Repo-move ruby-mail to ruby-rmail. 2002-03-20 19:42:36 +00:00
Akinori MUSHA
51b772b8ea Repocopy from ruby-mail to ruby-rmail and and update to 0.8. 2002-03-20 19:41:31 +00:00
Pete Fritchman
5d335b4c66 Update to 2.1.
Submitted by:	Jerry A! <jerry@thehutt.org>
2002-03-19 18:39:02 +00:00
Maxim Sobolev
47828d0fce Fix another few places where giconv used instead of iconv.
PR:		36059, 36063, 36082
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-19 12:52:55 +00:00
Jun Kuriyama
19052680d8 Upgrade to 5.411a.
PR:		ports/36051
Reported by:	Emil Sit <sit@mit.edu>
2002-03-19 00:32:58 +00:00
David W. Chapman Jr.
cb43f23b04 Update to 1.1.5
PR:		36058
Submitted by:	maintainer
2002-03-18 21:23:12 +00:00
Maxim Sobolev
a68d2827d3 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
2002-03-18 11:50:38 +00:00
Maxim Sobolev
449a928eea Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
2002-03-18 11:26:13 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Anders Nordby
dea3d82448 Remove broken master site.
Fix hostname for freenix.no master site.
2002-03-18 00:29:39 +00:00
Anders Nordby
4f2ce4bde6 Remove broken master sites.
Fix hostname for freenix.no master site.

PR:		35875
2002-03-18 00:26:57 +00:00
Dirk Meyer
723a5055cd Fix noattach.sh.sample script, %%PREFIX%% was not replaced 2002-03-17 20:27:30 +00:00
Dirk Meyer
cfecb977d8 - Update noattach to 1.0beta11
- syncronize sample startup-scripts

PR:		36005
Submitted by:	oli@amun.isnic.is
2002-03-17 18:00:07 +00:00
Will Andrews
79c4980e56 [1] Fix pre-everything target specifier.
[2] Cosmetic fix: no lines longer than 80 characters (8-char tab).

Submitted by:	[1] Dan Langille <dan@langille.org>
2002-03-16 17:36:56 +00:00
Patrick Li
b32ffd2a5d Update to 0.49
PR:		35938
Submitted by:	maintainer
2002-03-16 04:43:14 +00:00
Patrick Li
d068533ccf Update to 0.4.16
PR:		35930
Submitted by:	maintainer
2002-03-15 21:04:52 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Anders Nordby
6a7f3a5015 Master site updates: www.freenix.no => atreides.freenix.no for these
files.
2002-03-15 00:31:54 +00:00
Anders Nordby
ad6b4799b4 Correct MAINTAINER e-mail address for ports I maintain. 2002-03-14 00:11:40 +00:00
Jim Mock
8943e51949 Update to version 1.3.28.
PR:		35866
Submitted by:	maintainer
2002-03-13 20:57:35 +00:00