2003-03-13 08:21:42 by Jun-ichiro itojun Hagino | Files touched by this commit (1) |
Log message:
enable IPv6 pop service
|
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message:
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
2002-11-23 18:01:21 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Make qpopper build on Solaris.
- Remove extra rule line in install target. (It tried to do make on
password directory.)
- Solaris's /usr/ucb/install dosen't accept number with -g option.
|
2002-09-09 21:25:31 by Johnny C. Lam | Files touched by this commit (5) |
Log message:
* buildlink1 --> buildlink2.
* Pass the LDFLAGS through to the build process so that the final binaries
are built with the appropriate -Wl,-R flags. This should fix pkg/18054.
* Use ROOT_{USER,GROUP} instead of hardcoding "root" and \
"wheel" when
installing poppassd.
|
2002-06-15 23:20:05 by Chris Pinnock | Files touched by this commit (7) |
Log message:
Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict"
which the basesrc USE_KERBEROS variable. Discussed on packages@
This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by
FUKAUMI Naoki on a Japanese NetBSD mailing list.
|
2002-05-04 07:59:05 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
- add a patch for fixing bulldir vulnerability with "-u" option.
- update PKGREVISION to 1.
|
2002-05-03 17:09:51 by Takahiro Kambe | Files touched by this commit (5) | |
Log message:
Qpoper package update. There is no functional change.
- Utilize bsd.pkg.install.mk.
- Honor PKG_SYSCONFDIR.
|
2002-05-02 18:16:52 by Martti Kuparinen | Files touched by this commit (3) |
Log message:
Updated qpopper to 4.0.4
* Fixed DOS attack seen on some systems.
* Fixed "noop has null function" log entry.
* Allow '-p' to be used when APOP not defined (noted by Daniel Senie).
* Enforce ClearTextPassword even without APOP (noted by Daniel Senie).
* Restrict clear-text-password=never to APOP.
* Restrict clear-text-password=tls to QPOP_SSL.
* Fixed qpopper hanging on I/O error on some platforms.
|