Bug 622946 - Review Request: rubygem-bcrypt-ruby - Wrapper Around bcrypt() password hashing algorithm
Summary: Review Request: rubygem-bcrypt-ruby - Wrapper Around bcrypt() password hashin...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Mamoru TASAKA
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 621015
TreeView+ depends on / blocked
 
Reported: 2010-08-10 20:59 UTC by Mo Morsi
Modified: 2010-09-09 04:33 UTC (History)
3 users (show)

Fixed In Version: rubygem-bcrypt-ruby-2.1.2-2.fc14
Clone Of:
Environment:
Last Closed: 2010-09-01 17:42:50 UTC
Type: ---
Embargoed:
mtasaka: fedora-review+
kevin: fedora-cvs+


Attachments (Terms of Use)

Description Mo Morsi 2010-08-10 20:59:53 UTC
Spec URL: http://mo.morsi.org/files/gems/rubygem-bcrypt-ruby.spec
SRPM URL: http://mo.morsi.org/files/gems/rubygem-bcrypt-ruby-2.1.2-1.fc13.src.rpm

Description: 
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling passwords.

$ rpmlint \
  rpmbuild/SRPMS/rubygem-bcrypt-ruby-2.1.2-1.fc13.src.rpm \
  rpmbuild/RPMS/x86_64/rubygem-bcrypt-ruby-2.1.2-1.fc13.x86_64.rpm\
  rpmbuild/RPMS/x86_64/rubygem-bcrypt-ruby-debuginfo-2.1.2-1.fc13.x86_64.rpm
3 packages and 0 specfiles checked; 0 errors, 0 warnings.

Koji build:    http://koji.fedoraproject.org/koji/taskinfo?taskID=2392161

Comment 1 Mamoru TASAKA 2010-08-12 19:46:51 UTC
Some notes:

* %define -> %global
  - Now we prefer to use %global instead of %define:
    https://fedoraproject.org/wiki/Packaging/Guidelines#.25global_preferred_over_.25define

* License
  - Almost all files are under 4 clause BSD, except that ./ext/jruby/bcrypt_jruby/BCrypt.java
    is under MIT.
    The license tag should be "BSD with advertising and MIT".

* BuildRoot
  - BuildRoot tag is no longer needed on Fedora and EPEL6:
    https://fedoraproject.org/wiki/Packaging/Guidelines#BuildRoot_tag

* Make build log more verbose
  - Please add "-V" option to "gem install" so that we can check if Fedora specific
    compilation flags are correctly honored from build.log.

* Arch dependent files / C source codes / etc handling
  - .c / .h source codes, Makefile, extconf.rb are all needed for creating .so file and
    should not be needed on runtime.
      - i.e. %geminstdir/ext/mri should be removed.
  - .o files are needed for creating .so file and should not be installed in binary
    rpm (i.e. please remove %ruby_sitearch/%gemname/*.o ) (also see below)
  - %{geminstdir}/lib/*.so symlink should not be needed (putting "real" .so files
    under %ruby_sitearch should be enough) (also see below)
  - %{geminstdir}/lib/bcrypt.rb is really needed and not %doc.
  - bcrypt_ext.so must be under %ruby_sitearch, not under %ruby_sitearch/%gemname
    (lib/bcrypt.so reads:
-------------------------------------------------------------------
     6  else
     7    $LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "ext", "mri")))
     8    require "bcrypt_ext"
     9    require "openssl"
    10  end
-------------------------------------------------------------------
    So bcrypt_ext.so must be under ruby default search path (i.e ruby -e 'puts $:').

Comment 2 Mamoru TASAKA 2010-08-20 16:05:16 UTC
ping?

Comment 3 Mo Morsi 2010-08-24 18:37:17 UTC
Once again apologize for the delay, all feedback has been integrated into the spec

New Spec / SRPM:

Spec URL: http://mo.morsi.org/files/gems/rubygem-bcrypt-ruby.spec
SRPM URL: http://mo.morsi.org/files/gems/rubygem-bcrypt-ruby-2.1.2-2.fc13.src.rpm

Comment 4 Mamoru TASAKA 2010-08-25 17:53:41 UTC
Okay.

---------------------------------------------------------------
    This package (rubygem-bcrypt-ruby) is APPROVED by mtasaka
---------------------------------------------------------------

Comment 5 Mamoru TASAKA 2010-08-25 18:14:43 UTC
Note that I usually suggest to create -doc subpackage, however
it is up to you.

Comment 6 Mo Morsi 2010-08-26 04:17:24 UTC
New Package SCM Request
=======================
Package Name: rubygem-bcrypt-ruby
Short Description: bcrypt-ruby provides a simple, humane wrapper to bcrypt()
for safely handling passwords
Owners: mmorsi
Branches: f13 f14
InitialCC:

Comment 7 Kevin Fenzi 2010-08-27 19:14:45 UTC
Git done (by process-git-requests).

Comment 8 Fedora Update System 2010-08-31 02:43:50 UTC
rubygem-bcrypt-ruby-2.1.2-2.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/rubygem-bcrypt-ruby-2.1.2-2.fc14

Comment 9 Fedora Update System 2010-08-31 02:44:30 UTC
rubygem-bcrypt-ruby-2.1.2-2.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/rubygem-bcrypt-ruby-2.1.2-2.fc13

Comment 10 Fedora Update System 2010-08-31 06:25:57 UTC
rubygem-bcrypt-ruby-2.1.2-2.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update rubygem-bcrypt-ruby'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/rubygem-bcrypt-ruby-2.1.2-2.fc13

Comment 11 Mamoru TASAKA 2010-09-01 17:42:50 UTC
Closing.

Comment 12 Fedora Update System 2010-09-09 01:19:19 UTC
rubygem-bcrypt-ruby-2.1.2-2.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 13 Fedora Update System 2010-09-09 04:33:50 UTC
rubygem-bcrypt-ruby-2.1.2-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.