pkgsrc/www/ruby-net-http-digest_auth/Makefile
taca 290d8df5ae Update ruby-net-http-digest_auth to 1.4.
=== 1.4 / 2013-07-23

* Minor enhancements
  * Relaxed parser to accept quoted algorithm to work with Linksys SPA922.
    Pull request #8 by Ismail Hanli, Issue #5 by bearded

=== 1.3 / 2012-03-28

* Minor enhancements
  * The cnonce is regenerated for every request to improve security.
  * SecureRandom is used to generate the cnonce instead of Kernel#rand
* Bug fix
  * cnonce and nonce-count are no longer sent when qop was not provided per
    RFC 2617 section 3.2.2.
2013-09-15 17:29:26 +00:00

12 lines
349 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/09/15 17:29:26 taca Exp $
DISTNAME= net-http-digest_auth-1.4
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://docs.seattlerb.org/net-http-digest_auth
COMMENT= Implementation of RFC 2617 - Digest Access Authentication
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"