Path to this page:
./
net/nslint,
Perform consistency checks on DNS zone files
Branch: CURRENT,
Version: 3.1,
Package name: nslint-3.1,
Maintainer: pkgsrc-usersNslint is a lint program for DNS zone files. It is produced by the
Lawrence Berkeley National Laboratory, Network Research Group.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 97.321 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2016-03-08) Updated to version: nslint-3.1
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2009-05-06) Updated to version: nslint-2.1a9
- (2005-10-05) Package added to pkgsrc.se, version nslint-2.0.2 (created)
CVS history: (Expand)
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-11-03 12:45:59 by Roland Illig | Files touched by this commit (255) |
Log message:
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2016-03-30 11:04:22 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Use PKGMANDIR. Add patch comment.
|
2016-03-08 00:14:39 by Niclas Rosenvik | Files touched by this commit (1) |
Log message:
LICENCE -> LICENSE
|
2016-03-08 00:08:46 by Niclas Rosenvik | Files touched by this commit (3) |
Log message:
Update nslint to version 3.1.
Changelog:
v3.1 Sat Sep 11 12:03:58 PDT 2010
- Don't complain about missing dots for ip6.arpa ptr's
- Update default location of named.conf
- Fix Makefile.in to honor the CFLAGS environment variable when
configure is run
v3.0 Fri Mar 5 20:13:17 PST 2010
- Add IPv6 support.
v2.2 Fri Mar 13 22:29:52 PDT 2009
- Convert source tree to subversion
|