Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 213433 Details for
Bug 261063
=www-servers/nginx-0.7*: imap use flag invalid, configure switch replaced by generic --with-mail
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against nginx-0.8.29.ebuild to add POP3/IMAP4/SMTP proxy module support
nginx-0.8.29-to-0.8.30.patch (text/plain), 1.03 KB, created by
Gef
on 2009-12-18 22:06:58 UTC
(
hide
)
Description:
Patch against nginx-0.8.29.ebuild to add POP3/IMAP4/SMTP proxy module support
Filename:
MIME Type:
Creator:
Gef
Created:
2009-12-18 22:06:58 UTC
Size:
1.03 KB
patch
obsolete
>--- nginx-0.8.29.ebuild 2009-12-18 22:44:27.680136898 +0100 >+++ nginx-0.8.30.ebuild 2009-12-18 22:42:01.121043279 +0100 >@@ -11,7 +11,7 @@ > LICENSE="BSD" > SLOT="0" > KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" >-IUSE="addition debug fastcgi flv imap ipv6 pcre perl random-index securelink ssl status sub webdav zlib" >+IUSE="addition debug fastcgi flv mail-proxy mail-proxy-ssl ipv6 pcre perl random-index securelink ssl status sub webdav zlib" > > DEPEND="dev-lang/perl > pcre? ( >=dev-libs/libpcre-4.2 ) >@@ -60,7 +60,8 @@ > } > use debug && myconf="${myconf} --with-debug" > use ssl && myconf="${myconf} --with-http_ssl_module" >- use imap && myconf="${myconf} --with-imap" # pop3/imap4 proxy support >+ use mail-proxy && myconf="${myconf} --with-mail" # enable POP3/IMAP4/SMTP proxy module >+ use mail-proxy-ssl && myconf="${myconf} --with-mail_ssl_module" # enable ngx_mail_ssl_module > use perl && myconf="${myconf} --with-http_perl_module" > use status && myconf="${myconf} --with-http_stub_status_module" > use webdav && myconf="${myconf} --with-http_dav_module"
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261063
: 213433