Commit graph

72 commits

Author SHA1 Message Date
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
751d30d637 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
shannonjr
7d4498232c Update to 0.9.3. This is a bug fix release. 2006-01-06 10:21:33 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
7a95adad42 The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
2005-08-23 11:48:47 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
reed
a342cc6cba Remove the auto-registration of rc.d scripts. RCD_SCRIPTS_EXAMPLEDIR is
no longer a custom option.

Add rc.d scripts to the PLIST.
2005-05-02 22:49:09 +00:00
shannonjr
ed9ef274de Complying with request from Jeremy C. Reed, "Can you remove the
INSTALL_SCRIPT step and set RCD_SCRIPTS=dirmngr instead?"
2005-05-02 22:33:37 +00:00
shannonjr
e220456334 Removed USE_BUILDLINK3
We don't need this any longer -- it's now default.
2005-04-25 09:54:04 +00:00
shannonjr
d0df8b31e6 Added missiong USE_BUILDLINK3 2005-04-25 09:30:49 +00:00
shannonjr
2843bb1a1e Update from 0.9.0 to 0.9.1. This is a bug fix release. 2005-04-23 12:28:04 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
shannonjr
40fcb8eaf0 Problem: Dirmngr depends on pth. With an explicit buildlink to pth, the
package builds and works correctly. This approach was taken prior to
this change. The is a problem because  pth installs pthread.h in
${LOCALBASE}/include. This causes problems for things like Ada tasking
that depend on native pthreads when also linking against libraries in
pkgsrc (eg., gmp).

This change solve the problem by building a static pth library locally
and linking against it.
2005-03-02 14:59:35 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
kristerw
625d996cd8 Fix C99-isms to make this pkg build with gcc 2.95. 2005-01-22 16:05:37 +00:00
shannonjr
0fe467b5f1 Update to release 0.90.
Dirmngr is a server for managing and downloading certificate
revocation lists (CRLs) for X.509 certificates and for downloading the
certificates themselves. Dirmngr also handles OCSP requests as an
alternative to CRLs. Dirmngr is either invoked internaly by gpgsm
(from gnupg 1.9) or when running as a system daemon through the
dirmngr-client tool.

Whats new in this release
=========================

 * New option --daemon to start dirmngr as a system daemon.  This
   switches to the use of different directories and also does
   CRL signing certificate validation on its own.
 * New tool dirmngr-client.
 * New options: --ldap-wrapper-program, --http-wrapper-program,
   --disable-ldap, --disable-http, --honor-http-proxy, --http-proxy,
   --ldap-proxy, --only-ldap-proxy, --ignore-ldap-dp and
   --ignore-http-dp.
 * Uses an external ldap wrapper to cope with timeouts and general
   LDAP problems.
 * SIGHUP may be used to reread the configuration and to flush the
   certificate cache.
 * An authorithyKeyIdentifier in a CRL is now handled correctly.
2005-01-04 13:40:38 +00:00
jmmv
64fc22126d Update to 0.5.6nb2:
- Refill the DESCR file.
- Remove BUILD_USES_MSGFMT; distfile ships with prebuilt .gmo files.
- Do not use GNU make as it's not needed.
- Use BUILDLINK_PREFIX.openldap instead of LOCALBASE to locate openldap.
- Register info file properly and fix a typo in its directory entry so
  that it can be accessed.
- Patch configure instead of configure.ac, so we can drop the build
  dependency on autoconf.
- Add missing dependencies on libiconv and gettext-lib.
- Sort USE_* and include sections alphabetically.
- Remove BUILDLINK_DEPENDS.* version overrides because the respective
  buildlink3.mk files already pull in a newer version.
- Drop all logic to detect the actual gettext-lib version.  This was wrong
  because it relied on the version currently installed (thus having a good
  chance to produce different results between systems), and because it's
  not the way to go.  Instead, simply include gettext-lib's buildlink3.mk
  file, and let the builtin.mk machinery decide what to do.
- Also add the locale files to the PLIST.
2004-11-05 22:12:17 +00:00
shannonjr
8a171388b2 Adding missing new patch-ab 2004-11-04 20:57:06 +00:00
shannonjr
b2c67324b9 Modified to honor http_proxy environment variable when retrieving crls.
Change due to Werner Koch <wk@gnupg.org>
2004-11-04 20:20:22 +00:00
shannonjr
ec104cf9ae Adding patch missed on initial import 2004-10-23 15:02:32 +00:00
shannonjr
608849d61b DirMngr is a server for managing and downloading
certificate revocation lists (CRLs) for X.509
certificates and for downloading the certificates
themselves. DirMngr also handles OCSP requests as
an alternative to CRLs. DirMngr is usually invoked
by gpgsm and in general not used directly.
2004-10-23 14:41:53 +00:00