openSUSE Commits
Threads by month
- ----- 2024 -----
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
June 2006
- 1 participants
- 1015 discussions
Hello community,
here is the log from the commit of package nfs-utils
checked in at Fri Jun 2 13:18:09 CEST 2006.
--------
--- nfs-utils/nfs-utils.changes 2006-05-02 09:40:22.000000000 +0200
+++ nfs-utils/nfs-utils.changes 2006-06-02 12:40:01.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Jun 2 12:39:10 CEST 2006 - ro(a)suse.de
+
+- disable v4 support in rcnfsserver if NFS4_SUPPORT is
+ not set to "yes" (#178633)
+
+-------------------------------------------------------------------
+Fri Jun 2 12:17:25 CEST 2006 - ro(a)suse.de
+
+- added fix for 64bit bigendian platforms in gssd (#172605)
+
+-------------------------------------------------------------------
New:
----
nfs-utils-64bigendian.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.Wdt9lD/_old 2006-06-02 13:18:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Wdt9lD/_new 2006-06-02 13:18:00.000000000 +0200
@@ -15,7 +15,7 @@
URL: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd
Version: 1.0.7
-Release: 34
+Release: 36
Group: Productivity/Networking/NFS
Obsoletes: knfsd linuxnfs nfsutils
Provides: knfsd linuxnfs nfsutils
@@ -49,6 +49,7 @@
Patch14: nfs-utils-1.0.7-CITI_NFS4_ALL-2.dif
Patch15: nfs-utils-1.0.6-pie.patch
Patch16: nfs-utils-1.0.7-strip.patch
+Patch17: nfs-utils-64bigendian.patch
%description
This package contains the NFS utilities. You can tune the number of
@@ -80,6 +81,7 @@
%patch14 -p1
%patch15 -p1
%patch16
+%patch17 -p1
%build
%{?suse_update_config:%{suse_update_config -f }}
@@ -204,6 +206,11 @@
%{_mandir}/man8/rpc.svcgssd.8.gz
%changelog -n nfs-utils
+* Fri Jun 02 2006 - ro(a)suse.de
+- disable v4 support in rcnfsserver if NFS4_SUPPORT is
+ not set to "yes" (#178633)
+* Fri Jun 02 2006 - ro(a)suse.de
+- added fix for 64bit bigendian platforms in gssd (#172605)
* Tue May 02 2006 - okir(a)suse.de
- gracefully handle repeated "rcidmapd stop" calls (#169087)
* Mon Apr 24 2006 - ro(a)suse.de
++++++ nfs-utils-64bigendian.patch ++++++
diff -Naurp nfs-utils-1.0.7.orig/utils/gssd/context.c nfs-utils-1.0.7/utils/gssd/context.c
--- nfs-utils-1.0.7.orig/utils/gssd/context.c 2004-10-19 02:23:08.000000000 +0200
+++ nfs-utils-1.0.7/utils/gssd/context.c 2006-05-30 08:20:37.000000000 +0200
@@ -88,7 +88,7 @@ typedef struct _krb5_gss_ctx_id_rec {
uint64_t seq_recv; /* gssint_uint64 */
void *seqstate;
krb5_auth_context auth_context;
- gss_buffer_desc *mech_used; /* gss_OID_desc */
+ gss_OID_desc *mech_used; /* gss_OID_desc */
/* Protocol spec revision
0 => RFC 1964 with 3DES and RC4 enhancements
1 => draft-ietf-krb-wg-gssapi-cfx-01
@@ -125,7 +125,7 @@ typedef struct _krb5_gss_ctx_id_rec {
int established;
int big_endian;
krb5_auth_context auth_context;
- gss_buffer_desc *mech_used;
+ gss_OID_desc *mech_used;
int nctypes;
krb5_cksumtype *ctypes;
} krb5_gss_ctx_id_rec, *krb5_gss_ctx_id_t;
@@ -376,7 +376,7 @@ serialize_krb5_ctx(gss_ctx_id_t ctx, gss
if (WRITE_BYTES(&p, end, kctx->endtime)) goto out_err;
word_seq_send = kctx->seq_send;
if (WRITE_BYTES(&p, end, word_seq_send)) goto out_err;
- if (write_buffer(&p, end, kctx->mech_used)) goto out_err;
+ if (write_oid(&p, end, kctx->mech_used)) goto out_err;
if (write_keyblock(&p, end, kctx->enc)) goto out_err;
if (write_keyblock(&p, end, kctx->seq)) goto out_err;
diff -Naurp nfs-utils-1.0.7.orig/utils/gssd/write_bytes.h nfs-utils-1.0.7/utils/gssd/write_bytes.h
--- nfs-utils-1.0.7.orig/utils/gssd/write_bytes.h 2006-05-30 07:03:13.000000000 +0200
+++ nfs-utils-1.0.7/utils/gssd/write_bytes.h 2006-05-30 08:06:57.000000000 +0200
@@ -56,13 +56,26 @@ write_buffer(char **p, char *end, gss_bu
int len = (int)arg->length; /* make an int out of size_t */
if (WRITE_BYTES(p, end, len))
return -1;
- if (*p + arg->length > end)
+ if (*p + len > end)
return -1;
memcpy(*p, arg->value, len);
*p += len;
return 0;
}
+inline static int
+write_oid(char **p, char *end, gss_OID_desc *arg)
+{
+ int len = (int)arg->length; /* make an int out of size_t */
+ if(WRITE_BYTES(p, end, len))
+ return -1;
+ if(*p + arg->length > end)
+ return -1;
+ memcpy(*p, arg->elements, len);
+ *p += len;
+ return 0;
+}
+
static inline int
get_bytes(char **ptr, const char *end, void *res, int len)
{
++++++ nfsserver.init ++++++
--- nfs-utils/nfsserver.init 2006-04-24 14:57:56.000000000 +0200
+++ nfs-utils/nfsserver.init 2006-06-02 12:39:09.000000000 +0200
@@ -75,6 +75,11 @@
mount -t nfsd nfsd /proc/fs/nfsd
rc_status
fi
+ if [ "$NFS4_SUPPORT" = "yes" ]; then
+ echo "+2 +3 +4" > /proc/fs/nfsd/versions
+ else
+ echo "+2 +3 -4" > /proc/fs/nfsd/versions
+ fi
/usr/sbin/exportfs -r
rc_status
/usr/sbin/rpc.nfsd $PARAMS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit-help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package mozilla-xulrunner
checked in at Fri Jun 2 13:17:54 CEST 2006.
--------
--- GNOME/mozilla-xulrunner/mozilla-xulrunner.changes 2006-04-21 06:36:41.000000000 +0200
+++ mozilla-xulrunner/mozilla-xulrunner.changes 2006-06-02 12:22:50.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 2 12:21:56 CEST 2006 - stark(a)suse.de
+
+- update to security/stability release 1.8.0.4 (#179011)
+
+-------------------------------------------------------------------
Old:
----
xulrunner-1.8.0.2.patch.bz2
xulrunner-source-1.8.0.1.tar.bz2
New:
----
xulrunner-source-1.8.0.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mozilla-xulrunner.spec ++++++
--- /var/tmp/diff_new_pack.5HX25e/_old 2006-06-02 13:17:18.000000000 +0200
+++ /var/tmp/diff_new_pack.5HX25e/_new 2006-06-02 13:17:18.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package mozilla-xulrunner (Version 1.8.0.1)
+# spec file for package mozilla-xulrunner (Version 1.8.0.4)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,8 +13,8 @@
Name: mozilla-xulrunner
BuildRequires: gcc-c++ java2-devel-packages libgnomeui-devel libidl-devel mozilla-nss-devel update-desktop-files zip
License: MPL, GPL
-Version: 1.8.0.1
-Release: 28
+Version: 1.8.0.4
+Release: 1
Summary: Mozilla Runtime Environment
URL: http://www.mozilla.org/
Group: Productivity/Networking/Web/Browsers
@@ -33,7 +33,6 @@
Patch9: rpath.patch
Patch10: system-nss.patch
Patch11: system-proxies.patch
-Patch12: xulrunner-1.8.0.2.patch.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: libstdc++ expat pango xorg-x11-libs fontconfig freetype2
PreReq: gtk2 atk glib2
@@ -52,7 +51,7 @@
%if %suse_version > 1000 || %is_plus
%define has_system_nss 1
%endif
-%define releasedate 2006031100
+%define releasedate 2006052900
### configuration end ###
%define my_provides /tmp/my-provides
%define my_requires /tmp/my-requires
@@ -116,7 +115,6 @@
%patch10
%endif
%patch11
-%patch12 -p1
%build
export MOZ_BUILD_DATE=%{releasedate}
@@ -286,6 +284,8 @@
%{_includedir}/xulrunner-%{version}/
%changelog -n mozilla-xulrunner
+* Fri Jun 02 2006 - stark(a)suse.de
+- update to security/stability release 1.8.0.4 (#179011)
* Fri Apr 21 2006 - stark(a)suse.de
- applied patch to be able to use proxy environment (#165891)
(libunixproxy component)
++++++ system-nss.patch ++++++
++++ 5393 lines (skipped)
++++ between GNOME/mozilla-xulrunner/system-nss.patch
++++ and mozilla-xulrunner/system-nss.patch
++++++ xulrunner-source-1.8.0.1.tar.bz2 -> xulrunner-source-1.8.0.4.tar.bz2 ++++++
GNOME/mozilla-xulrunner/xulrunner-source-1.8.0.1.tar.bz2 mozilla-xulrunner/xulrunner-source-1.8.0.4.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit-help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package cyrus-imapd
checked in at Fri Jun 2 13:15:48 CEST 2006.
--------
--- cyrus-imapd/cyrus-imapd.changes 2006-05-17 19:55:09.000000000 +0200
+++ cyrus-imapd/cyrus-imapd.changes 2006-06-02 12:30:57.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 2 12:30:23 CEST 2006 - rhafer(a)suse.de
+
+- renamed SuSE.tar.gz to cyrus-sasl-rc.tar.gz to avoid name
+ collision with other packages in src.rpm (Bug #98188)
+
+-------------------------------------------------------------------
Old:
----
SuSE.tar.gz
New:
----
cyrus-imapd-rc.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cyrus-imapd.spec ++++++
--- /var/tmp/diff_new_pack.Hny3jk/_old 2006-06-02 13:13:35.000000000 +0200
+++ /var/tmp/diff_new_pack.Hny3jk/_new 2006-06-02 13:13:35.000000000 +0200
@@ -20,9 +20,9 @@
Autoreqprov: on
Summary: An IMAP and POP Mail Server
Version: 2.2.12
-Release: 27
+Release: 28
Source: %{name}-%{version}.tar.bz2
-Source1: SuSE.tar.gz
+Source1: cyrus-imapd-rc.tar.gz
Patch2: authid_normalize.patch
Patch3: allow_auth_plain_proxying.patch
Patch4: luser_relay.patch
@@ -382,6 +382,9 @@
%doc %{_mandir}/man3/Cyrus::SIEVE::managesieve.3pm.gz
%changelog -n cyrus-imapd
+* Fri Jun 02 2006 - rhafer(a)suse.de
+- renamed SuSE.tar.gz to cyrus-sasl-rc.tar.gz to avoid name
+ collision with other packages in src.rpm (Bug #98188)
* Wed May 17 2006 - schwab(a)suse.de
- Don't strip binaries.
* Wed Jan 25 2006 - mls(a)suse.de
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit-help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package MozillaThunderbird
checked in at Fri Jun 2 13:13:10 CEST 2006.
--------
--- MozillaThunderbird/MozillaThunderbird.changes 2006-03-20 06:19:40.000000000 +0100
+++ MozillaThunderbird/MozillaThunderbird.changes 2006-06-02 12:18:49.000000000 +0200
@@ -1,0 +2,21 @@
+Fri Jun 2 12:18:49 CEST 2006 - mls(a)suse.de
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Fri Jun 2 12:13:48 CEST 2006 - stark(a)suse.de
+
+- update to security/stability release 1.5.0.4 (#179011)
+ (http://www.mozilla.org/projects/security/known-vulnerabilities.html#Thunder…)
+
+-------------------------------------------------------------------
+Mon May 15 07:16:13 CEST 2006 - stark(a)suse.de
+
+- update to version 1.5.0.2
+- update mailredirect to 0.7.3
+- save printer settings properly (#174082, bmo #324072)
+- improved postscript output (bmo #334485)
+- changed defaults for printer properties (#6534)
+- get available paper sizes from CUPS (#65482)
+
+-------------------------------------------------------------------
Old:
----
mailredirect-0.7.1.xpi
thunderbird-1.5-source.tar.bz2
thunderbird-1.5.0.2.patch.bz2
New:
----
cups-paper.patch
mailredirect-0.7.3.xpi
postscript.patch
print-properties.patch
thunderbird-1.5.0.4-source.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.vnGpvc/_old 2006-06-02 12:58:26.000000000 +0200
+++ /var/tmp/diff_new_pack.vnGpvc/_new 2006-06-02 12:58:26.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package MozillaThunderbird (Version 1.5)
+# spec file for package MozillaThunderbird (Version 1.5.0.4)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,10 +11,10 @@
# norootforbuild
Name: MozillaThunderbird
-BuildRequires: gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel orbit-devel update-desktop-files zip
+BuildRequires: gcc-c++ gnutls-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libidl-devel liblcms libwnck-devel mDNSResponder-devel mozilla-nss-devel orbit-devel tcsh update-desktop-files zip
License: MPL, GPL
-Version: 1.5
-Release: 19
+Version: 1.5.0.4
+Release: 1
Summary: The Stand-Alone Mozilla Mail Component
URL: http://www.mozilla.org/products/thunderbird/
Group: Productivity/Networking/Email/Clients
@@ -23,11 +23,10 @@
Source2: add-plugins.sh.in
Source3: mozilla.sh.in
Source4: l10n.tar.bz2
-Source5: mailredirect-0.7.1.xpi
+Source5: mailredirect-0.7.3.xpi
Source6: suse-default-prefs.js
Source9: enigmail-0.94.0.tar.gz
Source11: enigmail.manifest
-Patch0: thunderbird-1.5.0.2.patch.bz2
Patch1: pango-cairo.patch
Patch2: thunderbird-appname.patch
Patch3: visibility.patch
@@ -51,6 +50,9 @@
Patch22: cjk-postscript-fonts.dif
Patch23: home-download.patch
Patch24: multi-replyto.patch
+Patch25: postscript.patch
+Patch26: cups-paper.patch
+Patch27: print-properties.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: libstdc++ fileutils textutils /bin/sh
%if %suse_version > 1000
@@ -77,7 +79,7 @@
Requires: mozilla-nss >= %( echo `rpm -q --queryformat '%{VERSION}' mozilla-nss`)
%endif
%define _unpackaged_files_terminate_build 0
-%define releasedate 2006031700
+%define releasedate 2006052700
%define progname thunderbird
%define progdir %{_prefix}/%_lib/thunderbird
%define my_provides /tmp/my-provides
@@ -129,7 +131,6 @@
%setup -n mozilla -q -b 4
%endif
cd $RPM_BUILD_DIR/mozilla
-%patch0 -p1
%patch1
%patch2
%patch3
@@ -156,6 +157,9 @@
%patch22
%patch23
%patch24
+%patch25
+%patch26
+%patch27
%build
export MOZ_BUILD_DATE=%{releasedate}
@@ -573,6 +577,18 @@
%endif
%changelog -n MozillaThunderbird
+* Fri Jun 02 2006 - mls(a)suse.de
+- converted neededforbuild to BuildRequires
+* Fri Jun 02 2006 - stark(a)suse.de
+- update to security/stability release 1.5.0.4 (#179011)
+ (http://www.mozilla.org/projects/security/known-vulnerabilities.html#Thunder…)
+* Mon May 15 2006 - stark(a)suse.de
+- update to version 1.5.0.2
+- update mailredirect to 0.7.3
+- save printer settings properly (#174082, bmo #324072)
+- improved postscript output (bmo #334485)
+- changed defaults for printer properties (#6534)
+- get available paper sizes from CUPS (#65482)
* Sat Mar 18 2006 - stark(a)suse.de
- translations package is suggested now by main package
- yet another set of upstream fixes (#148876)
++++++ cups-paper.patch ++++++
++++ 998 lines (skipped)
++++++ l10n.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/de/mail/defines.inc new/l10n/de/mail/defines.inc
--- old/l10n/de/mail/defines.inc 2006-02-11 23:42:57.000000000 +0100
+++ new/l10n/de/mail/defines.inc 2006-04-12 16:08:20.000000000 +0200
@@ -1,8 +1,8 @@
-#filter emptyLines
-
-#define MOZ_LANGPACK_CREATOR thunderbird-mail.de
-# If non-English locales wish to credit multiple contributors, uncomment this
-# variable definition and use the format specified.
-#define MOZ_LANGPACK_CONTRIBUTORS <em:contributor>Alexander Ihrig</em:contributor> <em:contributor>Robert Kaiser</em:contributor> <em:contributor>Abdulkadir Topal</em:contributor>
-
-#unfilter emptyLines
+#filter emptyLines
+
+#define MOZ_LANGPACK_CREATOR thunderbird-mail.de
+# If non-English locales wish to credit multiple contributors, uncomment this
+# variable definition and use the format specified.
+#define MOZ_LANGPACK_CONTRIBUTORS <em:contributor>Alexander Ihrig</em:contributor> <em:contributor>Robert Kaiser</em:contributor> <em:contributor>Abdulkadir Topal</em:contributor>
+
+#unfilter emptyLines
\ No newline at end of file
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/el/mail/chrome/messenger/messenger.properties new/l10n/el/mail/chrome/messenger/messenger.properties
--- old/l10n/el/mail/chrome/messenger/messenger.properties 2006-02-11 23:42:57.000000000 +0100
+++ new/l10n/el/mail/chrome/messenger/messenger.properties 2006-04-12 16:08:21.000000000 +0200
@@ -234,11 +234,12 @@
mailnews.search_date_separator=
# offline msg
-nocachedbodybody=Το κυρίως κείμενο του μηνύματος δεν λήφθηκε
-από τον διακομιστή για ανάγνωση χωρίς σύνδεση. Για να το διαβάσετε,
-επανασυνδεθείτε στο δίκτυο, επιλέξτε Αρχείο -> Χωρίς σύνδεση -> Εργασία με σύνδεση.
-Στο μέλλον, μπορείτε να επιλέγετε τα μηνύματα και τους φακέλους για ανάγνωση χωρίς σύνδεση. Για να
-κάνετε αυτό, επιλέξτε Χωρίς σύνδεση από το μενού Αρχείο και επιλέξτε Συγχρονισμός. Μπορείτε
+nocachedbodybody=Το κύριο σώμα του μυνήματος δεν έχει μεταφορτωθεί από \
+τον διακομιστή για ανάγνωση χωρίς σύνδεση. Για να διαβάσετε αυτό το μήνυμα, \
+θα πρέπει να επανασυνδεθείτε στο δίκτυο, να επιλέξετε Εργασία χωρίς σύνδεση από \
+το μενού Αρχείο και μετά να επιλέξετε Εργασία με σύνδεση.\
+Στο μέλλον, μπορείτε να επιλέγετε τα μηνύματα και τους φακέλους για ανάγνωση χωρίς σύνδεση. Για να \
+κάνετε αυτό, επιλέξτε Χωρίς σύνδεση από το μενού Αρχείο και επιλέξτε Συγχρονισμός. Μπορείτε \
ακόμα να ρυθμίσετε τον Αποθηκευτικό χώρο, ώστε να μη λαμβάνετε μεγάλα σε μέγεθος μηνύματα.
# accountCentral
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/el/mail/chrome/messenger-newsblog/am-newsblog.dtd new/l10n/el/mail/chrome/messenger-newsblog/am-newsblog.dtd
--- old/l10n/el/mail/chrome/messenger-newsblog/am-newsblog.dtd 2005-07-28 09:54:07.000000000 +0200
+++ new/l10n/el/mail/chrome/messenger-newsblog/am-newsblog.dtd 2006-05-28 21:46:34.000000000 +0200
@@ -9,7 +9,7 @@
<!ENTITY useQuickMode.accesskey "π">
<!ENTITY useQuickMode.label "Εμφάνιση περίληψης άρθρου αντί για φόρτωση ολόκληρης της σελίδας">
<!-- entities from defaults/isp/rss.rdf -->
-<!ENTITY rss.accountName "Ειδήσεις & Ιστολόγια">
+<!ENTITY rss.accountName "News & Blogs">
<!ENTITY rss.wizardShortName "RSS">
<!ENTITY rss.wizardLongName "Ειδήσεις RSS & Ιστολόγια">
-<!ENTITY rss.hostName "Ειδήσεις & Ιστολόγια">
+<!ENTITY rss.hostName "News & Blogs">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/fr/toolkit/chrome/mozapps/update/updates.dtd new/l10n/fr/toolkit/chrome/mozapps/update/updates.dtd
--- old/l10n/fr/toolkit/chrome/mozapps/update/updates.dtd 2005-11-16 08:12:24.000000000 +0100
+++ new/l10n/fr/toolkit/chrome/mozapps/update/updates.dtd 2006-05-28 21:46:41.000000000 +0200
@@ -1,6 +1,6 @@
<!ENTITY updateWizard.title "Mise à jour du logiciel">
-<!ENTITY window.width "36em">
+<!ENTITY window.width "38em">
<!ENTITY window.macWidth "47em">
<!ENTITY checking.title "Recherche de mises à jour">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/fr/toolkit/chrome/mozapps/update/updates.properties new/l10n/fr/toolkit/chrome/mozapps/update/updates.properties
--- old/l10n/fr/toolkit/chrome/mozapps/update/updates.properties 2005-10-04 13:56:09.000000000 +0200
+++ new/l10n/fr/toolkit/chrome/mozapps/update/updates.properties 2006-05-28 21:46:41.000000000 +0200
@@ -22,8 +22,8 @@
progressFormatUnknownKB=#1 Ko
progressFormatUnknownMB=#1 Mo
pausedStatus=%S t\u00e9l\u00e9charg\u00e9s
-remain=restants
-unknownFilesize=unknown file size
+remain=restante(s)
+unknownFilesize=taille de fichier inconnue
rateFormatKBSec=#1 Ko/s
rateFormatMBSec=#1 Mo/s
longTimeFormat=#1:#2:#3
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/it/dom/chrome/charsetTitles.properties new/l10n/it/dom/chrome/charsetTitles.properties
--- old/l10n/it/dom/chrome/charsetTitles.properties 2005-08-20 15:38:44.000000000 +0200
+++ new/l10n/it/dom/chrome/charsetTitles.properties 2006-05-28 21:46:42.000000000 +0200
@@ -35,7 +35,7 @@
utf-16le.title=Unicode (UTF-16 Little Endian)
ibm855.title=Cirillico (IBM-855)
big5-hkscs.title=Cinese tradizionale (Big5-HKSCS)
-x-mac-devanagari.title=Ind\u00F9 (MacDevanagari)
+x-mac-devanagari.title=Hindi (MacDevanagari)
iso-8859-8-e.title=Ebraico (ISO-8859-8-E)
utf-16.title=Unicode (UTF-16)
x-gbk.title=Cinese semplificato (GBK)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/it/mail/chrome/messenger/addressbook/abCardOverlay.dtd new/l10n/it/mail/chrome/messenger/addressbook/abCardOverlay.dtd
--- old/l10n/it/mail/chrome/messenger/addressbook/abCardOverlay.dtd 2005-09-08 07:35:37.000000000 +0200
+++ new/l10n/it/mail/chrome/messenger/addressbook/abCardOverlay.dtd 2006-05-28 21:46:42.000000000 +0200
@@ -1,7 +1,7 @@
<!ENTITY Address.tab "Indirizzo">
<!ENTITY CellularNumber.accesskey "C">
<!ENTITY CellularNumber.label "Cellulare:">
-<!ENTITY Company.label "Compagnia:">
+<!ENTITY Company.label "Organizzazione:">
<!ENTITY Contact.tab "Contatto">
<!ENTITY Custom1.accesskey "1">
<!ENTITY Custom1.label "Personalizzato 1:">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/it/mail/chrome/messenger/addressbook/abNewCardDialog.dtd new/l10n/it/mail/chrome/messenger/addressbook/abNewCardDialog.dtd
--- old/l10n/it/mail/chrome/messenger/addressbook/abNewCardDialog.dtd 2005-07-07 20:24:52.000000000 +0200
+++ new/l10n/it/mail/chrome/messenger/addressbook/abNewCardDialog.dtd 2006-05-28 21:46:42.000000000 +0200
@@ -1,7 +1,7 @@
<!ENTITY Address.tab "Indirizzo">
<!ENTITY CellularNumber.accesskey "C">
<!ENTITY CellularNumber.label "Cellulare:">
-<!ENTITY Company.label "Compagnia:">
+<!ENTITY Company.label "Organizzazione:">
<!ENTITY Contact.tab "Contatto">
<!ENTITY Custom1.accesskey "1">
<!ENTITY Custom1.label "Personalizzato 1:">
@@ -19,7 +19,7 @@
<!ENTITY HTML.label "HTML">
<!ENTITY Home.box "Casa">
<!ENTITY HomeAddress.label "Indirizzo:">
-<!ENTITY HomeAddress2.label "Indirizzo 2:">
+<!ENTITY HomeAddress2.label "">
<!ENTITY HomeCity.label "Città:">
<!ENTITY HomeCountry.label "Nazione:">
<!ENTITY HomePhone.accesskey "a">
@@ -59,7 +59,7 @@
<!ENTITY Unknown.label "Sconosciuto">
<!ENTITY Work.box "Lavoro">
<!ENTITY WorkAddress.label "Indirizzo:">
-<!ENTITY WorkAddress2.label "Indirizzo 2:">
+<!ENTITY WorkAddress2.label "">
<!ENTITY WorkCity.label "Città:">
<!ENTITY WorkCountry.label "Nazione:">
<!ENTITY WorkPhone.accesskey "L">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/it/mail/chrome/messenger/credits.dtd new/l10n/it/mail/chrome/messenger/credits.dtd
--- old/l10n/it/mail/chrome/messenger/credits.dtd 2005-09-10 14:04:30.000000000 +0200
+++ new/l10n/it/mail/chrome/messenger/credits.dtd 2006-05-28 21:46:42.000000000 +0200
@@ -4,7 +4,7 @@
<!ENTITY credit.core "Sviluppo">
<!ENTITY credit.creators "Creato da">
<!ENTITY credit.gecko "Motore Gecko">
-<!ENTITY credit.infra "Infrastruttura di suporto">
+<!ENTITY credit.infra "Infrastruttura di supporto">
<!ENTITY credit.leads "Ingegnerizzazione">
<!ENTITY credit.manage "Project Management">
<!ENTITY credit.market "Marketing">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/it/mail/chrome/messenger/localMsgs.properties new/l10n/it/mail/chrome/messenger/localMsgs.properties
--- old/l10n/it/mail/chrome/messenger/localMsgs.properties 2005-09-08 07:35:37.000000000 +0200
+++ new/l10n/it/mail/chrome/messenger/localMsgs.properties 2006-05-28 21:46:42.000000000 +0200
@@ -1,5 +1,5 @@
#Translated with MozillaTranslator version 5.03
-#Thu Sep 08 07:29:07 CEST 2005
+#Sun Apr 23 13:08:15 CEST 2006
-1000=Il programma ha finito la memoria.
4019=Nessuna risposta
4018=Inserire una nuova password per l'utente %.100s su %.100s\:
@@ -10,7 +10,7 @@
4013=Si \u00E8 verificato un errore nella ricezione della password di posta.
4012=Comando RETR fallito. Errore nell'acquisizione del messaggio.
4011=Il server di posta POP3 (%s) non supporta il comando TOP. Senza il necessario supporto da parte del server non \u00E8 possibile implementare l' opzione ``Massima dimensione del messaggio''. Questa opzione \u00E8 stata disattivata, e i messaggi verranno scaricati indipendentemente dalla loro dimensione.
-4010=Il server di posta POP3 (%S) non supporta UIDL, che \u00E8 necessario a Posta "MOZ_NAME_PRODUCT" per implementare le opzioni ``Lascia su server'' e ``Massima dimensione del messaggio''. Per scaricare la posta, disattivare queste opzioni nel pannello Server di posta delle Preferenze.
+4010=Il server di posta POP3 (%S) non supporta UIDL, che \u00E8 necessario per implementare le opzioni ``Lascia su server'' e ``Massima dimensione del messaggio''. Per scaricare la posta, disattivare queste opzioni nel pannello Server di posta delle Preferenze.
4009=Ricevuti %ld di %ld messaggi
4008=Non ci sono nuovi messaggi sul server.
4039=Impossibile stabilire un colegamento TLS verso il server POP3. Il server pu\u00F2 essere fuori servizio o mal configurato. Verificare le impostazioni di Posta/News e riprovare.
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/it/mail/chrome/messenger/messengercompose/composeMsgs.properties new/l10n/it/mail/chrome/messenger/messengercompose/composeMsgs.properties
--- old/l10n/it/mail/chrome/messenger/messengercompose/composeMsgs.properties 2005-09-08 07:35:37.000000000 +0200
+++ new/l10n/it/mail/chrome/messenger/messengercompose/composeMsgs.properties 2006-05-28 21:46:42.000000000 +0200
@@ -1,5 +1,5 @@
#Translated with MozillaTranslator version 5.03
-#Thu Sep 08 07:29:07 CEST 2005
+#Sun Apr 23 13:08:15 CEST 2006
12527=QUESTO \u00C8 SOLO UN SEGNAPOSTO. NON DOVRESTI MAI VEDERE QUESTA STRINGA.
12526=Si \u00E8 verificato un errore di comunicazione\: %d. Riprovare.
windowTitlePrefix=Composizione di\:
@@ -38,7 +38,7 @@
defaultSubject=(nessun oggetto)
chooseFileToAttach=Scelta allegato
mailnews.reply_header_originalmessage=-------- Messaggio originale --------
-mailnews.reply_header_ondate=Su %s
+mailnews.reply_header_ondate=Il %s
12509=Assemblamento messaggio...
12508=Assemblamento messaggio completato.
saveDlogCancelBtn=Annulla
@@ -73,7 +73,7 @@
saveDlogDontSaveBtn=Non salvare
quitComposeWindowWaitButtonLabel=Attendi
12554=\u00C8 possibile spedire un messaggio ad un solo server di discussione per volta.
-12553=Il messaggio contiene caratteri non disponibili nella codifica caratteri selezionata. Anche se puoi scegliere una diversa codifica caratteri \u00E8 in genere sicuro usare l'Unicode per la posta. Per mandarla o salvarla come Unicode (UTF-8) scegliere OK. Per tornare alla finestra di composizione, dove sar\u00E0 possibile scegliere una codifica caratteri differente, premere Annulla.
+12553=Il messaggio contiene caratteri non disponibili nella codifica caratteri selezionata. Anche se si pu\u00F2 scegliere una diversa codifica caratteri \u00E8 in genere sicuro usare l'Unicode (UTF-8) per la posta. Sia noto che se la mail viene comunque spedita con la codifica caratteri corrente i caratteri non disponibili saranno trasformati in punti di domanda e risulteranno illegibili dal destinatario.
12551=Pubblicazione del messaggio in corso...
12550=Spedizione messaggio in corso...
saveDlogTitle=Salvataggio messaggio
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/it/mail/chrome/messenger/preferences/advanced.dtd new/l10n/it/mail/chrome/messenger/preferences/advanced.dtd
--- old/l10n/it/mail/chrome/messenger/preferences/advanced.dtd 2005-12-15 00:38:48.000000000 +0100
+++ new/l10n/it/mail/chrome/messenger/preferences/advanced.dtd 2006-05-28 21:46:42.000000000 +0200
@@ -63,5 +63,5 @@
<!ENTITY showUpdates.label "Mostra cronologia aggiornamenti">
<!ENTITY textGoingOffline "Scarica i messaggi per essere usati non in linea quando ci si scollega:">
<!ENTITY textGoingOnline "Invia i messaggi in attesa subito dopo essersi collegati:">
-<!ENTITY textStartUp "All' avvio:">
+<!ENTITY textStartUp "All'avvio:">
<!ENTITY whenUpdatesFound.label "Quando si trovano aggiornamenti di &brandShortName;,">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/it/mail/chrome/messenger/subscribe.properties new/l10n/it/mail/chrome/messenger/subscribe.properties
--- old/l10n/it/mail/chrome/messenger/subscribe.properties 2005-09-08 07:35:37.000000000 +0200
+++ new/l10n/it/mail/chrome/messenger/subscribe.properties 2006-05-28 21:46:42.000000000 +0200
@@ -1,5 +1,5 @@
#Translated with MozillaTranslator version 5.03
-#Thu Sep 08 07:29:07 CEST 2005
+#Sun Apr 23 13:08:15 CEST 2006
pleaseWaitString=Attendere...
-foldersheaderfor-nntp=Scegliere il gruppo di discussione a cui abbonanrsi\:
-foldersheaderfor-imap=Scegliere le carttelle a cui abbonarsi\:
+foldersheaderfor-nntp=Scegliere il gruppo di discussione a cui abbonarsi\:
+foldersheaderfor-imap=Scegliere le cartelle a cui abbonarsi\:
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/it/mail/chrome/messenger-newsblog/am-newsblog.dtd new/l10n/it/mail/chrome/messenger-newsblog/am-newsblog.dtd
--- old/l10n/it/mail/chrome/messenger-newsblog/am-newsblog.dtd 2005-08-21 10:07:47.000000000 +0200
+++ new/l10n/it/mail/chrome/messenger-newsblog/am-newsblog.dtd 2006-05-28 21:46:42.000000000 +0200
@@ -2,7 +2,7 @@
<!ENTITY biffStart.accesskey "o">
<!ENTITY biffStart.label "Controlla la presenza di nuovi articoli ogni">
<!ENTITY loginAtStartup.accesskey "C">
-<!ENTITY loginAtStartup.label "Controlla esistenza nuovi articolo all'avvio.">
+<!ENTITY loginAtStartup.label "Controlla esistenza nuovi articoli all'avvio.">
<!ENTITY manageSubscriptions.accesskey "G">
<!ENTITY manageSubscriptions.label "Gestione sottoscrizioni...">
<!ENTITY newsblogTitle.label "Impostazioni account RSS">
@@ -11,4 +11,4 @@
<!ENTITY rss.wizardLongName "RSS News & Blogs">
<!ENTITY rss.wizardShortName "RSS">
<!ENTITY useQuickMode.accesskey "C">
-<!ENTITY useQuickMode.label "Come azione predefinita mostra il sommario degli articoli invece che caricare la tutta pagina.">
+<!ENTITY useQuickMode.label "Come azione predefinita mostra il sommario degli articoli invece che caricare tutta la pagina.">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/it/mail/installer/installer.inc new/l10n/it/mail/installer/installer.inc
--- old/l10n/it/mail/installer/installer.inc 2005-10-27 22:12:32.000000000 +0200
+++ new/l10n/it/mail/installer/installer.inc 2006-05-28 21:46:42.000000000 +0200
@@ -25,7 +25,7 @@
Custom_Long=Si potra' scegliere quali componenti installare. Raccomandata ad utenti esperti.
Select_Title=Selezionare i componenti
-Select_SubTitle=omponenti aggiuntivi per migliorare $ProductName$.
+Select_SubTitle=Componenti aggiuntivi per migliorare $ProductName$.
Select_Message0=Scegliere i componenti aggiuntivi da installare, quindi selezionare Avanti.
Path_Title=Cartella di installazione
@@ -46,7 +46,7 @@
Advanced_Title=Installazione di $ProductName$ - Impostazioni avanzate
Advanced_Message0=Se la propria connessione richiede un proxy inserire il nome del server e la porta. In caso contrario lasciare i campi vuoti.
-Install_Title=sommario
+Install_Title=Sommario
Install_SubTitle=$ProductName$ è pronto per essere installato.
Install_MessageInstall=Il programma di installazione copierà i seguenti componenti:
Install_MessageDownload=Il programma di installazione scaricherà ed installerà i seguenti componenti:
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/it/mail/updater/updater.ini new/l10n/it/mail/updater/updater.ini
--- old/l10n/it/mail/updater/updater.ini 2005-08-28 10:32:27.000000000 +0200
+++ new/l10n/it/mail/updater/updater.ini 2006-05-28 21:46:42.000000000 +0200
@@ -1,4 +1,4 @@
; This file is in the UTF-8 encoding
[Strings]
Title=Aggiornamento Software
-Info=Thunderbird sta installando gli aggiornamenti e partirà tra qualche attimo...
+Info=Thunderbird sta installando gli aggiornamenti e partirà tra un attimo
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/it/toolkit/chrome/mozapps/extensions/extensions.properties new/l10n/it/toolkit/chrome/mozapps/extensions/extensions.properties
--- old/l10n/it/toolkit/chrome/mozapps/extensions/extensions.properties 2005-09-23 21:56:08.000000000 +0200
+++ new/l10n/it/toolkit/chrome/mozapps/extensions/extensions.properties 2006-05-28 21:46:42.000000000 +0200
@@ -33,7 +33,7 @@
updateNotManagedMessage=Aggiornamento non supportato (la posizione di installazione non \u00E8 gestita da %S).
restartBeforeDisableTitle=Disattiva estensione
incompatibleUpdateMessage=%S sta cercando un aggiornamento compatibile per %S.
-incompatibleTitle=%S incompatibili
+incompatibleTitle=%S incompatibile
incompatibleThemeName=questo tema
updateDisabledMessage=L'aggiornamento automatico per %S non \u00E8 attivo.
missingFileMessage=%S non riesce a caricare questo oggetto poich\u00E9 il file %S \u00E8 mancante.
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/nb-NO/toolkit/chrome/mozapps/help/help-toc.rdf new/l10n/nb-NO/toolkit/chrome/mozapps/help/help-toc.rdf
--- old/l10n/nb-NO/toolkit/chrome/mozapps/help/help-toc.rdf 2006-02-11 23:43:16.000000000 +0100
+++ new/l10n/nb-NO/toolkit/chrome/mozapps/help/help-toc.rdf 2006-05-28 21:46:43.000000000 +0200
@@ -14,8 +14,8 @@
<rdf:Description about="#use-help">
<nc:subheadings>
<rdf:Seq>
- <rdf:li> <rdf:Description ID="use-help-finding-the-topic-you-want" nc:name="Finding the Topic You Want" nc:link="chrome://help/locale/welcome.xhtml#finding_the_topic_you_want"/> </rdf:li>
- <rdf:li> <rdf:Description ID="use-help-search" nc:name="Search Tips" nc:link="chrome://help/locale/welcome.xhtml#search_tips"/> </rdf:li>
+ <rdf:li> <rdf:Description ID="use-help-finding-the-topic-you-want" nc:name="Finn emnet du leter etter" nc:link="chrome://help/locale/welcome.xhtml#finding_the_topic_you_want"/> </rdf:li>
+ <rdf:li> <rdf:Description ID="use-help-search" nc:name="Søketips" nc:link="chrome://help/locale/welcome.xhtml#search_tips"/> </rdf:li>
</rdf:Seq>
</nc:subheadings>
</rdf:Description>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/ru/dom/chrome/security/caps.properties new/l10n/ru/dom/chrome/security/caps.properties
--- old/l10n/ru/dom/chrome/security/caps.properties 2005-03-27 19:37:26.000000000 +0200
+++ new/l10n/ru/dom/chrome/security/caps.properties 2006-05-28 21:46:51.000000000 +0200
@@ -1,22 +1,22 @@
-#Translated with MozillaTranslator version 5.03
-#Sun Mar 27 21:20:16 MSD 2005
-EnableCapabilityQuery=\u0421\u0446\u0435\u043D\u0430\u0440\u0438\u0439 \u0441 "%S" \u0437\u0430\u043F\u0440\u043E\u0441\u0438\u043B \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0440\u0438\u0432\u0438\u043B\u0435\u0433\u0438\u0438 \u0447\u0442\u043E \u041D\u0415\u0411\u0415\u0417\u041E\u041F\u0410\u0421\u041D\u041E \u0438 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0434\u0432\u0435\u0440\u0433\u043D\u0443\u0442\u044C \u0440\u0438\u0441\u043A\u0443 \u0432\u0430\u0448\u0443 \u043C\u0430\u0448\u0438\u043D\u0443 \u0438\u043B\u0438 \u0434\u0430\u043D\u043D\u044B\u0435\: \n\n%S \n\n\u0412\u0430\u043C \u0441\u043B\u0435\u0434\u0443\u0435\u0442 \u0434\u0430\u0432\u0430\u0442\u044C \u0438\u0445, \u0442\u043E\u043B\u044C\u043A\u043E \u0435\u0441\u043B\u0438 \u0432\u044B \u0434\u043E\u0432\u0435\u0440\u044F\u0435\u0442\u0435 \u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u0443.
-capdesc.UniversalBrowserWrite=\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u043B\u044E\u0431\u043E\u0433\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u043E\u0433\u043E \u043E\u043A\u043D\u0430
-capdesc.UniversalXPConnect=\u0417\u0430\u043F\u0443\u0441\u043A \u0438\u043B\u0438 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u043D\u043E\u0433\u043E \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u044F \u043D\u0430 \u0432\u0430\u0448\u0435\u0439 \u043C\u0430\u0448\u0438\u043D\u0435
-capdesc.UniversalPreferencesRead=\u0427\u0442\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B
-CheckMessage=\u0417\u0430\u043F\u043E\u043C\u043D\u0438\u0442\u044C \u0440\u0435\u0448\u0435\u043D\u0438\u0435
-Yes=\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C
-No=\u041E\u0442\u043A\u043B\u043E\u043D\u0438\u0442\u044C
-ExtensionCapability=\u041D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u043E\: %S
-capdesc.CapabilityPreferencesAccess=\u041E\u0431\u0445\u043E\u0434 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0431\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u0438
-SetPropertyDenied=\u0417\u0430\u043F\u0440\u0435\u0449\u0435\u043D\u043E \u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E %S.%S
-capdesc.UniversalBrowserRead=\u0427\u0442\u0435\u043D\u0438\u0435 \u043B\u0438\u0447\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445 \u0441 \u043B\u044E\u0431\u043E\u0433\u043E \u0441\u0430\u0439\u0442\u0430 \u0438\u043B\u0438 \u043E\u043A\u043D\u0430
-CheckLoadURIError=\u041E\u0448\u0438\u0431\u043A\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u044B \u0431\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u0438\: \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 %S \u043D\u0435 \u0438\u043C\u0435\u0435\u0442 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044C %S \u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0435\u0433\u043E.
-capdesc.UniversalPreferencesWrite=\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B
-CheckSameOriginError=\u041E\u0448\u0438\u0431\u043A\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u044B \u0431\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u0438\: \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 %S \u043D\u0435 \u0438\u043C\u0435\u0435\u0442 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044C \u0434\u0430\u043D\u043D\u044B\u0435 \u0438\u0437 %S.
-CreateWrapperDenied=\u0417\u0430\u043F\u0440\u0435\u0449\u0435\u043D\u043E \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u043F\u0440\u043E\u043C\u0435\u0436\u0443\u0442\u043E\u0447\u043D\u044B\u0439 \u0441\u043B\u043E\u0439 \u0434\u043B\u044F \u043E\u0431\u044A\u0435\u043A\u0442\u0430 \u043A\u043B\u0430\u0441\u0441\u0430 %S
-EnableCapabilityDenied=\u0421\u0446\u0435\u043D\u0430\u0440\u0438\u044E \u0441 %S \u0431\u044B\u043B\u043E \u043E\u0442\u043A\u0430\u0437\u0430\u043D\u043E \u0432 \u043F\u0440\u0430\u0432\u0430\u0445\: %S.
-CallMethodDenied=\u0417\u0430\u043F\u0440\u0435\u0449\u0435\u043D\u043E \u0432\u044B\u0437\u044B\u0432\u0430\u0442\u044C \u043C\u0435\u0442\u043E\u0434 %S.%S
-capdesc.UniversalFileRead=\u0427\u0442\u0435\u043D\u0438\u0435 \u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432
-Titleline=\u0411\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u044C \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435
-GetPropertyDenied=\u0417\u0430\u043F\u0440\u0435\u0449\u0435\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E\: %S.%S
+#Translated with MozillaTranslator version 5.03
+#Sun Mar 27 21:20:16 MSD 2005
+EnableCapabilityQuery=\u0421\u0446\u0435\u043D\u0430\u0440\u0438\u0439 \u0441 "%S" \u0437\u0430\u043F\u0440\u043E\u0441\u0438\u043B \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0440\u0438\u0432\u0438\u043B\u0435\u0433\u0438\u0438 \u0447\u0442\u043E \u041D\u0415\u0411\u0415\u0417\u041E\u041F\u0410\u0421\u041D\u041E \u0438 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0434\u0432\u0435\u0440\u0433\u043D\u0443\u0442\u044C \u0440\u0438\u0441\u043A\u0443 \u0432\u0430\u0448\u0443 \u043C\u0430\u0448\u0438\u043D\u0443 \u0438\u043B\u0438 \u0434\u0430\u043D\u043D\u044B\u0435\: \n\n%S \n\n\u0412\u0430\u043C \u0441\u043B\u0435\u0434\u0443\u0435\u0442 \u0434\u0430\u0432\u0430\u0442\u044C \u0438\u0445, \u0442\u043E\u043B\u044C\u043A\u043E \u0435\u0441\u043B\u0438 \u0432\u044B \u0434\u043E\u0432\u0435\u0440\u044F\u0435\u0442\u0435 \u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u0443.
+capdesc.UniversalBrowserWrite=\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u043B\u044E\u0431\u043E\u0433\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u043E\u0433\u043E \u043E\u043A\u043D\u0430
+capdesc.UniversalXPConnect=\u0417\u0430\u043F\u0443\u0441\u043A \u0438\u043B\u0438 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u043D\u043E\u0433\u043E \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u044F \u043D\u0430 \u0432\u0430\u0448\u0435\u0439 \u043C\u0430\u0448\u0438\u043D\u0435
+capdesc.UniversalPreferencesRead=\u0427\u0442\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B
+CheckMessage=\u0417\u0430\u043F\u043E\u043C\u043D\u0438\u0442\u044C \u0440\u0435\u0448\u0435\u043D\u0438\u0435
+Yes=\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C
+No=\u041E\u0442\u043A\u043B\u043E\u043D\u0438\u0442\u044C
+ExtensionCapability=\u041D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u043E\: %S
+capdesc.CapabilityPreferencesAccess=\u041E\u0431\u0445\u043E\u0434 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0431\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u0438
+SetPropertyDenied=Permission denied to set property %S.%S
+capdesc.UniversalBrowserRead=\u0427\u0442\u0435\u043D\u0438\u0435 \u043B\u0438\u0447\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445 \u0441 \u043B\u044E\u0431\u043E\u0433\u043E \u0441\u0430\u0439\u0442\u0430 \u0438\u043B\u0438 \u043E\u043A\u043D\u0430
+CheckLoadURIError=\u041E\u0448\u0438\u0431\u043A\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u044B \u0431\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u0438\: \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 %S \u043D\u0435 \u0438\u043C\u0435\u0435\u0442 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044C %S \u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0435\u0433\u043E.
+capdesc.UniversalPreferencesWrite=\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B
+CheckSameOriginError=\u041E\u0448\u0438\u0431\u043A\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u044B \u0431\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u0438\: \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 %S \u043D\u0435 \u0438\u043C\u0435\u0435\u0442 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044C \u0434\u0430\u043D\u043D\u044B\u0435 \u0438\u0437 %S.
+CreateWrapperDenied=Permission denied to create wrapper for object of class %S
+EnableCapabilityDenied=A script from "%S" was denied %S privileges.
+CallMethodDenied=Permission denied to call method %S.%S
+capdesc.UniversalFileRead=\u0427\u0442\u0435\u043D\u0438\u0435 \u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432
+Titleline=\u0411\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u044C \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435
+GetPropertyDenied=Permission denied to get property %S.%S
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/ru/mail/chrome/messenger/messengercompose/composeMsgs.properties new/l10n/ru/mail/chrome/messenger/messengercompose/composeMsgs.properties
--- old/l10n/ru/mail/chrome/messenger/messengercompose/composeMsgs.properties 2005-10-23 00:22:05.000000000 +0200
+++ new/l10n/ru/mail/chrome/messenger/messengercompose/composeMsgs.properties 2006-05-28 21:46:51.000000000 +0200
@@ -53,7 +53,7 @@
12502=\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u043A\u0430\u043A \u0448\u0430\u0431\u043B\u043E\u043D.
12567=\u0420\u0430\u0437\u043C\u0435\u0440 \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u043E\u0433\u043E \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u044F \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u0435\u0442 \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0435 \u0441\u0435\u0440\u0432\u0435\u0440\u043E\u043C \u043F\u0440\u0435\u0434\u0435\u043B\u044B. \u0421\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u043D\u0435 \u0431\u044B\u043B\u043E \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043E, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0443\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u0435\u0433\u043E \u0440\u0430\u0437\u043C\u0435\u0440 \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0441\u043D\u043E\u0432\u0430. \u0421\u0435\u0440\u0432\u0435\u0440 \u043E\u0442\u0432\u0435\u0442\u0438\u043B\: %s.
12501=\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0444\u0430\u0439\u043B %P0%. \u041F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u0432\u0430\u0448\u0435\u0433\u043E \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0430 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432.
-12566=\u043D\u0435\u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0435 \u0430\u0434\u0440\u0435\u0441\u0430\u0442\u044B
+12566=undisclosed-recipients
12500=\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0444\u0430\u0439\u043B %P0%.
12565=\u0421\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043E, \u043F\u043E\u0442\u043E\u043C\u0443 \u0447\u0442\u043E \u043D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0435 \u0441 SMTP-\u0441\u0435\u0440\u0432\u0435\u0440\u043E\u043C %S. \u0421\u0435\u0440\u0432\u0435\u0440 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D \u0438\u043B\u0438 \u043E\u0442\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u0432 \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0438. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u0430\u043B\u0438 \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B SMTP-\u0441\
u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430 \u0438\u043B\u0438 \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044C \u043A \u0441\u0435\u0442\u0435\u0432\u043E\u043C\u0443 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\u0443.
12564=\u0410\u0432\u0442\u043E\u0440 \u044D\u0442\u043E\u0433\u043E \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u044F \u0437\u0430\u043F\u0440\u043E\u0441\u0438\u043B, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0432\u0435\u0442\u044B \u0431\u044B\u043B\u0438 \u043F\u0440\u0438\u0441\u043B\u0430\u043D\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0435\u043C\u0443. \u0415\u0441\u043B\u0438 \u0432\u044B \u0445\u043E\u0442\u0438\u0442\u0435 \u043E\u0442\u0432\u0435\u0442\u0438\u0442\u044C \u0442\u0430\u043A\u0436\u0435 \u0432 \u043A\u043E\u043D\u0444\u0435\u0440\u0435\u043D\u0446\u0438\u044E, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043D\u043E\u0432\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443 \u0432 \u043F\u0430\u043D\u0435\u043B\u044C \u0430\u0434\u0440\u0435\u0441\u0430, \u0432\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043F\u0443\u043D\u043A\u0442 \u043A\u043E\u043D\u0444\u0435\u0440\u0435\u043D\u0446\u0438\u0438 \u0438\u0437 \u0441\u043F\u0438\u0441\u04
3A\u0430 \u0430\u0434\u0440\u0435\u0441\u0430\u0442\u043E\u0432 \u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0435\u0451 \u0438\u043C\u044F.
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/ru/security/manager/chrome/pippki/pippki.dtd new/l10n/ru/security/manager/chrome/pippki/pippki.dtd
--- old/l10n/ru/security/manager/chrome/pippki/pippki.dtd 2006-02-11 23:43:17.000000000 +0100
+++ new/l10n/ru/security/manager/chrome/pippki/pippki.dtd 2006-05-28 21:46:51.000000000 +0200
@@ -1,66 +1,66 @@
-<!ENTITY caCertExists.message "Сертификат уже существует.">
-<!ENTITY caCertExists.title "Сертификат существует">
-<!ENTITY certPicker.detailsLabel "Подробности о выбранном сертификате:">
-<!ENTITY certPicker.info "Сертификат:">
-<!ENTITY certPicker.title "Выбор сертификата">
-<!ENTITY chooseToken.message1 "Выберите маркер.">
-<!ENTITY chooseToken.title "Выбор маркера">
-<!ENTITY clientAuthAsk.message1 "Сайт спрашивает, с каким сертификатом ассоциировать вас:">
-<!ENTITY clientAuthAsk.message2 "Выберите сертификат для идентификации:">
-<!ENTITY clientAuthAsk.message3 "Подробности о выбранном сертификате:">
-<!ENTITY clientAuthAsk.title "Запрос идентификации пользователя">
-<!ENTITY createCertInfo.msg1 "Идет создание ключей... Это может занять несколько минут...">
-<!ENTITY createCertInfo.msg2 "Пожалуйста, подождите...">
-<!ENTITY createCertInfo.title "Создание закрытого ключа">
-<!ENTITY domainMismatch.title "Ошибка системы безопасности: несоответствие имени домена">
-<!ENTITY downloadCert.message1 "Вас просят доверять новому центру сертификации (CA).">
-<!ENTITY downloadCert.message3 "Перед тем, как определиться с доверием к этому центру, рекомендуется проверить его сертификат, политику и процедуры (если возможно).">
-<!ENTITY downloadCert.title "Загрузка сертификатов">
-<!ENTITY downloadCert.trustEmail "Доверять при идентификации пользователей электронной почты.">
-<!ENTITY downloadCert.trustObjSign "Доверять при идентификации программного обеспечения.">
-<!ENTITY downloadCert.trustSSL "Доверять при идентификации сайтов.">
-<!ENTITY downloadCert.viewCert.label "Просмотр">
-<!ENTITY downloadCert.viewCert.text "Проверить сертификат центра">
-<!ENTITY downloadCert.viewPolicy.label "Политика">
-<!ENTITY downloadCert.viewPolicy.text "Проверить политику и процедуры центра">
-<!ENTITY escrowWarn.benefit1 "Преимущество этого способа в том, что если вы потеряете доступ к вашему закрытому ключу, вы можете запросить его копию из центра сертификации.">
-<!ENTITY escrowWarn.message1 "Внимание: центр сертификации попросил сделать резервную копию вашего закрытого ключа.">
-<!ENTITY escrowWarn.message2 "Как бы то ни было, ваш зашифрованный закрытый ключ будет храниться центром сертификации и может быть использован для того, чтобы прочитать вашу зашифрованную почту или документы без вашего разрешения.">
-<!ENTITY escrowWarn.title "Копия ключа шифрования">
-<!ENTITY examineCert.accesskey "П">
-<!ENTITY examineCert.label "Просмотр сертификата">
-<!ENTITY formSigning.cert "Сертификат подписи">
-<!ENTITY formSigning.confirmPassword "Чтобы подтвердить свое согласие поставить цифровую подпись на это текстовое сообщение, введите мастер-пароль:">
-<!ENTITY formSigning.title "Запрос на подпись текста">
-<!ENTITY getPassword.password.label "Пароль:">
-<!ENTITY getPassword.title "Ввод мастер-пароля">
-<!ENTITY getPassword.tokenName.label "Устройство защиты">
-<!ENTITY pipalert.title "Ошибка - невозможность восстановления">
-<!ENTITY piperror.title "Ошибка">
-<!ENTITY pkcs12.getpassword.message "Введите пароль, использованный для шифрования резервной копии сертификата.">
-<!ENTITY pkcs12.getpassword.title "Ввод пароля">
-<!ENTITY pkcs12.setpassword.label1 "Пароль резервной копии:">
-<!ENTITY pkcs12.setpassword.label2 "Пароль резервной копии (ещё раз):">
-<!ENTITY pkcs12.setpassword.message "Пароль резервной копии сертификата, который вы укажете здесь, защитит файл, который будет создан. Для продолжения копирования вам нужно установить пароль.">
-<!ENTITY pkcs12.setpassword.reminder "Внимание: если вы забудете ваш пароль, вы не сможете восстановить эту резервную копию позже. Эту информацию надо хранить в безопасном месте.">
-<!ENTITY pkcs12.setpassword.title "Выбор пароля резервной копии сертификата">
-<!ENTITY pref.security.general.certificates.title "Сертификаты">
-<!ENTITY pref.security.general.header "Основные параметры безопасности">
-<!ENTITY pref.security.general.lHeader "Безопасность">
-<!ENTITY pref.security.general.level.title "Уровень безопасности">
-<!ENTITY pref.security.general.manageCert.label "Упорядочить сертификаты">
-<!ENTITY pref.security.general.paranoid.label "Использовать параметры усиленной безопасности">
-<!ENTITY pref.security.general.rHeader "Основные параметры безопасности">
-<!ENTITY resetPassword.text "Если вы сбросите свой мастер-пароль, все сохранённые пароли для Интернета и электронной почты, данные форм, личные сертификаты и закрытые ключи будут "забыты". Вы действительно хотите сбросить свой мастер-пароль?">
-<!ENTITY resetPassword.title "Сброс мастер-пароля">
-<!ENTITY resetPasswordButtonLabel "Сбросить">
-<!ENTITY serverCertExpired.accept.label "Продолжить">
-<!ENTITY serverCertExpired.continue "Продолжить, несмотря на это?">
-<!ENTITY serverCrlNextupdate.message "Обратитесь за помощью к системному администратору">
-<!ENTITY setPassword.meter.label "Уровень качества пароля">
-<!ENTITY setPassword.meter.loading "Загрузка">
-<!ENTITY setPassword.newPassword.label "Новый пароль:">
-<!ENTITY setPassword.oldPassword.label "Текущий пароль:">
-<!ENTITY setPassword.reenterPassword.label "Новый пароль (ещё раз):">
-<!ENTITY setPassword.title "Смена мастер-пароля">
-<!ENTITY setPassword.tokenName.label "Устройство защиты">
+<!ENTITY caCertExists.message "Сертификат уже существует.">
+<!ENTITY caCertExists.title "Сертификат существует">
+<!ENTITY certPicker.detailsLabel "Подробности о выбранном сертификате:">
+<!ENTITY certPicker.info "Сертификат:">
+<!ENTITY certPicker.title "Выбор сертификата">
+<!ENTITY chooseToken.message1 "Выберите маркер.">
+<!ENTITY chooseToken.title "Выбор маркера">
+<!ENTITY clientAuthAsk.message1 "Сайт спрашивает, с каким сертификатом ассоциировать вас:">
+<!ENTITY clientAuthAsk.message2 "Выберите сертификат для идентификации:">
+<!ENTITY clientAuthAsk.message3 "Подробности о выбранном сертификате:">
+<!ENTITY clientAuthAsk.title "Запрос идентификации пользователя">
+<!ENTITY createCertInfo.msg1 "Идет создание ключей... Это может занять несколько минут...">
+<!ENTITY createCertInfo.msg2 "Пожалуйста, подождите...">
+<!ENTITY createCertInfo.title "Создание закрытого ключа">
+<!ENTITY domainMismatch.title "Предупреждение: несоответствие имени домена">
+<!ENTITY downloadCert.message1 "Вас просят доверять новому центру сертификации (CA).">
+<!ENTITY downloadCert.message3 "Перед тем, как определиться с доверием к этому центру, рекомендуется проверить его сертификат, политику и процедуры (если возможно).">
+<!ENTITY downloadCert.title "Загрузка сертификатов">
+<!ENTITY downloadCert.trustEmail "Доверять при идентификации пользователей электронной почты.">
+<!ENTITY downloadCert.trustObjSign "Доверять при идентификации программного обеспечения.">
+<!ENTITY downloadCert.trustSSL "Доверять при идентификации сайтов.">
+<!ENTITY downloadCert.viewCert.label "Просмотр">
+<!ENTITY downloadCert.viewCert.text "Проверить сертификат центра">
+<!ENTITY downloadCert.viewPolicy.label "Политика">
+<!ENTITY downloadCert.viewPolicy.text "Проверить политику и процедуры центра">
+<!ENTITY escrowWarn.benefit1 "Преимущество этого способа в том, что если вы потеряете доступ к вашему закрытому ключу, вы можете запросить его копию из центра сертификации.">
+<!ENTITY escrowWarn.message1 "Внимание: центр сертификации попросил сделать резервную копию вашего закрытого ключа.">
+<!ENTITY escrowWarn.message2 "Как бы то ни было, ваш зашифрованный закрытый ключ будет храниться центром сертификации и может быть использован для того, чтобы прочитать вашу зашифрованную почту или документы без вашего разрешения.">
+<!ENTITY escrowWarn.title "Копия ключа шифрования">
+<!ENTITY examineCert.accesskey "П">
+<!ENTITY examineCert.label "Просмотр сертификата">
+<!ENTITY formSigning.cert "Сертификат подписи">
+<!ENTITY formSigning.confirmPassword "Чтобы подтвердить свое согласие поставить цифровую подпись на это текстовое сообщение, введите мастер-пароль:">
+<!ENTITY formSigning.title "Запрос на подпись текста">
+<!ENTITY getPassword.password.label "Пароль:">
+<!ENTITY getPassword.title "Ввод мастер-пароля">
+<!ENTITY getPassword.tokenName.label "Устройство защиты">
+<!ENTITY pipalert.title "Ошибка - невозможность восстановления">
+<!ENTITY piperror.title "Ошибка">
+<!ENTITY pkcs12.getpassword.message "Введите пароль, использованный для шифрования резервной копии сертификата.">
+<!ENTITY pkcs12.getpassword.title "Ввод пароля">
+<!ENTITY pkcs12.setpassword.label1 "Пароль резервной копии:">
+<!ENTITY pkcs12.setpassword.label2 "Пароль резервной копии (ещё раз):">
+<!ENTITY pkcs12.setpassword.message "Пароль резервной копии сертификата, который вы укажете здесь, защитит файл, который будет создан. Для продолжения копирования вам нужно установить пароль.">
+<!ENTITY pkcs12.setpassword.reminder "Внимание: если вы забудете ваш пароль, вы не сможете восстановить эту резервную копию позже. Эту информацию надо хранить в безопасном месте.">
+<!ENTITY pkcs12.setpassword.title "Выбор пароля резервной копии сертификата">
+<!ENTITY pref.security.general.certificates.title "Сертификаты">
+<!ENTITY pref.security.general.header "Основные параметры безопасности">
+<!ENTITY pref.security.general.lHeader "Безопасность">
+<!ENTITY pref.security.general.level.title "Уровень безопасности">
+<!ENTITY pref.security.general.manageCert.label "Упорядочить сертификаты">
+<!ENTITY pref.security.general.paranoid.label "Использовать параметры усиленной безопасности">
+<!ENTITY pref.security.general.rHeader "Основные параметры безопасности">
+<!ENTITY resetPassword.text "Если вы сбросите свой мастер-пароль, все сохранённые пароли для Интернета и электронной почты, данные форм, личные сертификаты и закрытые ключи будут "забыты". Вы действительно хотите сбросить свой мастер-пароль?">
+<!ENTITY resetPassword.title "Сброс мастер-пароля">
+<!ENTITY resetPasswordButtonLabel "Сбросить">
+<!ENTITY serverCertExpired.accept.label "Продолжить">
+<!ENTITY serverCertExpired.continue "Продолжить, несмотря на это?">
+<!ENTITY serverCrlNextupdate.message "Обратитесь за помощью к системному администратору">
+<!ENTITY setPassword.meter.label "Уровень качества пароля">
+<!ENTITY setPassword.meter.loading "Загрузка">
+<!ENTITY setPassword.newPassword.label "Новый пароль:">
+<!ENTITY setPassword.oldPassword.label "Текущий пароль:">
+<!ENTITY setPassword.reenterPassword.label "Новый пароль (ещё раз):">
+<!ENTITY setPassword.title "Смена мастер-пароля">
+<!ENTITY setPassword.tokenName.label "Устройство защиты">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/l10n/ru/toolkit/chrome/global/intl.css new/l10n/ru/toolkit/chrome/global/intl.css
--- old/l10n/ru/toolkit/chrome/global/intl.css 2006-02-11 23:43:17.000000000 +0100
+++ new/l10n/ru/toolkit/chrome/global/intl.css 2006-05-28 21:46:51.000000000 +0200
@@ -9,3 +9,7 @@
#MailPreferences {
min-height: 36em !important;
}
+
+#domainMismatch {
+ min-width: 40em !important;
+}
++++++ pango-cairo.patch ++++++
++++ 1302 lines (skipped)
++++ between MozillaThunderbird/pango-cairo.patch
++++ and MozillaThunderbird/pango-cairo.patch
++++++ postscript.patch ++++++
From: Wolfgang Rosenauer <stark(a)suse.de>
Subject: make pagesize postscript DSC conform
References:
http://www.cups.org/str.php?L1542
https://bugzilla.mozilla.org/show_bug.cgi?id=334485
Index: gfx/src/ps/nsPostScriptObj.cpp
===================================================================
RCS file: /cvsroot/mozilla/gfx/src/ps/nsPostScriptObj.cpp,v
retrieving revision 1.124
diff -u -p -6 -r1.124 nsPostScriptObj.cpp
--- gfx/src/ps/nsPostScriptObj.cpp 26 Jul 2005 15:54:18 -0000 1.124
+++ gfx/src/ps/nsPostScriptObj.cpp 25 Apr 2006 18:10:34 -0000
@@ -463,20 +463,23 @@ nsPostScriptObj::write_prolog(FILE *aHan
// now begin prolog
fprintf(f, "%%%%BeginProlog\n");
// Tell the printer what size paper it should use
fprintf(f,
+ "%%%%BeginFeature: *PageSize %s\n"
"/setpagedevice where\n" // Test for the feature
"{ pop 2 dict\n"
" dup /PageSize [ %s %s ] put\n" // Paper dimensions
" dup /Policies 1 dict\n"
" dup /PageSize 3 put\n" // Select the nearest page size to fit
" put\n"
" setpagedevice\n" // Install settings
- "} if\n",
+ "} if\n"
+ "%%%%EndFeature\n",
+ mPrintSetup->paper_name,
fpCString(NSTwipsToFloatPoints(paper_width)).get(),
fpCString(NSTwipsToFloatPoints(paper_height)).get());
fprintf(f, "[");
for (i = 0; i < 256; i++){
if (*isotab[i] == '\0'){
@@ -543,13 +546,13 @@ nsPostScriptObj::write_prolog(FILE *aHan
" load def\n"
"\n"
);
if (aFTPEnable) {
- fprintf(f, "%%%%EndProlog\n");
+ //fprintf(f, "%%%%EndProlog\n");
return;
}
for(i = 0;i < NUM_AFM_FONTS; i++){
fprintf(f,
"/F%d /%s Mfr\n"
Index: gfx/src/ps/nsDeviceContextPS.cpp
===================================================================
RCS file: /cvsroot/mozilla/gfx/src/ps/nsDeviceContextPS.cpp,v
retrieving revision 1.73
diff -u -p -6 -r1.73 nsDeviceContextPS.cpp
--- gfx/src/ps/nsDeviceContextPS.cpp 21 May 2005 15:33:08 -0000 1.73
+++ gfx/src/ps/nsDeviceContextPS.cpp 25 Apr 2006 18:10:48 -0000
@@ -480,12 +480,18 @@ NS_IMETHODIMP nsDeviceContextPS::EndDocu
* to generate Type1 fonts and output to Postscript file
*/
if (mPSFontGeneratorList)
mPSFontGeneratorList->Enumerate(GeneratePSFontCallback,
(void *) submitFP);
+ /* Fonts have to be defined in the prolog */
+#if defined(MOZ_ENABLE_FREETYPE2) || defined(MOZ_ENABLE_XFT)
+ if (mFTPEnable)
+ fprintf(submitFP, "%%%%EndProlog\n");
+#endif
+
rv = mPSObj->write_script(submitFP);
if (NS_SUCCEEDED(rv))
rv = mPrintJob->FinishSubmission();
}
}
++++++ print-properties.patch ++++++
Subject: Printer properties are not saved and displayed correctly
References:
https://bugzilla.mozilla.org/show_bug.cgi?id=324072
https://bugzilla.novell.com/show_bug.cgi?id=174082
diff -p -u -d -8 -r1.4 nsIPrintSettingsService.idl
--- gfx/idl/nsIPrintSettingsService.idl 4 Mar 2006 16:37:11 -0000 1.4
+++ gfx/idl/nsIPrintSettingsService.idl 2 May 2006 22:59:39 -0000
@@ -67,17 +67,17 @@ interface nsIPrintSettingsService : nsIS
* then it should use "globalPrintSettings"
*
* Initializes the newPrintSettings from the default printer
*
*/
readonly attribute nsIPrintSettings newPrintSettings;
/**
- * The name of the default printer
+ * The name of the last printer used, or else the system default printer.
*/
readonly attribute wstring defaultPrinterName;
/**
* Initializes certain settings from the native printer into the PrintSettings
* if aPrinterName is null then it uses the default printer name if it can
* These settings include, but are not limited to:
* Page Orientation
@@ -85,28 +85,31 @@ interface nsIPrintSettingsService : nsIS
* Number of Copies
*/
void initPrintSettingsFromPrinter(in wstring aPrinterName, in nsIPrintSettings aPrintSettings);
/**
* Reads PrintSettings values from Prefs,
* the values to be read are indicated by the "flags" arg.
*
- * First it reads in the "generic" set of PrintSetings not associated with any printer
- * then it uses the PrinterName in the PrinterSettings to read any settings that were saved
+ * aPrintSettings should be initialized with the name of a printer. First
+ * it reads in the PrintSettings from the last print job. Then it uses the
+ * PrinterName in the PrinterSettings to read any settings that were saved
* just for that printer.
*
* aPS - PrintSettings to have its settings read
* aUsePrinterNamePrefix - indicates whether to use the printer name as a prefix
- * aFlags - indicates which prefs to read, see nsIPrintSettings.idl for the const values.
+ * aFlags - indicates which prefs to read, see nsIPrintSettings.idl for the
+ * const values.
*
* Items not read:
* startPageRange, endPageRange, scaling, printRange, title
* docURL, howToEnableFrameUI, isCancelled, printFrameTypeUsage
- * printFrameType, printSilent, shrinkToFit, numCopies
+ * printFrameType, printSilent, shrinkToFit, numCopies,
+ * printerName
*
*/
void initPrintSettingsFromPrefs(in nsIPrintSettings aPrintSettings, in boolean aUsePrinterNamePrefix, in unsigned long aFlags);
/**
* Writes PrintSettings values to Prefs,
* the values to be written are indicated by the "flags" arg.
*
Index: gfx/src/nsPrintOptionsImpl.cpp
===================================================================
RCS file: /cvsroot/mozilla/gfx/src/Attic/nsPrintOptionsImpl.cpp,v
retrieving revision 1.76
diff -u -p -6 -r1.76 nsPrintOptionsImpl.cpp
--- gfx/src/nsPrintOptionsImpl.cpp 9 Aug 2005 01:35:48 -0000 1.76
+++ gfx/src/nsPrintOptionsImpl.cpp 10 May 2006 06:22:28 -0000
@@ -599,19 +599,12 @@ nsPrintOptions::ReadPrefs(nsIPrintSettin
if (GETSTRPREF(kPrintCommand, str)) {
aPS->SetPrintCommand(str.get());
DUMP_STR(kReadStr, kPrintCommand, str.get());
}
}
- if (aFlags & nsIPrintSettings::kInitSavePrinterName) {
- if (GETSTRPREF(kPrinterName, str)) {
- aPS->SetPrinterName(str.get());
- DUMP_STR(kReadStr, kPrinterName, str.get());
- }
- }
-
if (aFlags & nsIPrintSettings::kInitSavePrintToFile) {
if (GETBOOLPREF(kPrintToFile, &b)) {
aPS->SetPrintToFile(b);
DUMP_BOOL(kReadStr, kPrintToFile, b);
}
}
@@ -867,16 +860,18 @@ nsPrintOptions::WritePrefs(nsIPrintSetti
if (NS_SUCCEEDED(aPS->GetPrintCommand(&uStr))) {
DUMP_STR(kWriteStr, kPrintCommand, uStr);
WritePrefString(uStr, GetPrefName(kPrintCommand, aPrinterName));
}
}
- if (aFlags & nsIPrintSettings::kInitSavePrinterName) {
+ // Only the general version of this pref is saved
+ if ((aFlags & nsIPrintSettings::kInitSavePrinterName)
+ && aPrinterName.IsEmpty()) {
if (NS_SUCCEEDED(aPS->GetPrinterName(&uStr))) {
DUMP_STR(kWriteStr, kPrinterName, uStr);
- WritePrefString(uStr, GetPrefName(kPrinterName, aPrinterName));
+ WritePrefString(uStr, kPrinterName);
}
}
if (aFlags & nsIPrintSettings::kInitSavePrintToFile) {
if (NS_SUCCEEDED(aPS->GetPrintToFile(&b))) {
DUMP_BOOL(kWriteStr, kPrintToFile, b);
@@ -967,12 +962,18 @@ nsresult nsPrintOptions::_CreatePrintSet
{
// does not initially ref count
nsPrintSettings * printSettings = new nsPrintSettings();
NS_ENSURE_TRUE(printSettings, NS_ERROR_OUT_OF_MEMORY);
NS_ADDREF(*_retval = printSettings); // ref count
+
+ nsXPIDLString printerName;
+ nsresult rv = GetDefaultPrinterName(getter_Copies(printerName));
+ NS_ENSURE_SUCCESS(rv, rv);
+ (*_retval)->SetPrinterName(printerName.get());
+
(void)InitPrintSettingsFromPrefs(*_retval, PR_FALSE,
nsIPrintSettings::kInitSaveAll);
return NS_OK;
}
@@ -1005,12 +1006,38 @@ nsPrintOptions::GetDefaultPrinterName(PR
{
nsresult rv;
nsCOMPtr<nsIPrinterEnumerator> prtEnum = do_GetService(kPrinterEnumeratorCID,
&rv);
NS_ENSURE_SUCCESS(rv, rv);
+ // Look up the printer from the last print job
+ nsAutoString lastPrinterName;
+ ReadPrefString(kPrinterName, lastPrinterName);
+ if (!lastPrinterName.IsEmpty()) {
+ // Verify it's still a valid printer
+ PRUnichar **printers;
+ PRUint32 ctPrinters;
+ rv = prtEnum->EnumeratePrinters(&ctPrinters, &printers);
+ if (NS_SUCCEEDED(rv)) {
+ PRBool isValid = PR_FALSE;
+ for (PRUint32 ii = ctPrinters - 1; ii >= 0; --ii) {
+ if (lastPrinterName.Equals(printers[ii])) {
+ isValid = PR_TRUE;
+ break;
+ }
+ }
+ NS_FREE_XPCOM_ALLOCATED_POINTER_ARRAY(ctPrinters, printers);
+ if (isValid) {
+ *aDefaultPrinterName = ToNewUnicode(lastPrinterName);
+ return NS_OK;
+ }
+ }
+ }
+
+ // There is no last printer preference, or it doesn't name a valid printer.
+ // Return the default from the printer enumeration.
return prtEnum->GetDefaultPrinterName(aDefaultPrinterName);
}
NS_IMETHODIMP
nsPrintOptions::InitPrintSettingsFromPrinter(const PRUnichar *aPrinterName,
nsIPrintSettings *aPrintSettings)
@@ -1126,15 +1153,20 @@ nsPrintOptions::InitPrintSettingsFromPre
// with empty printer name
nsresult rv = ReadPrefs(aPS, prtName, aFlags);
NS_ENSURE_SUCCESS(rv, rv);
// Get the Printer Name from the PrintSettings
// to use as a prefix for Pref Names
- GetAdjustedPrinterName(aPS, aUsePNP, prtName);
- NS_ENSURE_FALSE(prtName.IsEmpty(), NS_OK);
+ rv = GetAdjustedPrinterName(aPS, aUsePNP, prtName);
+ NS_ENSURE_SUCCESS(rv, rv);
+ if (prtName.IsEmpty()) {
+ NS_WARNING("Caller should supply a printer name.");
+ return NS_OK;
+ }
+
// Now read any printer specific prefs
rv = ReadPrefs(aPS, prtName, aFlags);
if (NS_SUCCEEDED(rv))
aPS->SetIsInitializedFromPrefs(PR_TRUE);
return NS_OK;
++++++ suse-default-prefs.js ++++++
--- MozillaThunderbird/suse-default-prefs.js 2006-03-20 06:19:45.000000000 +0100
+++ MozillaThunderbird/suse-default-prefs.js 2006-06-02 12:16:28.000000000 +0200
@@ -5,3 +5,7 @@
pref("font.name.monospace.x-western", "monospace");
pref("font.name.monospace.x-unicode", "monospace");
pref("network.negotiate-auth.gsslib", "GSSAPI");
+pref("print.print_edge_top", 14); // 1/100 of an inch
+pref("print.print_edge_left", 16); // 1/100 of an inch
+pref("print.print_edge_right", 16); // 1/100 of an inch
+pref("print.print_edge_bottom", 14); // 1/100 of an inch
++++++ system-extensions.patch ++++++
--- /var/tmp/diff_new_pack.vnGpvc/_old 2006-06-02 12:59:35.000000000 +0200
+++ /var/tmp/diff_new_pack.vnGpvc/_new 2006-06-02 12:59:35.000000000 +0200
@@ -45,7 +45,7 @@
@@ -3236,13 +3247,13 @@ ExtensionManager.prototype = {
"{641d8d09-7dda-4850-8228-ac0ab65e2ac9}"]);
if (profileDOMi && profileDOMi.exists())
- profileDOMi.remove(true);
+ removeDirRecursive(profileDOMi);
// Prepare themes for installation
// Only enumerate directories in the app-profile and app-global locations.
++++++ system-nss.patch ++++++
++++ 5430 lines (skipped)
++++ between MozillaThunderbird/system-nss.patch
++++ and MozillaThunderbird/system-nss.patch
++++++ thunderbird-1.5-source.tar.bz2 -> thunderbird-1.5.0.4-source.tar.bz2 ++++++
MozillaThunderbird/thunderbird-1.5-source.tar.bz2 MozillaThunderbird/thunderbird-1.5.0.4-source.tar.bz2 differ: char 11, line 1
++++++ xul-picker.patch ++++++
--- /var/tmp/diff_new_pack.vnGpvc/_old 2006-06-02 12:59:36.000000000 +0200
+++ /var/tmp/diff_new_pack.vnGpvc/_new 2006-06-02 12:59:36.000000000 +0200
@@ -1,6 +1,14 @@
---- widget/src/gtk2/nsWidgetFactory.cpp.orig 2004-09-02 13:26:37.397413875 +0200
-+++ widget/src/gtk2/nsWidgetFactory.cpp 2004-09-02 13:33:59.337053388 +0200
-@@ -55,6 +55,7 @@
+Index: widget/src/gtk2/nsWidgetFactory.cpp
+===================================================================
+RCS file: /cvsroot/mozilla/widget/src/gtk2/nsWidgetFactory.cpp,v
+retrieving revision 1.26.12.1
+diff -u -p -6 -r1.26.12.1 nsWidgetFactory.cpp
+--- widget/src/gtk2/nsWidgetFactory.cpp 21 Apr 2006 21:43:42 -0000 1.26.12.1
++++ widget/src/gtk2/nsWidgetFactory.cpp 25 Apr 2006 05:05:06 -0000
+@@ -52,12 +52,13 @@
+ #include "nsBidiKeyboard.h"
+ #include "nsNativeKeyBindings.h"
+
#include "nsIComponentRegistrar.h"
#include "nsComponentManagerUtils.h"
#include "nsAutoPtr.h"
@@ -8,12 +16,21 @@
#include <gtk/gtk.h>
/* from nsFilePicker.js */
-@@ -87,7 +88,7 @@
+ #define XULFILEPICKER_CID \
+ { 0x54ae32f8, 0x1dd2, 0x11b2, \
+ { 0xa2, 0x09, 0xdf, 0x7c, 0x50, 0x53, 0x70, 0xf8} }
+@@ -83,13 +84,13 @@ nsFilePickerConstructor(nsISupports *aOu
+ *aResult = nsnull;
+ if (aOuter != nsnull) {
+ return NS_ERROR_NO_AGGREGATION;
}
nsCOMPtr<nsIFilePicker> picker;
-- if (gtk_check_version(2,4,0) == NULL) {
-+ if ( (gtk_check_version(2,4,0) == NULL) && !PR_GetEnv("MOZ_XUL_PICKER") ) {
+- if (gtk_check_version(2,6,3) == NULL) {
++ if ( (gtk_check_version(2,6,3) == NULL) && !PR_GetEnv("MOZ_XUL_PICKER") ) {
picker = new nsFilePicker;
} else {
picker = do_CreateInstance(kXULFilePickerCID);
+ }
+
+ if (!picker) {
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit-help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package yast2-packager
checked in at Fri Jun 2 12:58:15 CEST 2006.
--------
--- yast2-packager/yast2-packager.changes 2006-06-01 10:15:13.000000000 +0200
+++ yast2-packager/yast2-packager.changes 2006-06-02 11:20:51.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 2 10:52:15 CEST 2006 - jsrain(a)suse.cz
+
+- log Report messages by default (bug 180862)
+- 2.13.124
+
+-------------------------------------------------------------------
Old:
----
yast2-packager-2.13.123.tar.bz2
New:
----
yast2-packager-2.13.124.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.gzEKWc/_old 2006-06-02 12:56:05.000000000 +0200
+++ /var/tmp/diff_new_pack.gzEKWc/_new 2006-06-02 12:56:05.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-packager (Version 2.13.123)
+# spec file for package yast2-packager (Version 2.13.124)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-packager
-Version: 2.13.123
+Version: 2.13.124
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-packager-2.13.123.tar.bz2
+Source0: yast2-packager-2.13.124.tar.bz2
prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen gcc-c++ libxcrypt-devel libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-country yast2-devtools yast2-installation yast2-testsuite yast2-xml
Requires: yast2 yast2-installation checkmedia yast2-country
@@ -43,7 +43,7 @@
Arvin Schnell <arvin(a)suse.de>
%prep
-%setup -n yast2-packager-2.13.123
+%setup -n yast2-packager-2.13.124
%build
%{prefix}/bin/y2tool y2autoconf
@@ -80,6 +80,9 @@
%doc %{prefix}/share/doc/packages/yast2-packager
%changelog -n yast2-packager
+* Fri Jun 02 2006 - jsrain(a)suse.cz
+- log Report messages by default (bug 180862)
+- 2.13.124
* Thu Jun 01 2006 - jsrain(a)suse.cz
- initialize package callbacks earlier to allow install from
incorrectly signed installation source (#179567)
++++++ yast2-packager-2.13.123.tar.bz2 -> yast2-packager-2.13.124.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-packager-2.13.123/VERSION new/yast2-packager-2.13.124/VERSION
--- old/yast2-packager-2.13.123/VERSION 2006-06-01 10:08:57.000000000 +0200
+++ new/yast2-packager-2.13.124/VERSION 2006-06-02 11:07:24.000000000 +0200
@@ -1 +1 @@
-2.13.123
+2.13.124
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-packager-2.13.123/configure new/yast2-packager-2.13.124/configure
--- old/yast2-packager-2.13.123/configure 2006-06-01 10:14:41.000000000 +0200
+++ new/yast2-packager-2.13.124/configure 2006-06-02 11:18:39.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for yast2-packager 2.13.123.
+# Generated by GNU Autoconf 2.59 for yast2-packager 2.13.124.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -269,8 +269,8 @@
# Identity of this package.
PACKAGE_NAME='yast2-packager'
PACKAGE_TARNAME='yast2-packager'
-PACKAGE_VERSION='2.13.123'
-PACKAGE_STRING='yast2-packager 2.13.123'
+PACKAGE_VERSION='2.13.124'
+PACKAGE_STRING='yast2-packager 2.13.124'
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
ac_unique_file="RPMNAME"
@@ -728,7 +728,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 yast2-packager 2.13.123 to adapt to many kinds of systems.
+\`configure' configures yast2-packager 2.13.124 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -795,7 +795,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-packager 2.13.123:";;
+ short | recursive ) echo "Configuration of yast2-packager 2.13.124:";;
esac
cat <<\_ACEOF
@@ -908,7 +908,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-yast2-packager configure 2.13.123
+yast2-packager configure 2.13.124
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -922,7 +922,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by yast2-packager $as_me 2.13.123, which was
+It was created by yast2-packager $as_me 2.13.124, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1652,7 +1652,7 @@
# Define the identity of the package.
PACKAGE='yast2-packager'
- VERSION='2.13.123'
+ VERSION='2.13.124'
cat >>confdefs.h <<_ACEOF
@@ -1863,7 +1863,7 @@
-VERSION="2.13.123"
+VERSION="2.13.124"
RPMNAME="yast2-packager"
MAINTAINER="Jiri Srain <jsrain(a)suse.cz>"
@@ -2695,7 +2695,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by yast2-packager $as_me 2.13.123, which was
+This file was extended by yast2-packager $as_me 2.13.124, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2750,7 +2750,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-yast2-packager config.status 2.13.123
+yast2-packager config.status 2.13.124
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-packager-2.13.123/configure.in new/yast2-packager-2.13.124/configure.in
--- old/yast2-packager-2.13.123/configure.in 2006-06-01 10:14:25.000000000 +0200
+++ new/yast2-packager-2.13.124/configure.in 2006-06-02 11:18:30.000000000 +0200
@@ -3,7 +3,7 @@
dnl -- This file is generated by y2autoconf 2.13.18 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-packager, 2.13.123, http://bugs.opensuse.org/, yast2-packager)
+AC_INIT(yast2-packager, 2.13.124, http://bugs.opensuse.org/, yast2-packager)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.13.123"
+VERSION="2.13.124"
RPMNAME="yast2-packager"
MAINTAINER="Jiri Srain <jsrain(a)suse.cz>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-packager-2.13.123/src/include/dirinstall/ui.ycp new/yast2-packager-2.13.124/src/include/dirinstall/ui.ycp
--- old/yast2-packager-2.13.123/src/include/dirinstall/ui.ycp 2006-05-30 14:54:23.000000000 +0200
+++ new/yast2-packager-2.13.124/src/include/dirinstall/ui.ycp 2006-06-02 10:52:11.000000000 +0200
@@ -43,10 +43,10 @@
list<map> stage_mode = [$["stage": "normal", "mode": wizard_mode ]];
ProductControl::AddWizardSteps(stage_mode);
- // Don't log Report messages by default
- Report::LogMessages(false);
- Report::LogErrors(false);
- Report::LogWarnings(false);
+ // Do log Report messages by default (bug 180862)
+ Report::LogMessages(true);
+ Report::LogErrors(true);
+ Report::LogWarnings(true);
// calling inst_proposal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit-help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package libzypp-zmd-backend
checked in at Fri Jun 2 12:55:54 CEST 2006.
--------
--- libzypp-zmd-backend/libzypp-zmd-backend.changes 2006-06-01 21:51:50.000000000 +0200
+++ libzypp-zmd-backend/libzypp-zmd-backend.changes 2006-06-02 11:08:43.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 2 11:07:46 CEST 2006 - kkaempf(a)suse.de
+
+- add Exception details to error message (#181065)
+- rev 3499
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libzypp-zmd-backend.spec ++++++
--- /var/tmp/diff_new_pack.bn4d7e/_old 2006-06-02 12:46:32.000000000 +0200
+++ /var/tmp/diff_new_pack.bn4d7e/_new 2006-06-02 12:46:32.000000000 +0200
@@ -22,7 +22,7 @@
Obsoletes: zmd-librc-backend
Summary: ZMD backend for Package, Patch, Pattern, and Product Management
Version: 7.1.1.0
-Release: 50
+Release: 51
Source: zmd-backend-%{version}.tar.bz2
Prefix: /usr
@@ -68,6 +68,9 @@
/etc/logrotate.d/zmd-backend
%changelog -n libzypp-zmd-backend
+* Fri Jun 02 2006 - kkaempf(a)suse.de
+- add Exception details to error message (#181065)
+- rev 3499
* Thu Jun 01 2006 - kkaempf(a)suse.de
- fix compile
- rev 3498
++++++ zmd-backend-7.1.1.0.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0/src/parse-metadata.cc new/zmd-backend-7.1.1.0/src/parse-metadata.cc
--- old/zmd-backend-7.1.1.0/src/parse-metadata.cc 2006-05-31 14:00:26.000000000 +0200
+++ new/zmd-backend-7.1.1.0/src/parse-metadata.cc 2006-06-02 11:06:21.000000000 +0200
@@ -284,7 +284,7 @@
}
}
catch( const Exception & excpt_r ) {
- cerr << "3|Can't add repository at " << uri << endl;
+ cerr << "3|Can't add repository at " << uri << ": " << excpt_r.asUserString() << endl;
ZYPP_CAUGHT( excpt_r );
ERR << "Can't add repository at " << uri << endl;
goto finish;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit-help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package koffice
checked in at Fri Jun 2 12:46:23 CEST 2006.
--------
--- KDE/koffice/koffice.changes 2006-05-19 18:31:51.000000000 +0200
+++ koffice/koffice.changes 2006-06-02 11:12:08.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 2 11:11:50 CEST 2006 - stbinner(a)suse.de
+
+- recommend koffice-illustration-plugins for koffice-illustration
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ koffice.spec ++++++
--- /var/tmp/diff_new_pack.TKVqad/_old 2006-06-02 12:45:44.000000000 +0200
+++ /var/tmp/diff_new_pack.TKVqad/_new 2006-06-02 12:45:44.000000000 +0200
@@ -26,7 +26,7 @@
Group: Productivity/Office/Suite
Summary: Libraries and Base Files for the KDE Office Suite
Version: 1.5.1
-Release: 7
+Release: 9
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: koffice-%{version}.tar.bz2
@@ -196,6 +196,7 @@
Group: Productivity/Graphics/Vector Editors
Obsoletes: kivio
Provides: kivio
+Recommends: koffice-illustration-plugins
%description illustration
This package contains the koffice illustration applications:
@@ -716,6 +717,8 @@
/opt/kde3/include/*
%changelog -n koffice
+* Fri Jun 02 2006 - stbinner(a)suse.de
+- recommend koffice-illustration-plugins for koffice-illustration
* Fri May 19 2006 - stbinner(a)suse.de
- Kexi: fix forms plugin not being loaded
- Kexi: fix possible data loss in forms
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit-help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package kdetv
checked in at Fri Jun 2 12:45:22 CEST 2006.
--------
--- KDE/kdetv/kdetv.changes 2006-01-25 21:33:12.000000000 +0100
+++ kdetv/kdetv.changes 2006-06-02 10:45:18.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 2 10:45:11 CEST 2006 - stbinner(a)suse.de
+
+- fix build for < 10.0
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdetv.spec ++++++
--- /var/tmp/diff_new_pack.faeKuk/_old 2006-06-02 12:44:36.000000000 +0200
+++ /var/tmp/diff_new_pack.faeKuk/_new 2006-06-02 12:44:36.000000000 +0200
@@ -1,11 +1,11 @@
#
# spec file for package kdetv (Version 0.8.8)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -18,7 +18,7 @@
Group: Hardware/TV
Summary: A Program for Watching TV in KDE
Version: 0.8.8
-Release: 1
+Release: 14
Source0: %name-%version.tar.bz2
URL: http://www.kdetv.org/
Patch: kdetv.diff
@@ -27,7 +27,7 @@
%description
KWinTV allows you to watch TV in a window on your PC screen. It has
-more or less the same abilities as Xtvscreen which is included in the
+more or less the same abilities as Xtvscreen, which is included in the
BTTV-driver package. It is based on Qt, a C++ GUI application framework
by Troll Tech.
@@ -45,7 +45,9 @@
%setup -q
%patch
. /etc/opt/kde3/common_options
+%if %suse_version > 930
update_admin
+%endif
%build
. /etc/opt/kde3/common_options
@@ -88,6 +90,8 @@
/opt/kde3/share/servicetypes/kdetv
%changelog -n kdetv
+* Fri Jun 02 2006 - stbinner(a)suse.de
+- fix build for < 10.0
* Wed Jan 25 2006 - mls(a)suse.de
- converted neededforbuild to BuildRequires
* Tue Oct 25 2005 - stbinner(a)suse.de
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit-help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package k3b
checked in at Fri Jun 2 12:44:26 CEST 2006.
--------
--- KDE/k3b/k3b.changes 2006-06-01 11:36:31.000000000 +0200
+++ k3b/k3b.changes 2006-06-02 11:31:47.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 2 11:31:42 CEST 2006 - stbinner(a)suse.de
+
+- fix build for < 10.0
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ k3b.spec ++++++
--- /var/tmp/diff_new_pack.DuHOxf/_old 2006-06-02 12:43:54.000000000 +0200
+++ /var/tmp/diff_new_pack.DuHOxf/_new 2006-06-02 12:43:54.000000000 +0200
@@ -25,7 +25,7 @@
Summary: A Universal CD and DVD Burning Application
Requires: /usr/bin/cdrecord /usr/bin/mkisofs /usr/bin/cdrdao dvd+rw-tools
Version: 0.12.15
-Release: 7
+Release: 8
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%version.tar.bz2
Source1: %name-i18n-%version.tar.bz2
@@ -165,6 +165,7 @@
%files -f %name.lang
%defattr(-,root,root)
%doc COPYING AUTHORS
+%if %suse_version > 930
%dir /opt/kde3/share/icons/hicolor/128x128
%dir /opt/kde3/share/icons/hicolor/128x128/apps
%dir /opt/kde3/share/icons/hicolor/16x16/apps
@@ -175,6 +176,7 @@
%dir /opt/kde3/share/icons/hicolor/48x48/apps
%dir /opt/kde3/share/icons/hicolor/64x64
%dir /opt/kde3/share/icons/hicolor/64x64/apps
+%endif
/opt/kde3/bin/k3b
/opt/kde3/include/*
/opt/kde3/%_lib/kde3/libk3bexternalencoder.*
@@ -212,6 +214,8 @@
%endif
%changelog -n k3b
+* Fri Jun 02 2006 - stbinner(a)suse.de
+- fix build for < 10.0
* Thu Jun 01 2006 - stbinner(a)suse.de
- handle blank DVDs differently than blank CDs (#177787)
* Fri May 26 2006 - adrian(a)suse.de
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit-help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package librpcsecgss
checked in at Fri Jun 2 12:13:58 CEST 2006.
--------
--- librpcsecgss/librpcsecgss.changes 2006-01-25 21:37:43.000000000 +0100
+++ librpcsecgss/librpcsecgss.changes 2006-05-30 16:36:02.000000000 +0200
@@ -1,0 +2,5 @@
+Tue May 30 16:35:32 CEST 2006 - okir(a)suse.de
+
+- Fix for 64bit issues on big-endian machines (#172605)
+
+-------------------------------------------------------------------
New:
----
librpcsecgss-0.7-64bit.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ librpcsecgss.spec ++++++
--- /var/tmp/diff_new_pack.NvCRGf/_old 2006-06-02 12:13:50.000000000 +0200
+++ /var/tmp/diff_new_pack.NvCRGf/_new 2006-06-02 12:13:50.000000000 +0200
@@ -1,11 +1,11 @@
#
# spec file for package librpcsecgss (Version 0.7)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -13,15 +13,16 @@
Name: librpcsecgss
BuildRequires: krb5-devel libgssapi pkgconfig
URL: http://www.citi.umich.edu/projects/nfsv4/linux
-Summary: Library implementing GSSAPI security for ONC RPC
+Summary: Library Implementing GSSAPI Security for ONC RPC
Version: 0.7
-Release: 1
+Release: 13
Group: Development/Libraries/C and C++
License: Other License(s), see package, BSD
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Autoreqprov: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/librpcsecgss-%{…
+Patch0: librpcsecgss-0.7-64bit.patch
Requires: libgssapi
%description
@@ -38,6 +39,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%{?suse_update_config:%{suse_update_config -f }}
@@ -61,6 +63,8 @@
%{_libdir}/pkgconfig/librpcsecgss.pc
%changelog -n librpcsecgss
+* Tue May 30 2006 - okir(a)suse.de
+- Fix for 64bit issues on big-endian machines (#172605)
* Wed Jan 25 2006 - mls(a)suse.de
- converted neededforbuild to BuildRequires
* Mon Dec 12 2005 - okir(a)suse.de
++++++ librpcsecgss-0.7-64bit.patch ++++++
Subject: Fixes for s390x
The XDR code in librpcsecgss mixes u_int and size_t quite freely, which
is okay and 32bit, and sort of works by accident on little-endian CPUs
(at least for encoding).
This is a backport from upstream.
Acked-by: okir(a)suse.de
--- librpcsecgss-0.7/src/authgss_prot.c.orig 2006-05-30 07:11:22.000000000 +0200
+++ librpcsecgss-0.7/src/authgss_prot.c 2006-05-30 07:35:16.000000000 +0200
@@ -51,13 +51,16 @@ bool_t
xdr_rpc_gss_cred(XDR *xdrs, struct rpc_gss_cred *p)
{
bool_t xdr_stat;
+ u_int clen = p->gc_ctx.length; /* size_t => u_int */
xdr_stat = (xdr_u_int(xdrs, &p->gc_v) &&
xdr_enum(xdrs, (enum_t *)&p->gc_proc) &&
xdr_u_int(xdrs, &p->gc_seq) &&
xdr_enum(xdrs, (enum_t *)&p->gc_svc) &&
xdr_bytes(xdrs, (char **)&p->gc_ctx.value,
- &p->gc_ctx.length, MAX_AUTH_BYTES));
+ &clen, MAX_AUTH_BYTES));
+
+ p->gc_ctx.length = clen; /* u_int => size_t */
AUTHGSS_DEBUG(1, ("xdr_rpc_gss_cred: %s %s "
"(v %d, proc %d, seq %d, svc %d, ctx %p:%d)",
@@ -73,13 +76,15 @@ bool_t
xdr_rpc_gss_init_args(XDR *xdrs, gss_buffer_desc *p)
{
bool_t xdr_stat;
- int length = p->length + 1024;
+ u_int plen = p->length; /* size_t => u_int */
+ u_int length = plen + 1024;
AUTHGSS_DEBUG(1, ("xdr_rpc_gss_init_args: length = %d\n", length));
- xdr_stat = xdr_bytes(xdrs, (char **)&p->value, &p->length,
+ xdr_stat = xdr_bytes(xdrs, (char **)&p->value, &plen,
(xdrs->x_op == XDR_DECODE && p->value == NULL)
- ? (unsigned int) -1 : (unsigned int) length);
+ ? (unsigned int) -1 : length);
+ p->length = plen; /* u_int => size_t */
AUTHGSS_DEBUG(1, ("xdr_rpc_gss_init_args: %s %s (token %p:%d)",
(xdrs->x_op == XDR_ENCODE) ? "encode" : "decode",
@@ -94,21 +99,25 @@ xdr_rpc_gss_init_res(XDR *xdrs, struct r
{
bool_t xdr_stat;
- int ctx_length = p->gr_ctx.length + 1024;
- int tok_length = p->gr_token.length + 1024;
+ u_int clen = p->gr_ctx.length; /* size_t => u_int */
+ u_int tlen = p->gr_token.length; /* size_t => u_int */
+ u_int ctx_length = clen + 1024;
+ u_int tok_length = tlen + 1024;
xdr_stat = (xdr_bytes(xdrs, (char **)&p->gr_ctx.value,
- &p->gr_ctx.length, (xdrs->x_op == XDR_DECODE &&
+ &clen, (xdrs->x_op == XDR_DECODE &&
p->gr_ctx.value == NULL) ? (unsigned int) -1 :
- (unsigned int) ctx_length) &&
+ ctx_length) &&
xdr_u_int(xdrs, &p->gr_major) &&
xdr_u_int(xdrs, &p->gr_minor) &&
xdr_u_int(xdrs, &p->gr_win) &&
xdr_bytes(xdrs, (char **)&p->gr_token.value,
- &p->gr_token.length, (xdrs->x_op == XDR_DECODE &&
+ &tlen, (xdrs->x_op == XDR_DECODE &&
p->gr_token.value == NULL) ? (unsigned int) -1 :
- (unsigned int) tok_length));
+ tok_length));
+ p->gr_ctx.length = clen; /* u_int => size_t */
+ p->gr_token.length = tlen; /* u_int => size_t */
AUTHGSS_DEBUG(1, ("xdr_rpc_gss_init_res %s %s "
"(ctx %p:%d, maj %d, min %d, win %d, token %p:%d)",
(xdrs->x_op == XDR_ENCODE) ? "encode" : "decode",
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit-help(a)opensuse.org
1
0