summaryrefslogtreecommitdiff
path: root/security/libpreludedb
AgeCommit message (Collapse)AuthorFilesLines
2022-08-22prelude: remove from pkgsrctnn13-259/+0
prelude is unmaintained in pkgsrc since 2009 and is several major versions behind. This makes it useless for it's intended purpose as an intrusion detection system. Can be revived if/when there is an interested maintainer. But it's probably easier to start from scratch given how stale these packages were.
2022-06-28*: recursive bump for perl 5.36wiz2-4/+4
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-29revbump for boost-libsadam2-4/+4
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-04-21revbump for boost-libsadam2-4/+4
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-05-22revbump after updating security/nettleadam2-4/+4
2020-03-27Ignore configure.in as we patch configure.joerg1-1/+3
2020-03-08*: recursive bump for libffiwiz2-4/+4
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-07-20*: recursive bump for nettle 3.5.1wiz2-4/+4
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz2-4/+4
2017-09-12pkglintdholland1-3/+3
2017-09-12sortdholland1-10/+10
2017-09-12Don't #undef bool, it breaks the perl bindings build.dholland2-1/+17
2017-08-16Comment out dead sites.wiz1-2/+2
2017-04-05revert two files, libprelude{,db}/Makefile.commonmef1-2/+1
2017-04-05Update MASTER_SITES. The newone does not have current (0.9.*) DISTFILE,mef1-1/+2
but old SITE (before updates) only has wrong checksum one and NetBSD mirror holds proper DISTFILE anyway.
2016-09-19Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-4/+4
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-23Bump PKGREVISION for nettle shlib major bump.wiz2-4/+4
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz2-4/+4
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-01Reset MAINTAINER/OWNER (became observers)wiz1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-23missing parts of recursive revbump for gnutls update.obache1-2/+2
2012-07-05revursive revbump for gnutls updatedrochner1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2009-12-15Recursive bump for libltdljoerg2-2/+4
2009-10-07Use correct relative path.joerg1-3/+3
2009-10-07Share distinfo file between libprelude-* and similar forjoerg2-7/+10
libpreludedb-*. Shuffle stuff a bit around in the Makefile.common, define PATCHDIR in that, don't define user-destdir support there.
2009-10-02Split up the libpreludedb. Approved by agc@.hasso9-100/+117
2009-08-24Update to 0.9.15.3. No normal upstream changelog. Pkgsrc package reworked,hasso6-42/+102
but it's not final yet. From Rumko via PR 41763.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-12/+1
2009-06-04Fix PLIST.hasso1-6/+6
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg1-2/+1
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-27Update to 0.9.15. Changes:shannonjr4-10/+25
- preludedb-admin has a bew 'count' command, printing the result of a COUNT() on the database. - preludedb-admin work on smaller set of data, to prevent large retrieval error (fix #220, refs #305). - preludedb-admin handling of interrupted transaction was improved. - Fix MySQL and SQLite MacOSX detection, by Uwe Schwartz <usx303 at googlemail.com>. (fix #296).
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz2-4/+4
2007-12-27Explicitly depend on Perl. Bump revision.joerg1-2/+3