Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 311473 Details for
Bug 209079
net-fs/winexe remotely executes commands on Windows NT/2000/XP/2003 systems, with lmhash passthrough support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
winexe-9999.ebuild from latest git sources
winexe-9999.ebuild (text/plain), 912 bytes, created by
mitzip
on 2012-05-12 04:24:23 UTC
(
hide
)
Description:
winexe-9999.ebuild from latest git sources
Filename:
MIME Type:
Creator:
mitzip
Created:
2012-05-12 04:24:23 UTC
Size:
912 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit git > >DESCRIPTION="remotely execute commands on Windows NT/2000/XP/2003 systems, with lmhash passthrough support" >HOMEPAGE="http://sourceforge.net/projects/winexe/" >EGIT_REPO_URI="git://winexe.git.sourceforge.net/gitroot/winexe/winexe" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="net-libs/gnutls > dev-libs/popt > dev-libs/cyrus-sasl" >RDEPEND="${DEPEND}" > >src_prepare() { > epatch "${FILESDIR}"/winexe-passthrough.patch >} >src_configure() { > cd source4 > ./autogen.sh # should we be using eautoreconf really? > econf \ > --enable-fhs >} >src_compile() { > cd source4 > emake || die "compile failed" >} >src_install() { > dobin "${S}"/source4/bin/winexe || die "failed to install winexe" >} >
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 209079
:
157601
|
157611
|
165102
|
165103
|
165121
|
246446
|
273255
|
281781
|
311471
| 311473 |
375904
|
375906
|
375946
|
376252