./net/nslint, Perform consistency checks on DNS zone files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.1, Package name: nslint-3.1, Maintainer: pkgsrc-users

Nslint 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)


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