| Summary: | net-misc/neon-0.28.1 released | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
| Component: | New packages | Assignee: | Apache Team - Bugzilla Reports <apache-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | truedfx |
| Priority: | Lowest | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 210533, 210535 | ||
| Bug Blocks: | |||
| Attachments: |
net-misc/neon/neon-0.28.0.ebuild
neon-0.28.1.ebuild |
||
|
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
2008-02-17 22:35:44 UTC
Created attachment 143824 [details]
net-misc/neon/neon-0.28.0.ebuild
Some dependencies aren't needed:
-DEPEND="${RDEPEND}
- doc? ( app-text/xmlto )
- nls? ( sys-devel/gettext )"
+DEPEND="${RDEPEND}"
Changes in release neon 0.28.0
• Interface changes:
∘ none, API and ABI backwards-compatible with 0.27.x
• New interfaces:
∘ ne_pkcs11.h: added basic PKCS#11 support (requires GnuTLS and pakchois)
∘ ne_auth.h: added NE_AUTH_ALL and NE_AUTH_DEFAULT constants
∘ ne_socket.h: added ne_sock_peer(), ne_sock_prebind(), ne_sock_cipher()
∘ ne_session.h: NE_SESSFLAG_TLSSNI flag added; TLS SNI support is enabled
by default, where supported; ne_set_localaddr() added
∘ ne_request.h: added close_conn hooks (Robert J. van der Boon)
∘ ne_basic.h: added ne_options2()
• Other changes:
∘ add Polish (pl) translation (Arfrever Frehtes Taifersar Arahesis)
∘ add support for the 'domain' parameter in Digest authentication
∘ fix fd leak in ne_sock_connect() error path (Andrew Teirney)
∘ the FD_CLOEXEC flag is set on socket fds
∘ fix timezone handling in ne_dates for more platforms (Alessandro Vesely)
∘ fix ne_simple_propfind() to print XML namespaces in flat property values
∘ fix ne_get_range() for unspecified end-range case (Henrik Holst)
∘ fix ne_strclean() to be locale-independent and avoid possible Win32 crash
∘ fix ne_get_error() to not "clean" localized error strings
∘ fix ne_ssl_clicert_read() to fail for client certs missing cert or key
∘ Win32: fix build with VS 2008 (Stefan Kueng)
∘ Win32: fix neon.mak to not double-quote $(MAKE) (Henrik Holst)
∘ improve strength of Digest cnonces in GnuTLS builds
net-misc/neon-0.28.1 was released on 2008-03-10. Changes in release neon 0.28.1 • Fix Win32 build • Fix build on SCO OpenServer 5.0.x (thanks to Nico Kadel-Garcia) • Fix handling of Digest domain parameter values without a trailing slash • Fix build against apr-util's bundled libexpat.la in Subversion • Add --without-pakchois to configure (Arfrever Frehtes Taifersar Arahesis) • zh message catalog renamed to zh_CN, translation updated (Dongsheng Song) Created attachment 146332 [details]
neon-0.28.1.ebuild
net-misc/neon/neon-0.28.1.ebuild
in cvs, thanks Sorry, but no, not in CVS. The ebuild attached here handles the rename from zh to zh_CN, the ebuild in CVS does not and fails to install because of it.
[...]
Installing ne_xmlreq.h into /var/tmp/portage/net-misc/neon-0.28.1/image//usr/include/neon
Installing ne_pkcs11.h into /var/tmp/portage/net-misc/neon-0.28.1/image//usr/include/neon
/usr/bin/install -c -d /var/tmp/portage/net-misc/neon-0.28.1/image//usr/bin
Installing neon-config into /var/tmp/portage/net-misc/neon-0.28.1/image//usr/bin
/usr/bin/install -c -d /var/tmp/portage/net-misc/neon-0.28.1/image//usr/lib/pkgconfig
/usr/bin/install -c -m 644 neon.pc /var/tmp/portage/net-misc/neon-0.28.1/image//usr/lib/pkgconfig/neon.pc
/usr/bin/install: cannot stat `./po/zh.gmo': No such file or directory
make: *** [install-nls-yes] Error 1
*
* ERROR: net-misc/neon-0.28.1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_install
* environment, line 2888: Called die
* The specific snippet of code:
* emake DESTDIR="${D}" install-lib install-headers install-config install-nls || die "emake install failed";
* The die message:
* emake install failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-misc/neon-0.28.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-misc/neon-0.28.1/temp/environment'.
*
* Messages for package net-misc/neon-0.28.1:
*
* ERROR: net-misc/neon-0.28.1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_install
* environment, line 2888: Called die
* The specific snippet of code:
* emake DESTDIR="${D}" install-lib install-headers install-config install-nls || die "emake install failed";
* The die message:
* emake install failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-misc/neon-0.28.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-misc/neon-0.28.1/temp/environment'.
*
yep, i didn't notice, arfrever told me already ... fixed now |