[Bug 713919] New: devel:tools:scm:svn/subversion: Bug
https://bugzilla.novell.com/show_bug.cgi?id=713919 https://bugzilla.novell.com/show_bug.cgi?id=713919#c0 Summary: devel:tools:scm:svn/subversion: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: i686 OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software AssignedTo: dmueller@suse.com ReportedBy: Stefan.von.Dombrowski@dlr.de QAContact: opensuse-communityscreening@forge.provo.novell.com CC: pascal.bleser@opensuse.org Found By: Customer Blocker: No Somewhere between subversion-1.6.17-32.1 and subversion-1.6.17-51.1 the source package configuration has been changed in a way that leads to SLE11 binaries being built without support for kwallet and gnome-keyring. Instead of #%define with_ruby 0%{?suse_version} > 1110 #%define with_intree_swig 0%{?suse_version} != 1110 #%if 0%{?always_use_intree_sqlite} #%define with_intree_sqlite 1 #%define with_python_ctypes 0%{?suse_version} > 1110 #%else #%define with_intree_sqlite 0%{?suse_version} < 1110 #%define with_python_ctypes 0 #%endif #%define with_kde4_kwallet 0%{?suse_version} > 1110 #%define with_gnome_keyring 0%{?suse_version} > 1110 I needed to define %define with_ruby 1 %define with_intree_swig 1 %define with_intree_sqlite 1 %define with_python_ctypes 0 %define with_kde4_kwallet 1 %define with_gnome_keyring 1 to make build for SLE11 SP1 work as before. In -32.1 the definitions were %if 0%{?sles_version} == 9 %define __python %{_usr}/bin/python2.5 %endif %if 0%{?sles_version} == 9 %define with_ruby 0 %define with_python_ctypes 0 %else %define with_ruby 1 %define with_python_ctypes 0 %endif %define with_intree_sqlite 1 %if 0%{?suse_version} > 1010 %define with_gnome_keyring 1 %else %define with_gnome_keyring 0 %endif # suse_version > 1010 %if 0%{?suse_version} > 1030 %define with_kde4_kwallet 1 %else %define with_kde4_kwallet 0 %endif # suse_version > 1030 Could the current defines please be changed so that SLE11 SP1 subversion packages are built with wallet/keyring support again? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=713919 https://bugzilla.novell.com/show_bug.cgi?id=713919#c1 Dirk Mueller <dmueller@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Dirk Mueller <dmueller@suse.com> 2011-08-25 17:29:18 CEST --- I'll add it back. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=713919 https://bugzilla.novell.com/show_bug.cgi?id=713919#c2 Dirk Mueller <dmueller@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Dirk Mueller <dmueller@suse.com> 2011-10-21 17:47:07 CEST --- done. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=713919 https://bugzilla.novell.com/show_bug.cgi?id=713919#c3 --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> 2011-10-31 16:00:13 CET --- This is an autogenerated message for OBS integration: This bug (713919) was mentioned in https://build.opensuse.org/request/show/89813 Factory / subversion -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=713919 https://bugzilla.novell.com/show_bug.cgi?id=713919#c4 --- Comment #4 from Bernhard Wiedemann <bwiedemann@suse.com> 2011-11-07 11:00:15 CET --- This is an autogenerated message for OBS integration: This bug (713919) was mentioned in https://build.opensuse.org/request/show/90217 Factory / subversion -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=713919 https://bugzilla.novell.com/show_bug.cgi?id=713919#c5 --- Comment #5 from Swamp Workflow Management <swamp@suse.de> 2013-12-13 13:05:21 UTC --- openSUSE-SU-2013:1869-1: An update that solves 7 vulnerabilities and has two fixes is now available. Category: security (moderate) Bug References: 528714,649861,662030,713919,788015,794676,830031,836245,850747 CVE References: CVE-2010-3315,CVE-2010-4539,CVE-2010-4644,CVE-2013-1884,CVE-2013-4131,CVE-2013-4505,CVE-2013-4558 Sources used: openSUSE 11.4 (src): subversion-1.7.14-59.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com