Bug#526267: S/MIME cmsutil

2009-12-17 Thread Mike Hommey
On Wed, Dec 16, 2009 at 06:35:41PM +0100, Mathieu Malaterre wrote:
 That's pretty cool !
 Anyway I am sure that you'll be asked to add them one by one. So I
 would say be prepared for requests later on.

Well, for now, I'll just add those listed in
http://www.mozilla.org/projects/security/pki/nss/tools/#Tools except
dbck which is not even built.

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#526267: S/MIME cmsutil

2009-12-16 Thread Mike Hommey
On Wed, Nov 04, 2009 at 12:09:20PM +0100, Mike Hommey wrote:
 On Wed, Nov 04, 2009 at 11:51:21AM +0100, Mathieu Malaterre wrote:
  I do not understand what is missing, the script is actually listed in
  the make install rule (AFAIK):
  
  
  $ cat mozilla/security/nss/cmd/smimetools/rules.mk
  ...
  install::
  $(INSTALL) -m 755 $(SCRIPTS) $(SOURCE_BIN_DIR)
  
  
  Is there a reason to skip the 'make install' step in the debian package ?
 
 Because everything is already supposedly installed in mozilla/dist by
 the export rule, which is applied during the build. So it looks like
 mozilla/security/nss/cmd/smimetools/rules.mk lacks a export rule.
 
 Though it looks like using make install would not require to patch that
 file.

So, here is the list of all binaries that make install installs:
/usr/bin/modutil
/usr/bin/vfyserv
/usr/bin/vfychain
/usr/bin/tstclnt
/usr/bin/remtest
/usr/bin/nonspr10
/usr/bin/conflict
/usr/bin/baddbdir
/usr/bin/symkeyutil
/usr/bin/strsclnt
/usr/bin/ssltap
/usr/bin/smime
/usr/bin/cmsutil
/usr/bin/mangle
/usr/bin/shlibsign
/usr/bin/signver
/usr/bin/signtool
/usr/bin/selfserv
/usr/bin/sdrtest
/usr/bin/rsaperf
/usr/bin/pwdecrypt
/usr/bin/pp
/usr/bin/pk11mode
/usr/bin/pk12util
/usr/bin/p7verify
/usr/bin/p7sign
/usr/bin/p7env
/usr/bin/p7content
/usr/bin/oidcalc
/usr/bin/ocspclnt
/usr/bin/multinit
/usr/bin/makepqg
/usr/bin/fipstest
/usr/bin/digest
/usr/bin/derdump
/usr/bin/dbtest
/usr/bin/crmftest
/usr/bin/crlutil
/usr/bin/checkcert
/usr/bin/certutil
/usr/bin/certcgi
/usr/bin/btoa
/usr/bin/bltest
/usr/bin/atob
/usr/bin/addbuiltin

I doubt we'll have a use for all of these, and a lot also have quite generic
names that we more than probably don't want in /usr/bin...

Obviously we'll need to do some selection in there.

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#526267: S/MIME cmsutil

