head 1.10;
access;
symbols
OPENPKG_E1_MP_HEAD:1.6
OPENPKG_E1_MP:1.6
OPENPKG_E1_MP_2_STABLE:1.4.2.2
OPENPKG_E1_FP:1.4.2.2
OPENPKG_2_STABLE_MP:1.6
OPENPKG_2_STABLE_20061018:1.4.2.2
OPENPKG_2_STABLE:1.4.0.2;
locks; strict;
comment @-- @;
1.10
date 2009.04.18.13.16.05; author rse; state Exp;
branches;
next 1.9;
commitid 4pHXU27WTIGCZuKt;
1.9
date 2008.01.01.15.05.16; author rse; state Exp;
branches;
next 1.8;
commitid B8esaHJHoduuKILs;
1.8
date 2007.05.16.19.24.56; author rse; state Exp;
branches;
next 1.7;
commitid WK3LI45odqiyIbis;
1.7
date 2007.04.10.06.54.44; author rse; state Exp;
branches;
next 1.6;
commitid 8uEGumHxhCBVIuds;
1.6
date 2007.01.01.17.42.02; author rse; state Exp;
branches;
next 1.5;
commitid BicZD6VUl7GuqP0s;
1.5
date 2006.12.11.06.33.40; author rse; state Exp;
branches;
next 1.4;
commitid Ukuk1YqrpxVPs4Yr;
1.4
date 2006.10.13.17.34.24; author thl; state Exp;
branches
1.4.2.1;
next 1.3;
commitid q5GSxzsSDX29XxQr;
1.3
date 2006.10.12.20.04.54; author rse; state Exp;
branches;
next 1.2;
commitid bRFnBHBML52JSqQr;
1.2
date 2006.10.05.06.01.57; author rse; state Exp;
branches;
next 1.1;
commitid 5IlYZYpqufRursPr;
1.1
date 2006.10.05.05.59.35; author rse; state Exp;
branches;
next ;
commitid 8730uFRAOIvGqsPr;
1.4.2.1
date 2006.10.13.17.34.24; author rse; state dead;
branches;
next 1.4.2.2;
commitid iZxwRSmmWscPXUQr;
1.4.2.2
date 2006.10.16.14.56.48; author rse; state Exp;
branches;
next 1.4.2.3;
commitid iZxwRSmmWscPXUQr;
1.4.2.3
date 2007.01.06.13.49.47; author thl; state Exp;
branches;
next ;
commitid 64YWMfcnWvBu2s1s;
desc
@@
1.10
log
@bump years in copyright messages
@
text
@##
## sshfp.spec -- OpenPKG RPM Package Specification
## Copyright (c) 2000-2009 OpenPKG Foundation e.V.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
## the above copyright notice and this permission notice appear in all
## copies.
##
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
# package information
Name: sshfp
Summary: Secure Shell (SSH) FingerPrint (FP) DNS RR Generator
URL: ftp://ftp.xelerance.com/sshfp/
Vendor: P. Wouters & J. Appelbaum
Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class: PLUS
Group: SSH
License: GPL
Version: 1.1.3
Release: 20080101
# list of sources
Source0: ftp://ftp.xelerance.com/sshfp/sshfp-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, python, python-net
PreReq: OpenPKG, openpkg >= 20040130, python, python-net
AutoReq: no
AutoReqProv: no
%description
SSHFP is a small utility for generating RFC4255 compliant Secure
Shell (SSH) FingerPrint (FP) Resource Records (RR) for the Domain
Name System (DNS) based on the SSH public keys stored in a
"known_hosts" file or SSH public keys which can be obtained by using
ssh-keyscan(1). If the DNS server of a DNS zone allows zone tranfers
(AXFR), an entire zone can be processed for all its A records.
%track
prog sshfp = {
version = %{version}
url = ftp://ftp.xelerance.com/sshfp/
regex = sshfp-(__VER__)\.tar\.gz
}
%prep
%setup -q
%build
%install
rm -rf $RPM_BUILD_ROOT
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/bin \
$RPM_BUILD_ROOT%{l_prefix}/man/man1
%{l_shtool} install -c -m 755 \
-e 's;#!/usr/bin/python;#!%{l_prefix}/bin/python;' \
sshfp $RPM_BUILD_ROOT%{l_prefix}/bin/
%{l_shtool} install -c -m 644 \
sshfp.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT
@
1.9
log
@Update package specifications according to OpenPKG year 2008 world order:
http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html
@
text
@d3 1
a3 1
## Copyright (c) 2000-2008 OpenPKG Foundation e.V.
@
1.8
log
@upgrading package: sshfp 1.1.2 -> 1.1.3
@
text
@d3 1
a3 2
## Copyright (c) 2000-2007 OpenPKG Foundation e.V.
## Copyright (c) 2000-2007 Ralf S. Engelschall
d35 1
a35 1
Release: 20070516
@
1.7
log
@upgrading package: sshfp 1.1.1 -> 1.1.2
@
text
@d35 2
a36 2
Version: 1.1.2
Release: 20070410
@
1.6
log
@Welcome Year 2007!
@
text
@d35 2
a36 2
Version: 1.1.1
Release: 20061211
@
1.5
log
@use the python-net module
@
text
@d3 2
a4 2
## Copyright (c) 2000-2006 OpenPKG Foundation e.V.
## Copyright (c) 2000-2006 Ralf S. Engelschall
@
1.4
log
@new world order for "Packager" and "Distribution" headers
@
text
@a24 4
# package version
%define V_sshfp 1.1.1
%define V_dnspython 1.4.0
d35 2
a36 2
Version: %{V_sshfp}
Release: 20061013
d39 1
a39 2
Source0: ftp://ftp.xelerance.com/sshfp/sshfp-%{V_sshfp}.tar.gz
Source1: http://www.dnspython.org/kits/stable/dnspython-%{V_dnspython}.tar.gz
d44 2
a45 2
BuildPreReq: OpenPKG, openpkg >= 20040130, python
PreReq: OpenPKG, openpkg >= 20040130, python
d59 1
a59 1
version = %{V_sshfp}
a62 5
prog sshfp:dnspython = {
version = %{V_dnspython}
url = http://www.dnspython.org/kits/stable/
regex = dnspython-(__VER__)\.tar\.gz
}
a65 1
%setup -q -D -T -a 1
a76 3
( cd dnspython-%{V_dnspython}
%{l_prefix}/bin/python setup.py install --root=$RPM_BUILD_ROOT
) || exit $?
@
1.4.2.1
log
@file sshfp.spec was added on branch OPENPKG_2_STABLE on 2006-10-16 14:56:48 +0000
@
text
@d1 99
@
1.4.2.2
log
@Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class)
@
text
@a0 99
##
## sshfp.spec -- OpenPKG RPM Package Specification
## Copyright (c) 2000-2006 OpenPKG Foundation e.V.
## Copyright (c) 2000-2006 Ralf S. Engelschall
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
## the above copyright notice and this permission notice appear in all
## copies.
##
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
# package version
%define V_sshfp 1.1.1
%define V_dnspython 1.4.0
# package information
Name: sshfp
Summary: Secure Shell (SSH) FingerPrint (FP) DNS RR Generator
URL: ftp://ftp.xelerance.com/sshfp/
Vendor: P. Wouters & J. Appelbaum
Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class: PLUS
Group: SSH
License: GPL
Version: %{V_sshfp}
Release: 2.20061018
# list of sources
Source0: ftp://ftp.xelerance.com/sshfp/sshfp-%{V_sshfp}.tar.gz
Source1: http://www.dnspython.org/kits/stable/dnspython-%{V_dnspython}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 2.20061018, python
PreReq: OpenPKG, openpkg >= 2.20061018, python
AutoReq: no
AutoReqProv: no
%description
SSHFP is a small utility for generating RFC4255 compliant Secure
Shell (SSH) FingerPrint (FP) Resource Records (RR) for the Domain
Name System (DNS) based on the SSH public keys stored in a
"known_hosts" file or SSH public keys which can be obtained by using
ssh-keyscan(1). If the DNS server of a DNS zone allows zone tranfers
(AXFR), an entire zone can be processed for all its A records.
%track
prog sshfp = {
version = %{V_sshfp}
url = ftp://ftp.xelerance.com/sshfp/
regex = sshfp-(__VER__)\.tar\.gz
}
prog sshfp:dnspython = {
version = %{V_dnspython}
url = http://www.dnspython.org/kits/stable/
regex = dnspython-(__VER__)\.tar\.gz
}
%prep
%setup -q
%setup -q -D -T -a 1
%build
%install
rm -rf $RPM_BUILD_ROOT
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/bin \
$RPM_BUILD_ROOT%{l_prefix}/man/man1
%{l_shtool} install -c -m 755 \
-e 's;#!/usr/bin/python;#!%{l_prefix}/bin/python;' \
sshfp $RPM_BUILD_ROOT%{l_prefix}/bin/
( cd dnspython-%{V_dnspython}
%{l_prefix}/bin/python setup.py install --root=$RPM_BUILD_ROOT
) || exit $?
%{l_shtool} install -c -m 644 \
sshfp.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT
@
1.4.2.3
log
@MFC: make up leeway for 2_STABLE by virtue of build-time results
@
text
@d3 2
a4 2
## Copyright (c) 2000-2007 OpenPKG Foundation e.V.
## Copyright (c) 2000-2007 Ralf S. Engelschall
d25 4
d39 2
a40 2
Version: 1.1.1
Release: 2.20070106
d43 2
a44 1
Source0: ftp://ftp.xelerance.com/sshfp/sshfp-%{version}.tar.gz
d49 2
a50 2
BuildPreReq: OpenPKG, openpkg >= 2.20061018, python, python-net
PreReq: OpenPKG, openpkg >= 2.20061018, python, python-net
d64 1
a64 1
version = %{version}
d68 5
d76 1
d88 3
@
1.3
log
@bless for PLUS class
@
text
@d34 2
a35 2
Packager: OpenPKG
Distribution: OpenPKG
d40 1
a40 1
Release: 20061012
@
1.2
log
@more description
@
text
@d36 1
a36 1
Class: EVAL
d40 1
a40 1
Release: 20061005
@
1.1
log
@new package: sshfp 1.1.1 (Secure Shell (SSH) FingerPrint (FP) DNS RR Generator)
@
text
@d55 1
a55 1
SSHFP is a small utility for generating RFC44XX compliant Secure
d57 4
a60 1
Name System (DNS).
@