summaryrefslogtreecommitdiff
path: root/security/ruby-simple_oauth
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z 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.
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-13Update ruby-simple_oauth to 0.3.1.taca3-13/+9
No exact changes are available, but various dependency and fixes.
2013-01-05Update ruby-simple_oauth to 0.2.0.obache3-8/+10
* Fix "URI.escape is obsolete" warnings on Ruby>=1.9 * Alias encode to escape and decode to unescape
2012-07-22Update ruby-simple_oauth to 0.1.9.obache2-6/+6
bug fixes.
2012-05-10Update ruby-simple_oauth to 0.1.8.obache2-6/+6
contains OAuth spec compatible fixes.
2012-04-24Update ruby-simple_oauth to 0.1.7.obache1-8/+6
(no summary)
2012-04-24Update ruby-simple_oauth to 0.1.7.obache2-6/+6
(no summary)
2011-05-07Update ruby-simple_oauth to 0.1.5.obache3-10/+11
* Rakefiles are executables, and rake loads rake, not rakefile code * Replace rcov with simplecov * Convert README to Markdown * Convert LICENSE to Markdown * Replace rdoc with yard * Add turn in development for more verbose test output * Trust the load path * Remove vestigial VERSION file * Add Travis configuration file * Bundle setup before running tests * Require rubygems * Add bundler as a development dependency * Apparently, Object#tap was added in 1.8.7, not 1.9 * Add jruby-openssl dependency * Add link to Travis CI * Remove vestigial rdoc options from gem specification * Bump version to 0.1.5
2011-04-12Import ruby18-simple_oauth-0.1.4 as security/ruby-simple_oauth.obache4-0/+37
Simply builds and verifies OAuth headers.