2009-12-16 Thread Mathieu Malaterre
On Wed, Dec 16, 2009 at 6:30 PM, Mike Hommey m...@glandium.org wrote:
 On Wed, Nov 04, 2009 at 12:09:20PM +0100, Mike Hommey wrote:
 On Wed, Nov 04, 2009 at 11:51:21AM +0100, Mathieu Malaterre wrote:
  I do not understand what is missing, the script is actually listed in
  the make install rule (AFAIK):
 
 
  $ cat mozilla/security/nss/cmd/smimetools/rules.mk
  ...
  install::
      $(INSTALL) -m 755 $(SCRIPTS) $(SOURCE_BIN_DIR)
 
 
  Is there a reason to skip the 'make install' step in the debian package ?

 Because everything is already supposedly installed in mozilla/dist by
 the export rule, which is applied during the build. So it looks like
 mozilla/security/nss/cmd/smimetools/rules.mk lacks a export rule.

 Though it looks like using make install would not require to patch that
 file.

 So, here is the list of all binaries that make install installs:
 /usr/bin/modutil
 /usr/bin/vfyserv
 /usr/bin/vfychain
 /usr/bin/tstclnt
 /usr/bin/remtest
 /usr/bin/nonspr10
 /usr/bin/conflict
 /usr/bin/baddbdir
 /usr/bin/symkeyutil
 /usr/bin/strsclnt
 /usr/bin/ssltap
 /usr/bin/smime
 /usr/bin/cmsutil
 /usr/bin/mangle
 /usr/bin/shlibsign
 /usr/bin/signver
 /usr/bin/signtool
 /usr/bin/selfserv
 /usr/bin/sdrtest
 /usr/bin/rsaperf
 /usr/bin/pwdecrypt
 /usr/bin/pp
 /usr/bin/pk11mode
 /usr/bin/pk12util
 /usr/bin/p7verify
 /usr/bin/p7sign
 /usr/bin/p7env
 /usr/bin/p7content
 /usr/bin/oidcalc
 /usr/bin/ocspclnt
 /usr/bin/multinit
 /usr/bin/makepqg
 /usr/bin/fipstest
 /usr/bin/digest
 /usr/bin/derdump
 /usr/bin/dbtest
 /usr/bin/crmftest
 /usr/bin/crlutil
 /usr/bin/checkcert
 /usr/bin/certutil
 /usr/bin/certcgi
 /usr/bin/btoa
 /usr/bin/bltest
 /usr/bin/atob
 /usr/bin/addbuiltin

 I doubt we'll have a use for all of these, and a lot also have quite generic
 names that we more than probably don't want in /usr/bin...

 Obviously we'll need to do some selection in there.

That's pretty cool !
Anyway I am sure that you'll be asked to add them one by one. So I
would say be prepared for requests later on.

Thanks for your work !
-- 
Mathieu
Ps: some have even common name: 'digest'



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#526267: S/MIME cmsutil

2009-11-04 Thread Mathieu Malaterre
On Wed, Nov 4, 2009 at 11:39 AM, Mike Hommey m...@glandium.org wrote:
 On Wed, Nov 04, 2009 at 11:34:15AM +0100, Mathieu Malaterre wrote:
 On Wed, Nov 4, 2009 at 11:03 AM, Mike Hommey m...@glandium.org wrote:
  On Wed, Nov 04, 2009 at 10:54:51AM +0100, Mathieu Malaterre wrote:
  [Please CC me as I am not a subscriber of this list]
 
  Hi there,
 
    I would be interested in packaging cmsutil (*). However I am looking at:
 
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520664
 
    Is this correct that NSS is actually orphaned ?
 
  Check the upload dates:
  http://packages.qa.debian.org/n/nss.html
  ;)

 ok :)

  Any help would be appreciated, though. I wouldn't mind someone listing
  the binaries that are currently built but not installed in the tools
  package, for example.

 Well the only one I am interested are cmsutil and smime (perl script):

 $ dpkb-buildpackage
 $ find . -name smime
 ./mozilla/security/nss/cmd/smimetools/smime
 $ find . -name cmsutil
 ./mozilla/dist/bin/cmsutil

 Let me know if you need anything else from me.

 If you could look up what would be needed for smime to end up in
 mozilla/dist/bin, that would be helpful. And maybe sending all that to
 bug #526267.

I do not understand what is missing, the script is actually listed in
the make install rule (AFAIK):


$ cat mozilla/security/nss/cmd/smimetools/rules.mk
...
install::
$(INSTALL) -m 755 $(SCRIPTS) $(SOURCE_BIN_DIR)


Is there a reason to skip the 'make install' step in the debian package ?

Thanks,
-- 
Mathieu



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#526267: S/MIME cmsutil

2009-11-04 Thread Mike Hommey
On Wed, Nov 04, 2009 at 11:51:21AM +0100, Mathieu Malaterre wrote:
 I do not understand what is missing, the script is actually listed in
 the make install rule (AFAIK):
 
 
 $ cat mozilla/security/nss/cmd/smimetools/rules.mk
 ...
 install::
   $(INSTALL) -m 755 $(SCRIPTS) $(SOURCE_BIN_DIR)
 
 
 Is there a reason to skip the 'make install' step in the debian package ?

Because everything is already supposedly installed in mozilla/dist by
the export rule, which is applied during the build. So it looks like
mozilla/security/nss/cmd/smimetools/rules.mk lacks a export rule.

Though it looks like using make install would not require to patch that
file.

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org