SHA256
1
0
forked from pool/pidgin-otr

Accepting request 123663 from GNOME:Apps

Push G:A

OBS-URL: https://build.opensuse.org/request/show/123663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-otr?expand=0&rev=13
This commit is contained in:
Stephan Kulow 2012-06-05 13:34:27 +00:00 committed by Git OBS Bridge
parent 17e51dcb7b
commit 9fa88e2b27
4 changed files with 35 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11501e6c23236383a9eb904c11a3de382574b4a98dcba1d2332c65bfce8fdeb0
size 326980

3
pidgin-otr-3.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce17e9769e3853076d80645adafaa866e7d7188f988d28a9793afc32c85cb979
size 409238

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed May 30 17:15:05 UTC 2012 - jengelh@inai.de
- Remove unnecessary autoreconf call (there are no patches atm)
- Drop no longer needed libtool BuildRequires.
-------------------------------------------------------------------
Sat May 19 18:53:08 UTC 2012 - zaitor@opensuse.org
- Update to version 3.2.1:
+ Fix a format string vulnerability (CVE-2012-2369).
+ Set the umask to 0077 before creating the otr.* files in the
purple directory so that they end up mode 0600.
+ Use /dev/urandom to generate keys instead of /dev/random.
+ Make the fingerprints in the manual authentication dialog
selectable.
+ Don't delete the OTR menus if a non-foreground conversation
window is closed.
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 27 06:46:48 UTC 2011 - coolo@suse.com Sun Nov 27 06:46:48 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package pidgin-otr # spec file for package pidgin-otr
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,18 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: pidgin-otr Name: pidgin-otr
BuildRequires: gtk2-devel intltool libotr-devel libtool pidgin-devel update-desktop-files BuildRequires: gtk2-devel
Version: 3.2.0 BuildRequires: intltool
Release: 1 BuildRequires: libotr-devel
BuildRequires: pidgin-devel
BuildRequires: update-desktop-files
Version: 3.2.1
Release: 0
Url: http://www.cypherpunks.ca/otr/ Url: http://www.cypherpunks.ca/otr/
Group: Productivity/Networking/Instant Messenger
License: GPL-2.0+
Summary: "Off The Record" end-to-end encryption plugin for gaim Summary: "Off The Record" end-to-end encryption plugin for gaim
Source: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.bz2 License: GPL-2.0+
Group: Productivity/Networking/Instant Messenger
Source: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: gaim-otr = %{version} Provides: gaim-otr = %{version}
Obsoletes: gaim-otr <= 3.0.0 Obsoletes: gaim-otr <= 3.0.0
@ -66,19 +68,14 @@ Authors:
%setup -q %setup -q
%build %build
export CFLAGS="$RPM_OPT_FLAGS"
autoreconf -fi
%configure --with-pic --disable-static %configure --with-pic --disable-static
%{__make} %{?jobs:-j%jobs} make %{?_smp_mflags}
%install %install
%{__make} DESTDIR=$RPM_BUILD_ROOT install %{__make} DESTDIR=$RPM_BUILD_ROOT install
%{__rm} $RPM_BUILD_ROOT%{_libdir}/pidgin/*.la %{__rm} $RPM_BUILD_ROOT%{_libdir}/pidgin/*.la
%find_lang pidgin-otr %find_lang pidgin-otr
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f pidgin-otr.lang %files -f pidgin-otr.lang
%defattr (-, root, root) %defattr (-, root, root)
%doc COPYING README AUTHORS NEWS ChangeLog %doc COPYING README AUTHORS NEWS ChangeLog