Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/less/files: lesspipe.sh
Date: Fri, 31 Dec 2010 20:51:34
Message-Id: 20101231205116.0807A20054@flycatcher.gentoo.org
1 vapier 10/12/31 20:51:15
2
3 Modified: lesspipe.sh
4 Log:
5 decode some certs
6
7 Revision Changes Path
8 1.42 sys-apps/less/files/lesspipe.sh
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/files/lesspipe.sh?rev=1.42&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/files/lesspipe.sh?rev=1.42&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/files/lesspipe.sh?r1=1.41&r2=1.42
13
14 Index: lesspipe.sh
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-apps/less/files/lesspipe.sh,v
17 retrieving revision 1.41
18 retrieving revision 1.42
19 diff -u -r1.41 -r1.42
20 --- lesspipe.sh 24 Aug 2010 01:01:25 -0000 1.41
21 +++ lesspipe.sh 31 Dec 2010 20:51:15 -0000 1.42
22 @@ -175,6 +175,10 @@
23 isoinfo -l ${iso_opts} -i "$1"
24 ;;
25
26 + ### Encryption stuff ###
27 + *.crl) openssl crl -hash -text -noout -in "$1" ;;
28 + *.pem) openssl x509 -hash -text -noout -in "$1" ;;
29 +
30 # May not be such a good idea :)
31 # ### Device nodes ###
32 # /dev/[hs]d[a-z]*)
33 @@ -231,7 +235,7 @@
34 elif [[ $1 == "-V" || $1 == "--version" ]] ; then
35 Id="cvsid"
36 cat <<-EOF
37 - $Id: lesspipe.sh,v 1.41 2010/08/24 01:01:25 vapier Exp $
38 + $Id: lesspipe.sh,v 1.42 2010/12/31 20:51:15 vapier Exp $
39 Copyright 2001-2010 Gentoo Foundation
40 Mike Frysinger <vapier@g.o>
41 (with plenty of ideas stolen from other projects/distros)