commit net6 for openSUSE:Factory
Hello community, here is the log from the commit of package net6 for openSUSE:Factory checked in at Wed Dec 30 00:28:41 CET 2009. -------- --- GNOME/net6/net6.changes 2009-12-08 09:45:15.000000000 +0100 +++ /mounts/work_src_done/STABLE/net6/net6.changes 2009-12-24 12:14:09.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Dec 24 12:13:25 CET 2009 - vuntz@opensuse.org + +- Update to version 1.3.12: + + Allow non-blocking sockets on *nix. + + Updated translations. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- net6-1.3.11.tar.bz2 New: ---- net6-1.3.12.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ net6.spec ++++++ --- /var/tmp/diff_new_pack.CUboU7/_old 2009-12-30 00:28:28.000000000 +0100 +++ /var/tmp/diff_new_pack.CUboU7/_new 2009-12-30 00:28:28.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package net6 (Version 1.3.11) +# spec file for package net6 (Version 1.3.12) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -28,7 +28,7 @@ License: LGPLv2.1+ Group: Development/Libraries/GNOME AutoReqProv: on -Version: 1.3.11 +Version: 1.3.12 Release: 1 Summary: Network access framework for IPv4/IPv6 Source: %{name}-%{version}.tar.bz2 ++++++ net6-1.3.11.tar.bz2 -> net6-1.3.12.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/net6-1.3.11/ChangeLog new/net6-1.3.12/ChangeLog --- old/net6-1.3.11/ChangeLog 2009-12-07 22:31:06.000000000 +0100 +++ new/net6-1.3.12/ChangeLog 2009-12-23 15:55:59.000000000 +0100 @@ -1,3 +1,27 @@ +2009-12-23 Philipp Kern <phil@0x539.de> + + * configure.ac: add AC_CONFIG_MACRO_DIR for libtoolize + +2009-12-23 Philipp Kern <phil@0x539.de> + + * NEWS: + * po/LINGUAS: + * po/en_GB.po: + * po/ko.po: new translations from Launchpad: Korean and English + (Great Britain) + +2009-12-23 Philipp Kern <phil@0x539.de> + + * configure.ac: + * NEWS: bump version to 1.3.12 and document the changes + +2009-12-21 Armin Burgmeier <armin@arbur.net> + + * src/connection.cpp (on_sock_event): Allow non-blocking sockets by + not closing the connection on EAGAIN. We did that for Windows already, + since Windows requires sockets to be non-blocking when using + WSAEventSelect. + 2009-12-07 Philipp Kern <phil@0x539.de> * configure.ac: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/net6-1.3.11/NEWS new/net6-1.3.12/NEWS --- old/net6-1.3.11/NEWS 2009-12-07 22:30:33.000000000 +0100 +++ new/net6-1.3.12/NEWS 2009-12-23 15:53:24.000000000 +0100 @@ -1,6 +1,12 @@ net6 ==== +Version 1.3.12: + * Allow non-blocking sockets on *nix. + * New translations: + - Korean + - English (Great Britain) + Version 1.3.11: * Fix possible TLS lockup on Windows. * New translation: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/net6-1.3.11/configure new/net6-1.3.12/configure --- old/net6-1.3.11/configure 2009-12-07 22:32:08.000000000 +0100 +++ new/net6-1.3.12/configure 2009-12-23 15:56:47.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.64 for net6 1.3.11. +# Generated by GNU Autoconf 2.64 for net6 1.3.12. # # Report bugs to <gobby@0x539.de>. # @@ -698,8 +698,8 @@ # Identity of this package. PACKAGE_NAME='net6' PACKAGE_TARNAME='net6' -PACKAGE_VERSION='1.3.11' -PACKAGE_STRING='net6 1.3.11' +PACKAGE_VERSION='1.3.12' +PACKAGE_STRING='net6 1.3.12' PACKAGE_BUGREPORT='gobby@0x539.de' PACKAGE_URL='' @@ -1455,7 +1455,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures net6 1.3.11 to adapt to many kinds of systems. +\`configure' configures net6 1.3.12 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1525,7 +1525,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of net6 1.3.11:";; + short | recursive ) echo "Configuration of net6 1.3.12:";; esac cat <<\_ACEOF @@ -1641,7 +1641,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -net6 configure 1.3.11 +net6 configure 1.3.12 generated by GNU Autoconf 2.64 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2133,7 +2133,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by net6 $as_me 1.3.11, which was +It was created by net6 $as_me 1.3.12, which was generated by GNU Autoconf 2.64. Invocation command line was $ $0 $@ @@ -2941,7 +2941,7 @@ # Define the identity of the package. PACKAGE='net6' - VERSION='1.3.11' + VERSION='1.3.12' cat >>confdefs.h <<_ACEOF @@ -3008,6 +3008,7 @@ ac_config_headers="$ac_config_headers inc/config.hpp" + # Extract host information. # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || @@ -5520,13 +5521,13 @@ else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:5523: $ac_compile\"" >&5) + (eval echo "\"\$as_me:5524: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 - (eval echo "\"\$as_me:5526: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval echo "\"\$as_me:5527: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 - (eval echo "\"\$as_me:5529: output\"" >&5) + (eval echo "\"\$as_me:5530: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -6718,7 +6719,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 6721 "configure"' > conftest.$ac_ext + echo '#line 6722 "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -8636,11 +8637,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8639: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8640: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8643: \$? = $ac_status" >&5 + echo "$as_me:8644: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -8975,11 +8976,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8978: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8979: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8982: \$? = $ac_status" >&5 + echo "$as_me:8983: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -9080,11 +9081,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:9083: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9084: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:9087: \$? = $ac_status" >&5 + echo "$as_me:9088: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -9135,11 +9136,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:9138: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9139: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:9142: \$? = $ac_status" >&5 + echo "$as_me:9143: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -11518,7 +11519,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11521 "configure" +#line 11522 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11614,7 +11615,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11617 "configure" +#line 11618 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13570,11 +13571,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13573: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13574: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:13577: \$? = $ac_status" >&5 + echo "$as_me:13578: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -13669,11 +13670,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13672: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13673: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:13676: \$? = $ac_status" >&5 + echo "$as_me:13677: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -13721,11 +13722,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13724: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13725: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:13728: \$? = $ac_status" >&5 + echo "$as_me:13729: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -17294,7 +17295,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by net6 $as_me 1.3.11, which was +This file was extended by net6 $as_me 1.3.12, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17358,7 +17359,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -net6 config.status 1.3.11 +net6 config.status 1.3.12 configured by $0, generated by GNU Autoconf 2.64, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/net6-1.3.11/configure.ac new/net6-1.3.12/configure.ac --- old/net6-1.3.11/configure.ac 2009-12-07 22:29:52.000000000 +0100 +++ new/net6-1.3.12/configure.ac 2009-12-23 15:45:10.000000000 +0100 @@ -2,11 +2,12 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([net6], [1.3.11], [gobby@0x539.de]) +AC_INIT([net6], [1.3.12], [gobby@0x539.de]) AM_INIT_AUTOMAKE(1.9 check-news) AM_MAINTAINER_MODE AC_CONFIG_SRCDIR([inc/main.hpp]) AC_CONFIG_HEADER([inc/config.hpp]) +AC_CONFIG_MACRO_DIR([m4]) # Extract host information. AC_CANONICAL_HOST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/net6-1.3.11/po/LINGUAS new/net6-1.3.12/po/LINGUAS --- old/net6-1.3.11/po/LINGUAS 2009-11-15 14:02:46.000000000 +0100 +++ new/net6-1.3.12/po/LINGUAS 2009-12-23 15:53:02.000000000 +0100 @@ -1 +1 @@ -de fr sv es nl it pt he nb pt_BR ru sk uk zh_CN +de fr sv es nl it pt he nb pt_BR ru sk uk zh_CN en_GB ko Files old/net6-1.3.11/po/en_GB.gmo and new/net6-1.3.12/po/en_GB.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/net6-1.3.11/po/en_GB.po new/net6-1.3.12/po/en_GB.po --- old/net6-1.3.11/po/en_GB.po 1970-01-01 01:00:00.000000000 +0100 +++ new/net6-1.3.12/po/en_GB.po 2009-12-23 15:57:12.000000000 +0100 @@ -0,0 +1,294 @@ +# English (United Kingdom) translation for net6 +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the net6 package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: net6\n" +"Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n" +"POT-Creation-Date: 2007-12-01 14:45+0100\n" +"PO-Revision-Date: 2009-01-27 10:45+0000\n" +"Last-Translator: Jen Ockwell <jenfraggleubuntu@googlemail.com>\n" +"Language-Team: English (United Kingdom) <en_GB@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-12-23 14:48+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/error.cpp:42 +msgid "Invalid name" +msgstr "Invalid name" + +#: src/error.cpp:44 +msgid "Name is already in use" +msgstr "Name is already in use" + +#: src/error.cpp:46 +msgid "An unknown login error occured" +msgstr "An unknown login error occured" + +#: src/error.cpp:394 +msgid "Interrupted function call" +msgstr "Interrupted function call" + +#: src/error.cpp:396 +msgid "Access denied" +msgstr "Access denied" + +#: src/error.cpp:398 +msgid "Bad address" +msgstr "Bad address" + +#: src/error.cpp:400 +msgid "Invalid argument" +msgstr "Invalid argument" + +#: src/error.cpp:402 +msgid "Too many open files" +msgstr "Too many open files" + +#: src/error.cpp:404 +msgid "Resource temporarily unavailable" +msgstr "Resource temporarily unavailable" + +#: src/error.cpp:406 +msgid "Operation already in progress" +msgstr "Operation already in progress" + +#: src/error.cpp:408 +msgid "Socket operation on non-socket" +msgstr "Socket operation on non-socket" + +#: src/error.cpp:410 +msgid "Destination address required" +msgstr "Destination address required" + +#: src/error.cpp:412 +msgid "Message too long" +msgstr "Message too long" + +#: src/error.cpp:414 +msgid "Protocol wrong type for socket" +msgstr "Protocol wrong type for socket" + +#: src/error.cpp:416 +msgid "Bad protocol option" +msgstr "Bad protocol option" + +#: src/error.cpp:418 +msgid "Protocol not supported" +msgstr "Protocol not supported" + +#: src/error.cpp:420 +msgid "Socket type not supported" +msgstr "Socket type not supported" + +#: src/error.cpp:422 +msgid "Operation not supported" +msgstr "Operation not supported" + +#: src/error.cpp:424 +msgid "Protocol family not supported" +msgstr "Protocol family not supported" + +#: src/error.cpp:426 +msgid "Address family not supported" +msgstr "Address family not supported" + +#: src/error.cpp:428 +msgid "Address is already in use" +msgstr "Address is already in use" + +#: src/error.cpp:430 +msgid "Cannot assign requested address" +msgstr "Cannot assign requested address" + +#: src/error.cpp:432 +msgid "Network is down" +msgstr "Network is down" + +#: src/error.cpp:434 +msgid "Network is unreachable" +msgstr "Network is unreachable" + +#: src/error.cpp:436 +msgid "Network dropped connection on reset" +msgstr "Network dropped connection on reset" + +#: src/error.cpp:438 +msgid "Software caused connection abort" +msgstr "Software caused connection abort" + +#: src/error.cpp:440 +msgid "Connection reset by peer" +msgstr "Connection reset by peer" + +#: src/error.cpp:442 +msgid "No buffer space available" +msgstr "No buffer space available" + +#: src/error.cpp:444 +msgid "Socket is already connected" +msgstr "Socket is already connected" + +#: src/error.cpp:446 +msgid "Socket is not connected" +msgstr "Socket is not connected" + +#: src/error.cpp:448 +msgid "Cannot send after socket shutdown" +msgstr "Cannot send after socket shutdown" + +#: src/error.cpp:450 +msgid "Connection timed out" +msgstr "Connection timed out" + +#: src/error.cpp:452 +msgid "Connection refused" +msgstr "Connection refused" + +#: src/error.cpp:454 +msgid "Host is down" +msgstr "Host is down" + +#: src/error.cpp:456 +msgid "No route to host" +msgstr "No route to host" + +#: src/error.cpp:458 +msgid "Too many processes" +msgstr "Too many processes" + +#: src/error.cpp:460 +msgid "Network subsystem is unavailable" +msgstr "Network subsystem is unavailable" + +#: src/error.cpp:462 +msgid "Winsock.dll version out of range" +msgstr "Winsock.dll version out of range" + +#: src/error.cpp:464 +msgid "Successful WSAStartup not yet performed" +msgstr "Successful WSAStartup not yet performed" + +#: src/error.cpp:466 +msgid "Graceful shutdown in progress" +msgstr "Graceful shutdown in progress" + +#: src/error.cpp:468 +msgid "Class type not found" +msgstr "Class type not found" + +#: src/error.cpp:470 +msgid "Host not found" +msgstr "Host not found" + +#: src/error.cpp:472 +msgid "Nonauthoritative host not found" +msgstr "Nonauthoritative host not found" + +#: src/error.cpp:474 +msgid "No data record of requested type" +msgstr "No data record of requested type" + +#: src/error.cpp:476 +msgid "Specified event object handle is invalid" +msgstr "Specified event object handle is invalid" + +#: src/error.cpp:478 +msgid "One or more parameters are invalid" +msgstr "One or more parameters are invalid" + +#: src/error.cpp:480 +msgid "No more memory is available" +msgstr "No more memory is available" + +#: src/error.cpp:482 +msgid "Broken pipe" +msgstr "Broken pipe" + +#: src/error.cpp:484 +msgid "No such device" +msgstr "No such device" + +#: src/error.cpp:486 +msgid "Decryption has failed" +msgstr "Decryption has failed" + +#: src/error.cpp:488 +msgid "" +"The Diffie Hellman prime sent by the server is not acceptable (not long " +"enough)" +msgstr "" +"The Diffie Hellman prime sent by the server is not acceptable (not long " +"enough)" + +#: src/error.cpp:491 +msgid "Encryption has failed" +msgstr "Encryption has failed" + +#: src/error.cpp:493 +msgid "TLS Application data were received, while expecting handshake data" +msgstr "TLS Application data were received, while expecting handshake data" + +#: src/error.cpp:496 +msgid "Insufficient credentials for that request" +msgstr "Insufficient credentials for that request" + +#: src/error.cpp:498 +msgid "The request is invalid" +msgstr "The request is invalid" + +#: src/error.cpp:500 +msgid "Key usage violation in certificate has been detected" +msgstr "Key usage violation in certificate has been detected" + +#: src/error.cpp:503 +msgid "The Message Authentication Code verification failed" +msgstr "The Message Authentication Code verification failed" + +#: src/error.cpp:506 +msgid "The peer did not send any certificate" +msgstr "The peer did not send any certificate" + +#: src/error.cpp:508 +msgid "No temporary DH parameters were found" +msgstr "No temporary DH parameters were found" + +#: src/error.cpp:510 +msgid "No temporary RSA parameters were found" +msgstr "No temporary RSA parameters were found" + +#: src/error.cpp:512 +msgid "Error in the pull function" +msgstr "Error in the pull function" + +#: src/error.cpp:514 +msgid "Error in the push function" +msgstr "Error in the push function" + +#: src/error.cpp:516 +msgid "Failed to acquire random data" +msgstr "Failed to acquire random data" + +#: src/error.cpp:518 +msgid "Rehandshake was requested by the peer" +msgstr "Rehandshake was requested by the peer" + +#: src/error.cpp:520 +msgid "An unexpected TLS handshake packet was received" +msgstr "An unexpected TLS handshake packet was received" + +#: src/error.cpp:523 +msgid "An unexpected TLS packet was received" +msgstr "An unexpected TLS packet was received" + +#: src/error.cpp:525 +msgid "A TLS packet with unexpected length was received." +msgstr "A TLS packet with unexpected length was received." + +#: src/error.cpp:528 +msgid "A nonrecoverable error has occured" +msgstr "A nonrecoverable error has occured" Files old/net6-1.3.11/po/ko.gmo and new/net6-1.3.12/po/ko.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/net6-1.3.11/po/ko.po new/net6-1.3.12/po/ko.po --- old/net6-1.3.11/po/ko.po 1970-01-01 01:00:00.000000000 +0100 +++ new/net6-1.3.12/po/ko.po 2009-12-23 15:57:12.000000000 +0100 @@ -0,0 +1,292 @@ +# Korean translation for net6 +# Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 +# This file is distributed under the same license as the net6 package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: net6\n" +"Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n" +"POT-Creation-Date: 2007-12-01 14:45+0100\n" +"PO-Revision-Date: 2009-09-29 21:13+0000\n" +"Last-Translator: sungyup nham <Unknown>\n" +"Language-Team: Korean <ko@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-12-23 14:48+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/error.cpp:42 +msgid "Invalid name" +msgstr "잘못된 이름" + +#: src/error.cpp:44 +msgid "Name is already in use" +msgstr "이미 사용되고 있는 이름" + +#: src/error.cpp:46 +msgid "An unknown login error occured" +msgstr "알 수 없는 로그인 오류 발생" + +#: src/error.cpp:394 +msgid "Interrupted function call" +msgstr "인터럽트 함수 호출" + +#: src/error.cpp:396 +msgid "Access denied" +msgstr "접근이 거부됨" + +#: src/error.cpp:398 +msgid "Bad address" +msgstr "잘못된 주소" + +#: src/error.cpp:400 +msgid "Invalid argument" +msgstr "잘못된 인자값" + +#: src/error.cpp:402 +msgid "Too many open files" +msgstr "너무 많은 파일을 엽니다" + +#: src/error.cpp:404 +msgid "Resource temporarily unavailable" +msgstr "일시적으로 사용할 수 없는 리소스" + +#: src/error.cpp:406 +msgid "Operation already in progress" +msgstr "이미 진행중인 동작" + +#: src/error.cpp:408 +msgid "Socket operation on non-socket" +msgstr "non-소켓에서의 소켓 동작" + +#: src/error.cpp:410 +msgid "Destination address required" +msgstr "목적지 주소 필요" + +#: src/error.cpp:412 +msgid "Message too long" +msgstr "너무 긴 메시지" + +#: src/error.cpp:414 +msgid "Protocol wrong type for socket" +msgstr "소켓에 부적합한 프로토콜 타입" + +#: src/error.cpp:416 +msgid "Bad protocol option" +msgstr "잘못된 프로토콜 옵션" + +#: src/error.cpp:418 +msgid "Protocol not supported" +msgstr "지원되지 않는 프로토콜" + +#: src/error.cpp:420 +msgid "Socket type not supported" +msgstr "지원되지 않는 소켓 형식" + +#: src/error.cpp:422 +msgid "Operation not supported" +msgstr "지원되지 않는 동작" + +#: src/error.cpp:424 +msgid "Protocol family not supported" +msgstr "지원되지 않는 프로토콜 체계" + +#: src/error.cpp:426 +msgid "Address family not supported" +msgstr "지원되지 않는 주소 체계" + +#: src/error.cpp:428 +msgid "Address is already in use" +msgstr "이미 사용되고 있는 주소" + +#: src/error.cpp:430 +msgid "Cannot assign requested address" +msgstr "요구한 주소를 할당할 수 없음" + +#: src/error.cpp:432 +msgid "Network is down" +msgstr "네트워크 멈춤" + +#: src/error.cpp:434 +msgid "Network is unreachable" +msgstr "접근할 수 없는 네트워크" + +#: src/error.cpp:436 +msgid "Network dropped connection on reset" +msgstr "네트워크 연결이 끊어짐" + +#: src/error.cpp:438 +msgid "Software caused connection abort" +msgstr "소프트웨어로 인한 접속 취소" + +#: src/error.cpp:440 +msgid "Connection reset by peer" +msgstr "Peer에 의해 연결이 초기화 됨" + +#: src/error.cpp:442 +msgid "No buffer space available" +msgstr "가용한 버퍼 공간 없음" + +#: src/error.cpp:444 +msgid "Socket is already connected" +msgstr "이미 접속된 소켓" + +#: src/error.cpp:446 +msgid "Socket is not connected" +msgstr "접속 할 수 없는 소켓" + +#: src/error.cpp:448 +msgid "Cannot send after socket shutdown" +msgstr "소켓 폐쇄 이후에 보낼 수 없음" + +#: src/error.cpp:450 +msgid "Connection timed out" +msgstr "연결 시간 초과" + +#: src/error.cpp:452 +msgid "Connection refused" +msgstr "연결 거부됨" + +#: src/error.cpp:454 +msgid "Host is down" +msgstr "호스트 멈춤" + +#: src/error.cpp:456 +msgid "No route to host" +msgstr "호스트를 위한 경로 없음" + +#: src/error.cpp:458 +msgid "Too many processes" +msgstr "너무 많은 프로세스" + +#: src/error.cpp:460 +msgid "Network subsystem is unavailable" +msgstr "네트워크 서브 시스템을 사용할 수 없음" + +#: src/error.cpp:462 +msgid "Winsock.dll version out of range" +msgstr "Winsock.dll 버전의 범위를 벗어남" + +#: src/error.cpp:464 +msgid "Successful WSAStartup not yet performed" +msgstr "성공적인 WSAStartup이 아직 수행되지 않음" + +#: src/error.cpp:466 +msgid "Graceful shutdown in progress" +msgstr "진행 중 적절한 폐쇄" + +#: src/error.cpp:468 +msgid "Class type not found" +msgstr "클래스 타입을 찾을 수 없음" + +#: src/error.cpp:470 +msgid "Host not found" +msgstr "호스트를 찾을 수 없음" + +#: src/error.cpp:472 +msgid "Nonauthoritative host not found" +msgstr "미인증 호스트를 찾을 수 없음" + +#: src/error.cpp:474 +msgid "No data record of requested type" +msgstr "요청된 형식의 데이터 레코드 없음" + +#: src/error.cpp:476 +msgid "Specified event object handle is invalid" +msgstr "정의 된 이벤트 객체 핸들이 유효하지 않음" + +#: src/error.cpp:478 +msgid "One or more parameters are invalid" +msgstr "하나 또는 그 이상의 유효하지 않은 매개변수" + +#: src/error.cpp:480 +msgid "No more memory is available" +msgstr "가용한 메모리 없음" + +#: src/error.cpp:482 +msgid "Broken pipe" +msgstr "깨어진 파이프" + +#: src/error.cpp:484 +msgid "No such device" +msgstr "장치를 찾을 수 없음" + +#: src/error.cpp:486 +msgid "Decryption has failed" +msgstr "복호화 실패" + +#: src/error.cpp:488 +msgid "" +"The Diffie Hellman prime sent by the server is not acceptable (not long " +"enough)" +msgstr "" + +#: src/error.cpp:491 +msgid "Encryption has failed" +msgstr "암호화 실패" + +#: src/error.cpp:493 +msgid "TLS Application data were received, while expecting handshake data" +msgstr "" + +#: src/error.cpp:496 +msgid "Insufficient credentials for that request" +msgstr "" + +#: src/error.cpp:498 +msgid "The request is invalid" +msgstr "해당 요청은 타당하지 않습니다" + +#: src/error.cpp:500 +msgid "Key usage violation in certificate has been detected" +msgstr "" + +#: src/error.cpp:503 +msgid "The Message Authentication Code verification failed" +msgstr "" + +#: src/error.cpp:506 +msgid "The peer did not send any certificate" +msgstr "" + +#: src/error.cpp:508 +msgid "No temporary DH parameters were found" +msgstr "임시 DH 파라미터를 찾을 수 없음" + +#: src/error.cpp:510 +msgid "No temporary RSA parameters were found" +msgstr "임시 RSA 파라미터를 찾을 수 없음" + +#: src/error.cpp:512 +msgid "Error in the pull function" +msgstr "Pull 함수안의 오류" + +#: src/error.cpp:514 +msgid "Error in the push function" +msgstr "Push 함수안의 오류" + +#: src/error.cpp:516 +msgid "Failed to acquire random data" +msgstr "랜덤 데이터를 얻는데 실패 함" + +#: src/error.cpp:518 +msgid "Rehandshake was requested by the peer" +msgstr "Peer에 의해 Rehandshake(재 신호변경)이 요청 됨" + +#: src/error.cpp:520 +msgid "An unexpected TLS handshake packet was received" +msgstr "예기치 않은 TLS 핸드쉐이크(신호변경) 패킷이 수신 됨" + +#: src/error.cpp:523 +msgid "An unexpected TLS packet was received" +msgstr "예기치 않은 TLS 패킷이 수신 됨" + +#: src/error.cpp:525 +msgid "A TLS packet with unexpected length was received." +msgstr "예기치 않은 길이의 TLS 패킷이 수신 됨" + +#: src/error.cpp:528 +msgid "A nonrecoverable error has occured" +msgstr "치명적인 에러 발생" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/net6-1.3.11/src/connection.cpp new/net6-1.3.12/src/connection.cpp --- old/net6-1.3.11/src/connection.cpp 2009-11-15 14:02:46.000000000 +0100 +++ new/net6-1.3.12/src/connection.cpp 2009-12-23 15:42:31.000000000 +0100 @@ -233,14 +233,11 @@ } catch(net6::error& e) { - // Asynchronous send/recv on WIN32 requires that one - // reads/writes from/to the socket until WSAEWOULDBLOCK - // occurs. We catch this case here to allow - // asynchronous selection on WIN32. -#ifdef WIN32 + // Allow users to set sockets to non-blocking in which case + // we might get EAGAIN here. if(e.get_code() == error::WOULD_BLOCK) return; -#endif + // We should not throw any error here because it would fall // through to the selector. If something went wrong, then // we have to handle it here. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de