notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: databases/db42/pkg-plist
SVNWeb

Number of commits found: 3

Thu, 27 May 2004
[ 08:32 krion search for other commits by this committer ] Original commit 
- Build + install RPC server

PR:             ports/67239
Submitted by:   maintainer
Requested by:   brooks
Wed, 14 Jan 2004
[ 21:13 krion search for other commits by this committer ] Original commit 
- Install libdb-4.2.so and libdb_cxx-4.2.so so that gcc -ldb-4.2
  works. These are symlinks to libdb*-4.2.so.2 (the SONAME).
- Bump PORTREVISION

PR:             61283
Submitted by:   maintainer
Fri, 9 Jan 2004
[ 09:45 pav search for other commits by this committer ] Original commit 
Add Berkeley DB 4.2.52 after repocopy from db41.

Note to other porters who want their port to depend on this one: Use

LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto

Usually, setting
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42"
                LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2"

will then work to get the right DB library. At run time, the proper
library will be looked up by its SONAME, which is "libdb-4.2.so.2" and
resides in /usr/local/lib.

PR:             ports/60943
Submitted by:   Matthias Andree <matthias.andree@gmx.de>

Number of commits found: 3