Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-09-15 | Avoid access to free'd memory in APOP authentication. Patch supplied by | tron | 1 | -0/+22 | |
Kawamoto Yosihisa in PR pkg/8371. | |||||
1999-09-15 | Remove non NetBSD RCS Id from patch file which got modified by "cvs". | tron | 2 | -7/+5 | |
1999-09-15 | Convert patches to unified format. | tron | 10 | -1735/+1696 | |
1999-09-07 | regen. | bad | 1 | -4/+4 | |
1999-09-07 | Make this DTRT wrt. Kerberos4 support. | bad | 4 | -260/+330 | |
1999-09-03 | Compare "${USE_INET6}" explicitly with "YES" so that you can override | tron | 1 | -2/+2 | |
settings at the command line. | |||||
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -1/+3 | |
displayed using the -B option to pkg_info(1). | |||||
1999-07-24 | Don't define unnecessary IPv6 symbol on non IPv6 systems. | tron | 2 | -9/+6 | |
1999-07-24 | Fix build problem on systems without IPv6 includes. | tron | 2 | -6/+13 | |
1999-07-24 | Correct reversed check for symbol "INET6" in IPv6 patch. | tron | 2 | -4/+4 | |
1999-07-09 | integrate USE_INET6 build better. uses the same set of NetBSD patches, | itojun | 5 | -25/+31 | |
and switch INET6/non-INET6 build by "#ifdef INET6". | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+9 | |
1999-07-08 | enable IPV6 build (USE_INET6) | itojun | 3 | -1/+203 | |
1999-06-08 | Enable server mode if QPOPPER_SERVERMODE is defined in /etc/mk.conf. | bad | 1 | -1/+7 | |
1999-05-11 | Nuke check for "gdbm" library from "configure" which is not needed but can | tron | 2 | -1022/+1211 | |
be found by mistake. Problem noted by Dean Huxley. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1998-09-09 | Forgot RCS Id. | tron | 1 | -0/+2 | |
1998-09-09 | Create diff with "-u0" to fix problem with "cvs". | tron | 1 | -25/+8 | |
1998-09-08 | Try to convince "cvs" not to mess up patch file during commit. | tron | 1 | -4/+2 | |
1998-09-08 | Fix non working patch file. | tron | 1 | -3/+3 | |
1998-09-08 | Don't install formatted manual page because it isn't patched. | tron | 1 | -2/+1 | |
1998-09-08 | Change crossref from "popper" to "qpopper", fixes PR pkg/6118 by John Kohl. | tron | 1 | -52/+41 | |
1998-09-08 | Don't install formatted manual page because it isn't patched. | tron | 1 | -4/+2 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 8 | -2/+19 | |
1998-07-22 | Do not use -fpcc-struct-return. | bad | 2 | -541/+1020 | |
Fixes qpopper/qpopauth core dumping when accessing the APOP database. Fix provided by Fukaumi Naoki <naokif@aya.or.jp>. | |||||
1998-07-18 | Update qpopper to 2.53. | frueauf | 4 | -193/+203 | |
1998-07-16 | Fix segmentation fault in bulletin handling as suggested by Takahiro Kambe | tron | 1 | -0/+18 | |
in PR pkg/5758. | |||||
1998-07-10 | Make the Kerberos support actually compile in. | mycroft | 2 | -50/+504 | |
1998-07-02 | Update to V2.52 | hubertf | 5 | -140/+66 | |
1998-06-30 | Add "${CONFLICTS}". | tron | 1 | -1/+3 | |
1998-06-30 | update to V2.5 | hubertf | 2 | -4/+4 | |
1998-06-21 | Rename the qpopper pkg to qpopper-2.41b1, to make it more in line with the | tv | 1 | -1/+2 | |
rest of the pkg versioning conventions. | |||||
1998-06-18 | Remove MAN<sect> and CAT<sect> definitions from package Makefiles - these | agc | 1 | -4/+1 | |
are unnecessary with automatic manual page handling. | |||||
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-06 | Change syslogging, fixes PR 5122 by Chris Jones ↵ | hubertf | 1 | -66/+64 | |
<cjones@rupert.honors.montana.edu> | |||||
1998-02-25 | Fix typo. | tron | 1 | -3/+3 | |
1998-02-18 | portlint: last line in PLIST must end with \n. | frueauf | 1 | -2/+2 | |
1998-02-15 | portlint: fix URL (qpopper->popper ; end with /), remove MASTER_SITE_BACKUPS, | frueauf | 1 | -4/+5 | |
set MIRROR_DISTFILE=no instead, reorder EXTRACT_SUFX. | |||||
1998-02-13 | Patch the configure script so that it doesn't search for the gdbm | agc | 1 | -0/+60 | |
header file or library. qpopper will use the standard 4.4 BSD DB routines anyway, and qpopper's Makefile makes no attempt to include the header file's directory, or link with the gdbm library directory. | |||||
1998-02-13 | Add manual page targets, so that any MANZ compression is done. | agc | 1 | -1/+4 | |
1998-02-13 | NetBSD has DB, just like BSDI | mellon | 1 | -0/+15 | |
1998-02-13 | Install popauth | mellon | 1 | -4/+6 | |
1998-02-13 | popauth man page patch | mellon | 1 | -0/+51 | |
1998-02-13 | Build popper package | mellon | 1 | -0/+35 | |
1998-02-13 | Make popper compile without errors or warnings, with kerberos. | mellon | 4 | -0/+322 | |
1998-02-12 | Checksum for popper tar file | mellon | 1 | -0/+1 | |
1998-02-12 | Initial revision of package info | mellon | 4 | -0/+25 | |