1.202 2016-09-25 21:48:09-04:00 America/New_York
- avoid using a new Net::DNS feature, which should restore function
with old versions of Net::DNS
1.201 2016-09-22 19:21:01-04:00 America/New_York
- mx check once again allows for A records; a future check may
allow mx-only checks on purpose
Upstream changes:
1.200 2016-03-27 17:36:57-04:00 America/New_York
- skip more tests when Net::Domain::TLD not available, as required
1.199 2016-03-27 09:58:03-04:00 America/New_York
- More "no MX found" fixes (thanks, Troy Morehouse)
- treat restricted/reserved TLDs (invalid, test, example, localhost)
as invalid (thanks, Steve Bertrand!)
- Made first mention of various external modules be L<> linked.
- Added link to RFC822 to SEE ALSO
- Various typo and formatting fixes
1.195 2014-09-01 08:38:58-04:00 America/New_York
- handle domain part with MX but no A record (thanks, Karel Miko)
1.194 2014-05-28 17:21:53-04:00 America/New_York
- yhaoo.com grew an MX record; use something that won't
1.193 2014-03-26 22:29:28-04:00 America/New_York
- improve behavior on CNAME MX records
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.
Upstream changes:
1.192 2013-09-07 21:00:55 America/New_York
if Net::DNS is not available, do not test null mx validity
1.191 2013-09-04 21:52:50 America/New_York
update bugtracker, repo, etc.
mxcheck fails when remote MX record is "."
drop use of bytes.pm; any bug fixed by that should be fixed again
properly
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.
Upstream changes:
0.190 2012-03-26
fix skip test count
0.189 2012-03-26
addresses in the form rjbs@[1.2.3.4], when allowed by allow_ip,
are not failed for the tld check (reported by Marcel Gr.nauer)
0.188 2012-03-15
fix [rt.cpan.org #75736], in which 0@domain.com was considered
invalid (thanks for the fix from Steve Bertrand)
0.187 2012-01-27
addresses in the form rjbs@[1.2.3.4] are now (correctly) considered
valid; this can be disabled with the -allow_ip option
(this resolves RT #48398)
check email address length and localpart length (thanks, Steve
Bertrand!)
0.186 2012-01-22
use blessed($x) instead of wrapping an ->isa called in eval{}; this
patch (thanks, Felipe Bergo!) was submitted to avoid problems with
people who have global __DIE__ handlers, but was applied to just
avoid the dumb eval{}; people with __DIE__ are otherwise on their
own, here
Changes from previous:
0.185 2011-08-11
do not die in t/valid.t when testing for working DNS
(address RT #70157, thanks, Alexey Tourbin)
avoid a pointless warning (mentioned in RT #68312)
check TLD validity before MX records
(address RT #32237, thanks, meyerdigital)
reject addresses with non-ASCII characters
(address RT #50230, thanks, ferreira)
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
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=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
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=...").
Pkgsrc changes:
- DESTDIR support
Changes since version 0.176:
============================
0.179 Mon Nov 27 2006
bug 23657: fix domain label regex: thanks, Nobuaki ITO!
0.178 Sat Nov 25 2006
reduce cases in which IO::CaptureOutput is needed on Win32
(bug 22062, thanks Alexandr Ciornii)
0.177 Sat Nov 25 2006
resolve bug 22710: make fqdn rule more strict: domains must be multiple
valid domain labels, and domain labels must be [a-z0-9][-a-z0-9]*
replace UNIVERSAL:: with eval{}-wrapping
Patch provided by Martin Wilke via PR 34374.
Changes:
0.176 Thu Jul 27 2006
further improve DNS stuff: try to make Net::DNS a prereq if we think
we'll need it later
0.175 Sat Jun 24 2006
attempt to improve nslookup-location on Cygwin
0.174 Fri Jun 17 2006
added module required on Win32 (IO::CaptureOutput) to Makefile.PL
0.173 Fri Jun 17 2006
update test to require same min. version of TLD.pm as code
0.172 Sat Jun 10 2006
add pod tests
0.171 Sat Jun 10 2006
fixed a problem with the test plan
0.170 Thu Jun 8 2006
fix details on failures for mxcheck and tldcheck
don't screw up addresses beginning with a dash
try to work on win32 where forking open is busted (thanks Smylers)
improve tests
0.16 Fri Jun 2 2006
maintainership assumed by RJBS
work with current, broken Net::Domain::TLD
improve tests
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
Add HOMEPAGE pointing into search.cpan.org.
Change log:
0.15 Sun Sep 7 21:39:12 PDT 2003
- Support for top level domain validity check added by Elizabeth
Mattijsen (liz@dijkmat.nl). Updated documentation and added tests.
- Patch to improve portability when looking
for nslookup executable. Thanks to Chromatic<chromatic@wgz.org>
- Update AOL rules in local_rules check thanks to
Paul Fierro <pablo@nothing.com>
0.14 Wed Jul 3 12:58:50 CEST 2002
- Applied patch from Michael G Schwern <schwern@pobox.com>
to remove 'use UNIVERSAL'.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.