Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 456322 Details for
Bug 602780
sys-apps/ucspi-ssl-0.97 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild for ucspi-ssl-0.97
ucspi-ssl-0.97.ebuild (text/plain), 1.25 KB, created by
Bruce Guenter
on 2016-12-15 18:36:32 UTC
(
hide
)
Description:
Updated ebuild for ucspi-ssl-0.97
Filename:
MIME Type:
Creator:
Bruce Guenter
Created:
2016-12-15 18:36:32 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >inherit eutils fixheadtails qmail > >DESCRIPTION="Command-line tools for building SSL client-server applications" >HOMEPAGE="http://www.fehcom.de/ipnet/ucspi-ssl.html" >SRC_URI="http://www.fehcom.de/ipnet/ucspi-ssl/${P}.tgz" > >LICENSE="public-domain" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" >IUSE="perl" > >DEPEND=" > >=dev-libs/openssl-0.9.8z_p8:= > perl? ( dev-lang/perl:= ) >" >RDEPEND=" > ${DEPEND} > sys-apps/ucspi-tcp >" > >S="${WORKDIR}"/host/superscript.com/net/${P} > >src_prepare() { > ht_fix_all > sed -i -e 's:auto:gcc:' conf-cc || die > sed -i -e 's:-m64::' conf-ld || die > > qmail_set_cc > > echo "/usr/bin" > conf-tcpbin || die > echo "/usr/share/ca-certificates/" > conf-cadir || die > echo "${QMAIL_HOME}/control/dh1024.pem" > conf-dhfile || die > > cd src > echo "/usr/" > home || die > sed -i -e 's:HOME/command:/usr/bin:' sslcat.sh sslconnect.sh https\@.sh || die >} > >src_compile() { > # build fails without setting to j1 > emake -j1 -C src >} > >src_install() { > dodoc doc/* > doman man/*.* > dobin src/https\@ src/sslcat src/sslclient src/sslconnect src/sslprint src/sslserver || die > use perl && dobin src/sslperl >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 602780
: 456322