All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
Upstream changes:
0.36 Tue Jun 14 11:36:05 PDT 2016
- Allow (and doc) import of receipt_cardtype
- validate_card() is a new synonym for validate(), starting a long-term
plan to stop exporting validate() or anything else by default.
- Best-effort cardtype() when only the first two digits are available
(identify masked 60xx as Discover)
0.35 Tue Feb 9 14:43:38 PST 2016
- Fix bug identifying 49* Visa cards introduced in 0.34, patch from
Ed J, thanks!
- doc: Clarify processing agreements don't apply to Canada
--------------
0.34 Fri Feb 5 07:24:00 PST 2016
- 19 digit Visa and Discover cards
- MasterCard 222100-272099 range
- Canada does not process JCB 3529-3589 as Discover, but Puerto Rico,
US Virgin Islans, Northern Mariana Islands, Palau and Guam do
- China Union Pay only processed as Discover in the US, Mexico and
the Caribbean, not elsewhere outside China
- 14 digit Discover remain only in 36*
- receipt_cardtype subroutine supporting Discover's new receipt
requirements
Problems found locating distfiles:
Package colorls: missing distfile ls.tar.gz
Package molden: missing distfile molden-4.6/molden4.6.tar.gz
Package softmaker-office-demo: missing distfile ofl06trial.tgz
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.
-------------------
0.33 Sat Sep 13 16:13:15 PDT 2014
- With $Country explicity to CA, fix identification of JCB 3529-3589
as Discover
- Allow use of our subroutines as class methods, patch from Adam
Kennedy, thanks!
- Add tests for processing agreement / country functionality
0.32 Thu Feb 21 16:02:42 PST 2013
- Add Israeli Isracard (no checksum yet)
- Add LICENSE=>perl to Makefile.PL; add license to META.yml,
closes: cpan #27735
- Documentation: Add link to Neil Bowers' review of CC check modules
- Rearrange cardtype() for performance
- Fix Discover identification of 39 and 3529-3589 prefixes, patch from
Jason Terry, thanks!
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.
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.
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!
pkgsrc changes:
- Add license definition
- Remove files/Makefile.PL (is as good as upstream one)
- Explicitely tell, that no compiler is required
Upstream changes:
0.31 Mon Oct 19 18:51:35 PDT 2009
- Add LICENSE section to POD documentation
- Add META.yml to MANIFEST
- Add Irish Laser card, thanks to Eoin Redmond for the heads-up.
- Add documentation on what this module *is* and *is NOT* about.
- Spelling fix in docs
- correct misdocumentation of $Business::CreditCard::Country
- Move test.pl to test/t and change to using Test::More, modify
MANIFEST and Makefile.PL accordingly (thanks to Alexander Ciornii)
- Silence unwanted warnings (thanks to Alexander Ciornii)
- Discover cards starting with 644-649 are now recognized
- Most Diner's Club cards (300-305, 3095 and 36) now processed as
Discover
- China Union pay now includes 624-626 and 628 in addition to 622 (and
still identified as Discover outside China)
- JCB identified as Discover in the US
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=...").
0.30 Mon Dec 18 23:24:25 PST 2006
- back after two and a half years; happy hanukkah!
- added note about B:CC:Object
- added new Discover 65 prefix
- check for Switch before Visa as Switch has some BINs in ^4
- accept masked numbers in cardtype()
- add handling of card network peering arrangements, controllable via
$Business::CreditCard::Country
- identify Diner's club ^36 cards as MasterCard in US and Canada
- identify China Union Pay cards as Discover cards outside China
- identify China Union Pay cards
No recorded changes for 0.29 upstream.
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.
17 Jan 97 - 0.21 released.
short numbers and numbers with letters are no longer kosher.
1 Feb 2001 - 0.22 released, new maintainer, MakeMaker installation
3 May 2001 - 0.23 released, silly bug in test.pl
11 Jun 2001 - 0.24. added enRoute, JCB, BankCard, rewrote with regexes
10 Jul 2001 - 0.25, 0.26 *sigh*
20 Han 2002 - 0.27 small typo for amex cards
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.
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)