summaryrefslogtreecommitdiff
path: root/mail/majordomo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Make SHA1 cookies optional and MD5 the defaultPete Fritchman2001-08-292-6/+17
| | | | | | | | | | | - add USE_PERL5 - /usr/bin/perl -> ${PERL} PR: 30118 Submitted by: maintainer Notes: svn path=/head/; revision=47065
* Add two missing files to last commit, plus other fix-ups.Nick Sayer2001-07-245-9/+34
| | | | | | | Submitted by: anders@fix.no Notes: svn path=/head/; revision=45424
* * Set maintainership to anders@fix.no, there is no maintainer for this port.Nick Sayer2001-07-235-11/+83
| | | | | | | | | | | | | | | * Add info about tlb in post-install-notes. * Add WITH_POSTFIX_APPROVE_PATCH knob to fix problem with Postfix's Delivered-To and Majordomo's approve command. * Add security fixes from PR ports/28282 with a small change, use SHA1 instead of MD5 for generating cookies. * Remove security warning, which isn't necessary anymore. PR: 28282 Submitted by: anders@fix.no Notes: svn path=/head/; revision=45413
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-3/+3
| | | | Notes: svn path=/head/; revision=43378
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-1/+1
| | | | | | | (I know, I look boring and pedant :o) Notes: svn path=/head/; revision=37983
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.Will Andrews2000-10-231-1/+1
| | | | Notes: svn path=/head/; revision=34154
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-111-1/+1
| | | | | | | | PR: 20269 Submitted by: Ports Fury Notes: svn path=/head/; revision=31525
* Note documented insecurity of majordomo on multi-user machines.Kris Kennaway2000-06-041-0/+5
| | | | | | | Pointed out by: bugtraq Notes: svn path=/head/; revision=29190
* Update to version 1.94.5.Steve Price2000-05-297-147/+122
| | | | | | | | | PR: 17820 Submitted by: Doug Barton <DougB@gorean.org> and Klaus Brunner <klaus@winf.htu.at> Notes: svn path=/head/; revision=28932
* fix checksum to match version of port in use. not sure how I messed this up.Michael Haro2000-04-191-1/+1
| | | | Notes: svn path=/head/; revision=27734
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27500
* oops, these files are suppost to be emptyMichael Haro2000-02-272-0/+0
| | | | Notes: svn path=/head/; revision=26382
* remove empty filesMichael Haro2000-02-273-1/+1
| | | | Notes: svn path=/head/; revision=26381
* Close holes in perl scripts which allow local users to run arbitraryKris Kennaway2000-01-051-0/+211
| | | | | | | | | commands as the majordomo user. Submitted by: Dale Clark <clark@ARSC.EDU> Notes: svn path=/head/; revision=24433
* Fix regex handling of uptime(1) load averages.Steve Price1999-12-291-4/+12
| | | | | | | | PR: 12737 Submitted by: andrew@ugh.net.au Notes: svn path=/head/; revision=24237
* Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner1999-09-171-1/+1
| | | | Notes: svn path=/head/; revision=21694
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* ln -> ${LN}Michael Haro1999-08-281-3/+3
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* chmod -> ${CHMOD}Michael Haro1999-08-221-13/+13
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* don't change ownership on /usr/local/man, /usr/local/man1, /usr/local/man8Michael Haro1999-07-122-4/+20
| | | | | | | | | | when installing this port. PR: 12426 Submitted by: pauls@ieng.com Notes: svn path=/head/; revision=20166
* No need to use '-p' since ${MKDIR} == 'mkdir -p'.Steve Price1999-07-041-2/+2
| | | | Notes: svn path=/head/; revision=20030
* Move WWW to DESCR from Makefile ...Marc G. Fournier1999-04-212-2/+3
| | | | Notes: svn path=/head/; revision=18039
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-111-1/+4
| | | | Notes: svn path=/head/; revision=17142
* Allow a non-root user to build this port if the majordom user andSteve Price1998-11-091-5/+7
| | | | | | | group already exist. Notes: svn path=/head/; revision=14413
* Remove more manpages, as part of the great manpage removal project.Tim Vanderhoek1998-08-171-4/+0
| | | | Notes: svn path=/head/; revision=12567
* removed version string ("1.94.2") from the text so that there's noJun-ichiro itojun Hagino1997-09-101-2/+2
| | | | | | | trouble updating the port. Notes: svn path=/head/; revision=7846
* original distribution updated to 1.94.4.Jun-ichiro itojun Hagino1997-09-1015-50/+41
| | | | | | | | 1.94.4 includes security fix, and jfitz is on vacation, so I committed this. I would like to have a review by jfitz, after he comes back. Notes: svn path=/head/; revision=7842
* The majordomo port wrongly assumes that there's ${PREFIX}/bin/perl.Jun-ichiro itojun Hagino1997-09-101-1/+1
| | | | | | | | | | | | (there's no dependency description in Makefile) Majordomo seems to work with perl4.036 right now, so I made this fix. In the future, we might need to switch to perl5. (document says that in the future they'll switch to perl5) Then, we'll need to revert the patch, and add dependency into Makefile. Notes: svn path=/head/; revision=7841
* Upgrade to v1.94.3James FitzGibbon1997-04-292-7/+6
| | | | Notes: svn path=/head/; revision=6362
* Upgrade to 1.94.2James FitzGibbon1997-04-284-24/+34
| | | | Notes: svn path=/head/; revision=6342
* - Upgrade to v1.94.2James FitzGibbon1997-04-2812-12/+185
| | | | | | | | - Change the way that the /usr/lib/sendmail -> /usr/sbin/sendmail patches are stored to make future upgrades of the port easier. - Change the way that the links in the install dirs were being set up. Notes: svn path=/head/; revision=6341
* In the distributed Makefile:Masafumi Max NAKANE1997-01-111-1/+1
| | | | | | | | TMPDIR = /var/tmp -> TMPDIR?= /var/tmp Suggested by: chuckr Notes: svn path=/head/; revision=5314
* Distributed Makefile assumes /usr/tmp for tmpdir, and make install failed.Masafumi Max NAKANE1997-01-111-3/+8
| | | | | | | | | Changed it to /var/tmp. (I remember someone was pointing this out in ports@freebsd.org, but apparently, it wasn't picked up by jfitz.) Notes: svn path=/head/; revision=5313
* Forgot one instance of '1.94' that should have read '1.94.1'.James FitzGibbon1996-12-271-2/+2
| | | | Notes: svn path=/head/; revision=5104
* Upgrade to majordomo v1.94.1.James FitzGibbon1996-12-277-77/+73
| | | | Notes: svn path=/head/; revision=5103
* Fix for PR ports/2253 - link from Tools/archive to ${PREFIX}/archive addedJames FitzGibbon1996-12-202-1/+4
| | | | | | | | to Makefile and PLIST. Submitted by: bill@duchess.wagill.com Notes: svn path=/head/; revision=5045
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-081-2/+2
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
* Now, string describing reason for defining these variables must be setMasafumi Max NAKANE1996-12-071-2/+2
| | | | | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''. Notes: svn path=/head/; revision=4864
* Convert to use MAN[1-8LN]David E. O'Brien1996-11-171-7/+3
| | | | Notes: svn path=/head/; revision=4536
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-101-4/+2
| | | | | | | And clean up variable ordering (as shown in the handbook) as little. Notes: svn path=/head/; revision=4382
* Upgrade to majordomo v1.94 releaseJames FitzGibbon1996-10-2612-377/+320
| | | | | | | | | Use new INSTALL_ aliases Clean up creation of majordom user and group Fix problem where the local host was set to 'thud.cdrom.com' in everyone's config by default. Notes: svn path=/head/; revision=4162
* Finally, the majordomo mailing list manager.Satoshi Asami1996-07-2014-0/+575
Submitted by: James FitzGibbon <james@nexis.net> Notes: svn path=/head/; revision=3408