Merge lp:~noskcaj/ubuntu/utopic/libcryptui/3.12 into lp:ubuntu/utopic/libcryptui

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp:~noskcaj/ubuntu/utopic/libcryptui/3.12
Merge into: lp:ubuntu/utopic/libcryptui
Diff against target: 71259 lines (+21186/-40400)
170 files modified
.pc/01_autostart_path.patch/daemon/Makefile.am (+0/-122)
.pc/02_seahorse-daemon_libcryptui_static_link.patch/daemon/Makefile.am (+0/-122)
.pc/02_seahorse-daemon_libcryptui_static_link.patch/libcryptui/Makefile.am (+0/-126)
.pc/applied-patches (+0/-2)
ChangeLog (+507/-0)
Makefile.am (+4/-0)
Makefile.in (+131/-109)
NEWS (+21/-0)
aclocal.m4 (+185/-153)
config.guess (+35/-22)
config.sub (+63/-39)
configure (+177/-100)
configure.ac (+1/-12)
daemon/Makefile.am (+2/-2)
daemon/Makefile.in (+104/-80)
daemon/seahorse-context.c (+1/-4)
daemon/seahorse-context.h (+1/-4)
daemon/seahorse-daemon.c (+2/-6)
daemon/seahorse-daemon.h (+1/-4)
daemon/seahorse-dbus-server.c (+1/-4)
daemon/seahorse-gpg-op.c (+1/-4)
daemon/seahorse-gpg-op.h (+1/-4)
daemon/seahorse-gpg-options.c (+1/-4)
daemon/seahorse-gpg-options.h (+1/-4)
daemon/seahorse-gpgme-data.c (+1/-4)
daemon/seahorse-gpgme-data.h (+1/-3)
daemon/seahorse-gpgme-generate.c (+1/-4)
daemon/seahorse-gpgme-generate.h (+1/-4)
daemon/seahorse-gpgme-key-op.c (+1/-4)
daemon/seahorse-gpgme-key-op.h (+1/-4)
daemon/seahorse-gpgme-key.c (+4/-4)
daemon/seahorse-gpgme-key.h (+1/-4)
daemon/seahorse-gpgme-operation.c (+1/-4)
daemon/seahorse-gpgme-operation.h (+1/-4)
daemon/seahorse-gpgme-source.c (+1/-4)
daemon/seahorse-gpgme-source.h (+1/-4)
daemon/seahorse-gpgme-subkey.c (+1/-4)
daemon/seahorse-gpgme-subkey.h (+1/-4)
daemon/seahorse-gpgme-uid.c (+1/-4)
daemon/seahorse-gpgme-uid.h (+1/-4)
daemon/seahorse-gpgme.c (+1/-3)
daemon/seahorse-gpgme.h (+1/-3)
daemon/seahorse-libdialogs.h (+1/-4)
daemon/seahorse-notification.c (+1/-4)
daemon/seahorse-object-list.c (+1/-3)
daemon/seahorse-object-list.h (+1/-3)
daemon/seahorse-object.c (+1/-3)
daemon/seahorse-object.h (+1/-3)
daemon/seahorse-operation.c (+1/-4)
daemon/seahorse-operation.h (+1/-4)
daemon/seahorse-passphrase.c (+1/-4)
daemon/seahorse-passphrase.h (+1/-4)
daemon/seahorse-pgp-key.c (+1/-4)
daemon/seahorse-pgp-key.h (+1/-4)
daemon/seahorse-pgp-module.c (+1/-3)
daemon/seahorse-pgp-module.h (+1/-3)
daemon/seahorse-pgp-signature.c (+1/-4)
daemon/seahorse-pgp-signature.h (+1/-4)
daemon/seahorse-pgp-subkey.c (+1/-4)
daemon/seahorse-pgp-subkey.h (+1/-4)
daemon/seahorse-pgp-uid.c (+1/-149)
daemon/seahorse-pgp-uid.h (+1/-6)
daemon/seahorse-pgp.c (+1/-3)
daemon/seahorse-pgp.h (+1/-3)
daemon/seahorse-progress.c (+1/-4)
daemon/seahorse-progress.h (+1/-4)
daemon/seahorse-secure-buffer.c (+1/-3)
daemon/seahorse-secure-buffer.h (+1/-3)
daemon/seahorse-secure-memory.c (+1/-4)
daemon/seahorse-service-crypto-bindings.h (+1/-1)
daemon/seahorse-service-crypto.c (+127/-111)
daemon/seahorse-service-crypto.xml (+1/-0)
daemon/seahorse-service-keyset.c (+1/-4)
daemon/seahorse-service.c (+1/-4)
daemon/seahorse-service.h (+1/-4)
daemon/seahorse-set.c (+1/-4)
daemon/seahorse-set.h (+1/-4)
daemon/seahorse-source.c (+1/-4)
daemon/seahorse-source.h (+1/-4)
daemon/seahorse-transfer-operation.c (+1/-4)
daemon/seahorse-transfer-operation.h (+1/-4)
daemon/seahorse-types.c (+1/-4)
daemon/seahorse-types.h (+1/-4)
daemon/seahorse-unix-signal.c (+1/-4)
daemon/seahorse-unix-signal.h (+1/-4)
daemon/seahorse-unknown-source.c (+1/-4)
daemon/seahorse-unknown-source.h (+1/-4)
daemon/seahorse-unknown.c (+1/-4)
daemon/seahorse-unknown.h (+1/-4)
daemon/seahorse-util.c (+1/-4)
daemon/seahorse-util.h (+1/-4)
daemon/seahorse-validity.c (+1/-4)
daemon/seahorse-validity.h (+1/-4)
daemon/seahorse-widget.c (+1/-4)
daemon/seahorse-widget.h (+1/-4)
data/Makefile.in (+61/-32)
debian/changelog (+6/-0)
debian/control (+2/-1)
debian/control.in (+2/-1)
debian/patches/01_autostart_path.patch (+7/-5)
debian/patches/02_seahorse-daemon_libcryptui_static_link.patch (+8/-7)
depcomp (+296/-193)
gtk-doc.make (+75/-40)
install-sh (+7/-7)
libcryptui/Makefile.am (+2/-11)
libcryptui/Makefile.in (+113/-91)
libcryptui/cryptui-defines.h (+1/-3)
libcryptui/cryptui-key-chooser.c (+132/-11)
libcryptui/cryptui-key-chooser.h (+10/-6)
libcryptui/cryptui-key-combo.c (+1/-3)
libcryptui/cryptui-key-combo.h (+1/-3)
libcryptui/cryptui-key-list.c (+1/-3)
libcryptui/cryptui-key-list.h (+1/-3)
libcryptui/cryptui-key-store.c (+1/-3)
libcryptui/cryptui-key-store.h (+1/-3)
libcryptui/cryptui-keyset.c (+1/-3)
libcryptui/cryptui-keyset.h (+1/-3)
libcryptui/cryptui-priv.h (+1/-3)
libcryptui/cryptui.c (+86/-16)
libcryptui/cryptui.h (+7/-3)
libcryptui/cryptui.pc.in (+1/-1)
libcryptui/tests/Makefile.in (+93/-59)
libcryptui/tests/cryptui-test-ui.c (+10/-6)
libegg/Makefile.in (+86/-51)
libegg/egg-datetime.c (+1/-3)
libegg/egg-datetime.h (+1/-3)
libegg/eggdesktopfile.c (+1/-2)
libegg/eggdesktopfile.h (+1/-2)
libegg/eggsmclient-private.h (+1/-3)
libegg/eggsmclient-xsmp.c (+1/-3)
libegg/eggsmclient.c (+1/-3)
libegg/eggsmclient.h (+1/-3)
m4/gtk-doc.m4 (+36/-15)
m4/libtool.m4 (+9/-3)
missing (+159/-275)
pixmaps/22x22/Makefile.in (+61/-32)
pixmaps/48x48/Makefile.in (+61/-32)
pixmaps/Makefile.in (+114/-93)
pixmaps/scalable/Makefile.in (+61/-32)
po/cs.po (+460/-2609)
po/es.po (+87/-50)
po/gl.po (+2071/-2634)
po/he.po (+2005/-2663)
po/id.po (+455/-2598)
po/it.po (+458/-2630)
po/lt.po (+468/-3451)
po/lv.po (+2055/-2613)
po/nb.po (+422/-2590)
po/pl.po (+79/-46)
po/pt_BR.po (+843/-2939)
po/sl.po (+2054/-2518)
po/sr.po (+472/-2667)
po/sr@latin.po (+472/-2667)
po/zh_CN.po (+1962/-2533)
reference/Makefile.in (+107/-87)
reference/libcryptui/Makefile.in (+150/-93)
reference/libcryptui/html/ch01.html (+10/-10)
reference/libcryptui/html/index.html (+3/-3)
reference/libcryptui/html/index.sgml (+48/-53)
reference/libcryptui/html/libcryptui-cryptui-defines.html (+53/-26)
reference/libcryptui/html/libcryptui-cryptui-key-chooser.html (+391/-255)
reference/libcryptui/html/libcryptui-cryptui-key-combo.html (+247/-174)
reference/libcryptui/html/libcryptui-cryptui-key-list.html (+370/-262)
reference/libcryptui/html/libcryptui-cryptui-key-store.html (+849/-591)
reference/libcryptui/html/libcryptui-cryptui-keyset.html (+783/-552)
reference/libcryptui/html/libcryptui-cryptui-marshal.html (+47/-36)
reference/libcryptui/html/libcryptui-cryptui.html (+511/-410)
reference/libcryptui/html/libcryptui.devhelp2 (+67/-92)
reference/libcryptui/html/style.css (+223/-28)
reference/libcryptui/tmpl/cryptui-key-chooser.sgml (+1/-0)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/utopic/libcryptui/3.12
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+225107@code.launchpad.net

Description of the change

New upstream release

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

I took the liberty to change the version number to 3.12.2-0ubuntu1 instead of 3.12.2-1.

review: Approve

Unmerged revisions

9. By Jackson Doak

New upstream release.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed directory '.pc/01_autostart_path.patch'
2=== removed directory '.pc/01_autostart_path.patch/daemon'
3=== removed file '.pc/01_autostart_path.patch/daemon/Makefile.am'
4--- .pc/01_autostart_path.patch/daemon/Makefile.am 2013-06-11 20:09:34 +0000
5+++ .pc/01_autostart_path.patch/daemon/Makefile.am 1970-01-01 00:00:00 +0000
6@@ -1,122 +0,0 @@
7-include $(top_srcdir)/Makefile.decl
8-
9-localedir = $(datadir)/locale
10-pixmapsdir = $(datadir)/pixmaps/cryptui/
11-uidir = $(datadir)/cryptui/ui/
12-
13-INCLUDES = -I$(top_builddir) \
14- -I$(top_srcdir) \
15- -I$(top_srcdir)/libcryptui \
16- -I$(top_srcdir)/libegg \
17- -I$(top_srcdir)/libseahorse \
18- $(SEAHORSE_CFLAGS) \
19- -DDATA_DIR=\""$(datadir)"\" \
20- -DLOCALEDIR=\""$(localedir)"\" \
21- -DPIXMAPSDIR=\""$(pixmapsdir)"\" \
22- -DLIBCRYPTUI_API_SUBJECT_TO_CHANGE \
23- -DAUTOSTARTDIR=\""$(sysconfdir)/xdg/autostart"\" \
24- -DSEAHORSE_UIDIR=\""$(uidir)"\"
25-
26-bin_PROGRAMS = seahorse-daemon
27-
28-MARSHAL_SRCS = \
29- seahorse-marshal.c seahorse-marshal.h
30-
31-BUILT_SOURCES = \
32- seahorse-service-bindings.h \
33- seahorse-service-keyset-bindings.h \
34- seahorse-service-crypto-bindings.h \
35- $(MARSHAL_SRCS)
36-
37-seahorse_daemon_SOURCES = \
38- seahorse-daemon.c seahorse-daemon.h \
39- seahorse-dbus-server.c \
40- seahorse-gpgme.c seahorse-gpgme.h \
41- seahorse-gpgme-data.c seahorse-gpgme-data.h \
42- seahorse-gpgme-generate.c seahorse-gpgme-generate.h \
43- seahorse-gpgme-key.c seahorse-gpgme-key.h \
44- seahorse-gpgme-key-op.c seahorse-gpgme-key-op.h \
45- seahorse-gpgme-operation.c seahorse-gpgme-operation.h \
46- seahorse-gpgme-source.c seahorse-gpgme-source.h \
47- seahorse-gpgme-subkey.c seahorse-gpgme-subkey.h \
48- seahorse-gpgme-uid.c seahorse-gpgme-uid.h \
49- seahorse-gpg-op.h seahorse-gpg-op.c \
50- seahorse-gpg-options.c seahorse-gpg-options.h \
51- seahorse-object-list.c seahorse-object-list.h \
52- seahorse-pgp.c seahorse-pgp.h \
53- seahorse-pgp-key.c seahorse-pgp-key.h \
54- seahorse-pgp-module.c seahorse-pgp-module.h \
55- seahorse-pgp-signature.c seahorse-pgp-signature.h \
56- seahorse-pgp-subkey.c seahorse-pgp-subkey.h \
57- seahorse-pgp-uid.c seahorse-pgp-uid.h \
58- seahorse-secure-buffer.c seahorse-secure-buffer.h \
59- seahorse-service.c seahorse-service.h \
60- seahorse-service-keyset.c seahorse-service-crypto.c \
61- seahorse-context.c seahorse-context.h \
62- seahorse-gtkstock.c seahorse-gtkstock.h \
63- seahorse-libdialogs.h \
64- seahorse-notification.c \
65- seahorse-object.c seahorse-object.h \
66- seahorse-operation.c seahorse-operation.h \
67- seahorse-passphrase.c seahorse-passphrase.h \
68- seahorse-progress.c seahorse-progress.h \
69- seahorse-secure-memory.c seahorse-secure-memory.h \
70- seahorse-set.c seahorse-set.h \
71- seahorse-source.c seahorse-source.h \
72- seahorse-transfer-operation.c seahorse-transfer-operation.h \
73- seahorse-types.c seahorse-types.h \
74- seahorse-unix-signal.c seahorse-unix-signal.h \
75- seahorse-unknown.c seahorse-unknown.h \
76- seahorse-unknown-source.c seahorse-unknown-source.h \
77- seahorse-util.c seahorse-util.h \
78- seahorse-validity.c seahorse-validity.h \
79- seahorse-widget.c seahorse-widget.h \
80- $(BUILT_SOURCES)
81-
82-seahorse_daemon_LDADD = \
83- $(top_builddir)/libcryptui/libcryptui.la \
84- $(top_builddir)/libegg/libeggdatetime.la \
85- $(top_builddir)/libegg/libeggsmclient.la \
86- $(SEAHORSE_LIBS)
87-
88-man_MANS = seahorse-daemon.1
89-
90-EXTRA_DIST = \
91- $(man_MANS) \
92- seahorse-service.xml \
93- seahorse-service-keyset.xml \
94- seahorse-service-crypto.xml \
95- seahorse-service-bindings.h \
96- seahorse-service-keyset-bindings.h \
97- seahorse-service-crypto-bindings.h \
98- org.gnome.seahorse.service.in \
99- $(ui_DATA) \
100- seahorse-marshal.list
101-
102-CLEANFILES = *.bak \
103- org.gnome.seahorse.service
104-
105-# DBUS binding files
106-seahorse-service-bindings.h: seahorse-service.xml
107- dbus-binding-tool --prefix=seahorse_service --mode=glib-server --output=$@ $<
108-seahorse-service-keyset-bindings.h: seahorse-service-keyset.xml
109- dbus-binding-tool --prefix=seahorse_service_keyset --mode=glib-server --output=$@ $<
110-seahorse-service-crypto-bindings.h: seahorse-service-crypto.xml
111- dbus-binding-tool --prefix=seahorse_service_crypto --mode=glib-server --output=$@ $<
112-
113-# Dbus service file
114-servicedir = $(datadir)/dbus-1/services/
115-service_in_files = org.gnome.seahorse.service.in
116-service_DATA = $(service_in_files:.service.in=.service)
117-
118-seahorse-marshal.h: seahorse-marshal.list $(GLIB_GENMARSHAL)
119- $(GLIB_GENMARSHAL) $< --header --prefix=seahorse_marshal > $@
120-
121-seahorse-marshal.c: seahorse-marshal.list $(GLIB_GENMARSHAL)
122- echo "#include \"seahorse-marshal.h\"" > $@ && \
123- $(GLIB_GENMARSHAL) $< --body --prefix=seahorse_marshal >> $@
124-
125-ui_DATA = \
126- seahorse-progress.xml \
127- seahorse-notify.xml \
128- seahorse-pgp-generate.xml
129
130=== removed directory '.pc/02_seahorse-daemon_libcryptui_static_link.patch'
131=== removed directory '.pc/02_seahorse-daemon_libcryptui_static_link.patch/daemon'
132=== removed file '.pc/02_seahorse-daemon_libcryptui_static_link.patch/daemon/Makefile.am'
133--- .pc/02_seahorse-daemon_libcryptui_static_link.patch/daemon/Makefile.am 2013-06-11 20:09:34 +0000
134+++ .pc/02_seahorse-daemon_libcryptui_static_link.patch/daemon/Makefile.am 1970-01-01 00:00:00 +0000
135@@ -1,122 +0,0 @@
136-include $(top_srcdir)/Makefile.decl
137-
138-localedir = $(datadir)/locale
139-pixmapsdir = $(datadir)/pixmaps/cryptui/
140-uidir = $(datadir)/cryptui/ui/
141-
142-INCLUDES = -I$(top_builddir) \
143- -I$(top_srcdir) \
144- -I$(top_srcdir)/libcryptui \
145- -I$(top_srcdir)/libegg \
146- -I$(top_srcdir)/libseahorse \
147- $(SEAHORSE_CFLAGS) \
148- -DDATA_DIR=\""$(datadir)"\" \
149- -DLOCALEDIR=\""$(localedir)"\" \
150- -DPIXMAPSDIR=\""$(pixmapsdir)"\" \
151- -DLIBCRYPTUI_API_SUBJECT_TO_CHANGE \
152- -DAUTOSTARTDIR=\""$(datadir)/gnome/autostart"\" \
153- -DSEAHORSE_UIDIR=\""$(uidir)"\"
154-
155-bin_PROGRAMS = seahorse-daemon
156-
157-MARSHAL_SRCS = \
158- seahorse-marshal.c seahorse-marshal.h
159-
160-BUILT_SOURCES = \
161- seahorse-service-bindings.h \
162- seahorse-service-keyset-bindings.h \
163- seahorse-service-crypto-bindings.h \
164- $(MARSHAL_SRCS)
165-
166-seahorse_daemon_SOURCES = \
167- seahorse-daemon.c seahorse-daemon.h \
168- seahorse-dbus-server.c \
169- seahorse-gpgme.c seahorse-gpgme.h \
170- seahorse-gpgme-data.c seahorse-gpgme-data.h \
171- seahorse-gpgme-generate.c seahorse-gpgme-generate.h \
172- seahorse-gpgme-key.c seahorse-gpgme-key.h \
173- seahorse-gpgme-key-op.c seahorse-gpgme-key-op.h \
174- seahorse-gpgme-operation.c seahorse-gpgme-operation.h \
175- seahorse-gpgme-source.c seahorse-gpgme-source.h \
176- seahorse-gpgme-subkey.c seahorse-gpgme-subkey.h \
177- seahorse-gpgme-uid.c seahorse-gpgme-uid.h \
178- seahorse-gpg-op.h seahorse-gpg-op.c \
179- seahorse-gpg-options.c seahorse-gpg-options.h \
180- seahorse-object-list.c seahorse-object-list.h \
181- seahorse-pgp.c seahorse-pgp.h \
182- seahorse-pgp-key.c seahorse-pgp-key.h \
183- seahorse-pgp-module.c seahorse-pgp-module.h \
184- seahorse-pgp-signature.c seahorse-pgp-signature.h \
185- seahorse-pgp-subkey.c seahorse-pgp-subkey.h \
186- seahorse-pgp-uid.c seahorse-pgp-uid.h \
187- seahorse-secure-buffer.c seahorse-secure-buffer.h \
188- seahorse-service.c seahorse-service.h \
189- seahorse-service-keyset.c seahorse-service-crypto.c \
190- seahorse-context.c seahorse-context.h \
191- seahorse-gtkstock.c seahorse-gtkstock.h \
192- seahorse-libdialogs.h \
193- seahorse-notification.c \
194- seahorse-object.c seahorse-object.h \
195- seahorse-operation.c seahorse-operation.h \
196- seahorse-passphrase.c seahorse-passphrase.h \
197- seahorse-progress.c seahorse-progress.h \
198- seahorse-secure-memory.c seahorse-secure-memory.h \
199- seahorse-set.c seahorse-set.h \
200- seahorse-source.c seahorse-source.h \
201- seahorse-transfer-operation.c seahorse-transfer-operation.h \
202- seahorse-types.c seahorse-types.h \
203- seahorse-unix-signal.c seahorse-unix-signal.h \
204- seahorse-unknown.c seahorse-unknown.h \
205- seahorse-unknown-source.c seahorse-unknown-source.h \
206- seahorse-util.c seahorse-util.h \
207- seahorse-validity.c seahorse-validity.h \
208- seahorse-widget.c seahorse-widget.h \
209- $(BUILT_SOURCES)
210-
211-seahorse_daemon_LDADD = \
212- $(top_builddir)/libcryptui/libcryptui.la \
213- $(top_builddir)/libegg/libeggdatetime.la \
214- $(top_builddir)/libegg/libeggsmclient.la \
215- $(SEAHORSE_LIBS)
216-
217-man_MANS = seahorse-daemon.1
218-
219-EXTRA_DIST = \
220- $(man_MANS) \
221- seahorse-service.xml \
222- seahorse-service-keyset.xml \
223- seahorse-service-crypto.xml \
224- seahorse-service-bindings.h \
225- seahorse-service-keyset-bindings.h \
226- seahorse-service-crypto-bindings.h \
227- org.gnome.seahorse.service.in \
228- $(ui_DATA) \
229- seahorse-marshal.list
230-
231-CLEANFILES = *.bak \
232- org.gnome.seahorse.service
233-
234-# DBUS binding files
235-seahorse-service-bindings.h: seahorse-service.xml
236- dbus-binding-tool --prefix=seahorse_service --mode=glib-server --output=$@ $<
237-seahorse-service-keyset-bindings.h: seahorse-service-keyset.xml
238- dbus-binding-tool --prefix=seahorse_service_keyset --mode=glib-server --output=$@ $<
239-seahorse-service-crypto-bindings.h: seahorse-service-crypto.xml
240- dbus-binding-tool --prefix=seahorse_service_crypto --mode=glib-server --output=$@ $<
241-
242-# Dbus service file
243-servicedir = $(datadir)/dbus-1/services/
244-service_in_files = org.gnome.seahorse.service.in
245-service_DATA = $(service_in_files:.service.in=.service)
246-
247-seahorse-marshal.h: seahorse-marshal.list $(GLIB_GENMARSHAL)
248- $(GLIB_GENMARSHAL) $< --header --prefix=seahorse_marshal > $@
249-
250-seahorse-marshal.c: seahorse-marshal.list $(GLIB_GENMARSHAL)
251- echo "#include \"seahorse-marshal.h\"" > $@ && \
252- $(GLIB_GENMARSHAL) $< --body --prefix=seahorse_marshal >> $@
253-
254-ui_DATA = \
255- seahorse-progress.xml \
256- seahorse-notify.xml \
257- seahorse-pgp-generate.xml
258
259=== removed directory '.pc/02_seahorse-daemon_libcryptui_static_link.patch/libcryptui'
260=== removed file '.pc/02_seahorse-daemon_libcryptui_static_link.patch/libcryptui/Makefile.am'
261--- .pc/02_seahorse-daemon_libcryptui_static_link.patch/libcryptui/Makefile.am 2011-11-23 12:30:54 +0000
262+++ .pc/02_seahorse-daemon_libcryptui_static_link.patch/libcryptui/Makefile.am 1970-01-01 00:00:00 +0000
263@@ -1,126 +0,0 @@
264-if WITH_TESTS
265-TESTS_DIR = tests
266-else
267-TESTS_DIR =
268-endif
269-
270-SUBDIRS = . $(TESTS_DIR)
271-
272-# -----------------------------------------------------------------
273-# LIBRARY HEADERS
274-#
275-
276-incdir = $(includedir)/libcryptui
277-
278-inc_HEADERS = \
279- $(srcdir)/cryptui.h \
280- $(srcdir)/cryptui-keyset.h \
281- $(srcdir)/cryptui-key-store.h \
282- $(srcdir)/cryptui-key-combo.h \
283- $(srcdir)/cryptui-key-list.h \
284- $(srcdir)/cryptui-key-chooser.h
285-
286-# -----------------------------------------------------------------
287-# MARSHALLERS
288-#
289-
290-MARSHALLERS = \
291- cryptui-marshal.c cryptui-marshal.h
292-
293-cryptui-marshal.h: cryptui-marshal.list $(GLIB_GENMARSHAL)
294- $(AM_V_GEN) $(GLIB_GENMARSHAL) $< --header --prefix=cryptui_marshal > $@
295-
296-cryptui-marshal.c: cryptui-marshal.list $(GLIB_GENMARSHAL)
297- $(AM_V_GEN) echo "#include \"cryptui-marshal.h\"" > $@ && \
298- $(GLIB_GENMARSHAL) $< --body --prefix=cryptui_marshal >> $@
299-
300-
301-# -----------------------------------------------------------------
302-# LIBRARY SOURCES
303-#
304-
305-lib_LTLIBRARIES = libcryptui.la
306-
307-libcryptui_src = \
308- $(srcdir)/cryptui.c \
309- $(srcdir)/cryptui-keyset.c \
310- $(srcdir)/cryptui-key-store.c \
311- $(srcdir)/cryptui-key-combo.c \
312- $(srcdir)/cryptui-key-list.c \
313- $(srcdir)/cryptui-key-chooser.c
314-
315-libcryptui_la_SOURCES = \
316- cryptui-defines.h \
317- cryptui-priv.h \
318- $(inc_HEADERS) \
319- $(libcryptui_src) \
320- $(MARSHALLERS)
321-
322-libcryptui_la_LDFLAGS = \
323- -version-info $(LIBCRYPTUI_LT_RELEASE)
324-
325-libcryptui_la_LIBADD = $(LIBCRYPTUI_LIBS)
326-
327-# ------------------------------------------------------------------
328-# PKGCONFIG
329-#
330-
331-pkgconfigdir = $(libdir)/pkgconfig
332-pkgconfig_DATA = cryptui-$(LIBCRYPTUI_MAJOR).pc
333-
334-cryptui-$(LIBCRYPTUI_MAJOR).pc: cryptui.pc
335- $(AM_V_GEN) cp cryptui.pc cryptui-$(LIBCRYPTUI_MAJOR).pc
336-
337-# ------------------------------------------------------------------
338-# COMMON
339-
340-INCLUDES = -I$(top_builddir) \
341- -I$(top_srcdir) \
342- $(LIBCRYPTUI_CFLAGS) \
343- -DLIBCRYPTUI_BUILD=1 \
344- -DLIBCRYPTUI_API_SUBJECT_TO_CHANGE
345-
346-EXTRA_DIST = \
347- cryptui-marshal.list \
348- cryptui.pc.in
349-
350-CLEANFILES = \
351- cryptui-marshal.h \
352- cryptui-marshal.c \
353- $(pkgconfig_DATA)
354-
355-BUILT_SOURCES = \
356- $(MARSHALLERS)
357-
358-# ------------------------------------------------------------------
359-# GObject Introspection
360-BUILT_GIRSOURCES =
361-
362-if HAVE_INTROSPECTION
363-CryptUI-@LIBCRYPTUI_MAJOR@.gir: $(INTROSPECTION_SCANNER) libcryptui.la
364- $(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \
365- --namespace CryptUI --nsversion=@LIBCRYPTUI_MAJOR@ \
366- $(INCLUDES) \
367- --include=Gtk-3.0 \
368- --library=libcryptui.la \
369- --pkg gtk+-3.0 \
370- --output $@ \
371- $(inc_HEADERS) \
372- $(libcryptui_src)
373-
374-BUILT_GIRSOURCES += CryptUI-@LIBCRYPTUI_MAJOR@.gir
375-
376-# INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
377-# install anything - we need to install inside our prefix.
378-girdir = $(datadir)/gir-1.0
379-gir_DATA = $(BUILT_GIRSOURCES)
380-
381-typelibsdir = $(libdir)/girepository-1.0/
382-
383-typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
384-
385-%.typelib: %.gir $(INTROSPECTION_COMPILER)
386- $(QUIET_GEN)$(DEBUG) $(INTROSPECTION_COMPILER) --includedir=$(srcdir) --includedir=. $(INTROSPECTION_COMPILER_OPTS) $< -o $(builddir)/$(@F)
387-
388-CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
389-endif # HAVE_INTROSPECTION
390
391=== removed file '.pc/applied-patches'
392--- .pc/applied-patches 2013-06-11 20:09:34 +0000
393+++ .pc/applied-patches 1970-01-01 00:00:00 +0000
394@@ -1,2 +0,0 @@
395-01_autostart_path.patch
396-02_seahorse-daemon_libcryptui_static_link.patch
397
398=== modified file 'ChangeLog'
399--- ChangeLog 2013-06-11 20:09:34 +0000
400+++ ChangeLog 2014-07-01 03:49:19 +0000
401@@ -1,5 +1,512 @@
402 # Generated automatically. Do not edit.
403
404+commit 5787b929c026573ba7df40fd5e08f6dd6a82f831
405+Author: Stef Walter <stefw@gnome.org>
406+Date: 2014-05-13
407+
408+ Release version 3.12.2
409+
410+ NEWS | 4 ++++
411+ configure.ac | 2 +-
412+ 2 files changed, 5 insertions(+), 1 deletion(-)
413+
414+commit 5670703c80abb9d35539c07ecf0fbc078da52231
415+Author: Ting-Wei Lan <lantw44@gmail.com>
416+Date: 2014-03-28
417+
418+ Add --libtool option to g-ir-scanner
419+
420+ Not using libtool causes strange build problem on FreeBSD. We may add
421+ the -- libtool option or use INTROSPECTION_MAKEFILE.
422+
423+ https://bugzilla.gnome.org/show_bug.cgi?id=727196
424+
425+ libcryptui/Makefile.am | 1 +
426+ 1 file changed, 1 insertion(+)
427+
428+commit f351daab1c644e4dcf344a0f65a6d97daae3005b
429+Author: Andika Triwidada <andika@gmail.com>
430+Date: 2014-03-30
431+
432+ Updated Indonesian translation
433+
434+ po/id.po | 3019 +++++++++-----------------------------------------------------
435+ 1 file changed, 438 insertions(+), 2581 deletions(-)
436+
437+commit a909b453846c92a28f6af68d4d3db383fcb17794
438+Author: Daniel Mustieles <daniel.mustieles@gmail.com>
439+Date: 2014-01-23
440+
441+ Updated FSF's address
442+
443+ daemon/seahorse-context.c | 5 +----
444+ daemon/seahorse-context.h | 5 +----
445+ daemon/seahorse-daemon.c | 5 +----
446+ daemon/seahorse-daemon.h | 5 +----
447+ daemon/seahorse-dbus-server.c | 5 +----
448+ daemon/seahorse-gpg-op.c | 5 +----
449+ daemon/seahorse-gpg-op.h | 5 +----
450+ daemon/seahorse-gpg-options.c | 5 +----
451+ daemon/seahorse-gpg-options.h | 5 +----
452+ daemon/seahorse-gpgme-data.c | 5 +----
453+ daemon/seahorse-gpgme-data.h | 4 +---
454+ daemon/seahorse-gpgme-generate.c | 5 +----
455+ daemon/seahorse-gpgme-generate.h | 5 +----
456+ daemon/seahorse-gpgme-key-op.c | 5 +----
457+ daemon/seahorse-gpgme-key-op.h | 5 +----
458+ daemon/seahorse-gpgme-key.c | 5 +----
459+ daemon/seahorse-gpgme-key.h | 5 +----
460+ daemon/seahorse-gpgme-operation.c | 5 +----
461+ daemon/seahorse-gpgme-operation.h | 5 +----
462+ daemon/seahorse-gpgme-source.c | 5 +----
463+ daemon/seahorse-gpgme-source.h | 5 +----
464+ daemon/seahorse-gpgme-subkey.c | 5 +----
465+ daemon/seahorse-gpgme-subkey.h | 5 +----
466+ daemon/seahorse-gpgme-uid.c | 5 +----
467+ daemon/seahorse-gpgme-uid.h | 5 +----
468+ daemon/seahorse-gpgme.c | 4 +---
469+ daemon/seahorse-gpgme.h | 4 +---
470+ daemon/seahorse-libdialogs.h | 5 +----
471+ daemon/seahorse-notification.c | 5 +----
472+ daemon/seahorse-object-list.c | 4 +---
473+ daemon/seahorse-object-list.h | 4 +---
474+ daemon/seahorse-object.c | 4 +---
475+ daemon/seahorse-object.h | 4 +---
476+ daemon/seahorse-operation.c | 5 +----
477+ daemon/seahorse-operation.h | 5 +----
478+ daemon/seahorse-passphrase.c | 5 +----
479+ daemon/seahorse-passphrase.h | 5 +----
480+ daemon/seahorse-pgp-key.c | 5 +----
481+ daemon/seahorse-pgp-key.h | 5 +----
482+ daemon/seahorse-pgp-module.c | 4 +---
483+ daemon/seahorse-pgp-module.h | 4 +---
484+ daemon/seahorse-pgp-signature.c | 5 +----
485+ daemon/seahorse-pgp-signature.h | 5 +----
486+ daemon/seahorse-pgp-subkey.c | 5 +----
487+ daemon/seahorse-pgp-subkey.h | 5 +----
488+ daemon/seahorse-pgp-uid.c | 5 +----
489+ daemon/seahorse-pgp-uid.h | 5 +----
490+ daemon/seahorse-pgp.c | 4 +---
491+ daemon/seahorse-pgp.h | 4 +---
492+ daemon/seahorse-progress.c | 5 +----
493+ daemon/seahorse-progress.h | 5 +----
494+ daemon/seahorse-secure-buffer.c | 4 +---
495+ daemon/seahorse-secure-buffer.h | 4 +---
496+ daemon/seahorse-secure-memory.c | 5 +----
497+ daemon/seahorse-service-crypto.c | 5 +----
498+ daemon/seahorse-service-keyset.c | 5 +----
499+ daemon/seahorse-service.c | 5 +----
500+ daemon/seahorse-service.h | 5 +----
501+ daemon/seahorse-set.c | 5 +----
502+ daemon/seahorse-set.h | 5 +----
503+ daemon/seahorse-source.c | 5 +----
504+ daemon/seahorse-source.h | 5 +----
505+ daemon/seahorse-transfer-operation.c | 5 +----
506+ daemon/seahorse-transfer-operation.h | 5 +----
507+ daemon/seahorse-types.c | 5 +----
508+ daemon/seahorse-types.h | 5 +----
509+ daemon/seahorse-unix-signal.c | 5 +----
510+ daemon/seahorse-unix-signal.h | 5 +----
511+ daemon/seahorse-unknown-source.c | 5 +----
512+ daemon/seahorse-unknown-source.h | 5 +----
513+ daemon/seahorse-unknown.c | 5 +----
514+ daemon/seahorse-unknown.h | 5 +----
515+ daemon/seahorse-util.c | 5 +----
516+ daemon/seahorse-util.h | 5 +----
517+ daemon/seahorse-validity.c | 5 +----
518+ daemon/seahorse-validity.h | 5 +----
519+ daemon/seahorse-widget.c | 5 +----
520+ daemon/seahorse-widget.h | 5 +----
521+ libcryptui/cryptui-defines.h | 4 +---
522+ libcryptui/cryptui-key-chooser.c | 4 +---
523+ libcryptui/cryptui-key-chooser.h | 4 +---
524+ libcryptui/cryptui-key-combo.c | 4 +---
525+ libcryptui/cryptui-key-combo.h | 4 +---
526+ libcryptui/cryptui-key-list.c | 4 +---
527+ libcryptui/cryptui-key-list.h | 4 +---
528+ libcryptui/cryptui-key-store.c | 4 +---
529+ libcryptui/cryptui-key-store.h | 4 +---
530+ libcryptui/cryptui-keyset.c | 4 +---
531+ libcryptui/cryptui-keyset.h | 4 +---
532+ libcryptui/cryptui-priv.h | 4 +---
533+ libcryptui/cryptui.c | 4 +---
534+ libcryptui/cryptui.h | 4 +---
535+ libcryptui/tests/cryptui-test-ui.c | 4 +---
536+ libegg/egg-datetime.c | 4 +---
537+ libegg/egg-datetime.h | 4 +---
538+ libegg/eggdesktopfile.c | 3 +--
539+ libegg/eggdesktopfile.h | 3 +--
540+ libegg/eggsmclient-private.h | 4 +---
541+ libegg/eggsmclient-xsmp.c | 4 +---
542+ libegg/eggsmclient.c | 4 +---
543+ libegg/eggsmclient.h | 4 +---
544+ 101 files changed, 101 insertions(+), 366 deletions(-)
545+
546+commit 6dc7d1f78bbb489a2d9761b88dfb285e840f15ce
547+Author: YunQiang Su <wzssyqa@gmail.com>
548+Date: 2014-01-25
549+
550+ Update Chinese simplified translation
551+
552+ po/zh_CN.po | 3691 +++++++++++++++++++++++++----------------------------------
553+ 1 file changed, 1560 insertions(+), 2131 deletions(-)
554+
555+commit 40d7edf65e71078ea72d573f0fbe471273dfe437
556+Author: Stef Walter <stefw@gnome.org>
557+Date: 2013-10-17
558+
559+ Release version 3.10.1
560+
561+ NEWS | 3 +++
562+ configure.ac | 2 +-
563+ 2 files changed, 4 insertions(+), 1 deletion(-)
564+
565+commit 69b7df4fa38f3e8a4272f4e3a9bc5493a8b991e8
566+Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
567+Date: 2013-10-15
568+
569+ Updated Serbian translation
570+
571+ po/sr.po | 3099 +++++++++-----------------------------------------------
572+ po/sr@latin.po | 3099 +++++++++-----------------------------------------------
573+ 2 files changed, 904 insertions(+), 5294 deletions(-)
574+
575+commit d18f167ea209440d593bd379ffc8122703bab919
576+Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
577+Date: 2013-10-05
578+
579+ Updated Latvian translation
580+
581+ po/lv.po | 3914 +++++++++++++++++++++++++++-----------------------------------
582+ 1 file changed, 1678 insertions(+), 2236 deletions(-)
583+
584+commit 37d998fe35400dd48054d7298ec46478bdd5a031
585+Author: Stef Walter <stefw@gnome.org>
586+Date: 2013-09-23
587+
588+ Release version 3.10.0
589+
590+ NEWS | 4 ++++
591+ configure.ac | 2 +-
592+ 2 files changed, 5 insertions(+), 1 deletion(-)
593+
594+commit 7d05922758ed3b2150ac48f0f818e2f50b574b75
595+Author: Fran Diéguez <fran.dieguez@mabishu.com>
596+Date: 2013-09-23
597+
598+ Updated Galician translations
599+
600+ po/gl.po | 3953 +++++++++++++++++++++++++++-----------------------------------
601+ 1 file changed, 1695 insertions(+), 2258 deletions(-)
602+
603+commit 7165ca8c49304a8e2a9c62fe4c5888feae4f5cee
604+Author: Matej Urbančič <mateju@svn.gnome.org>
605+Date: 2013-09-02
606+
607+ Updated Slovenian translation
608+
609+ po/sl.po | 61 +++++++++++++++++++++++++++++++++++++++++++------------------
610+ 1 file changed, 43 insertions(+), 18 deletions(-)
611+
612+commit 74611e260f88d4401ecca8bc4e39d74336aef079
613+Author: Stef Walter <stefw@gnome.org>
614+Date: 2013-08-26
615+
616+ Add upload-release make target
617+
618+ Makefile.am | 4 ++++
619+ 1 file changed, 4 insertions(+)
620+
621+commit a7f47ed6f1218423698a627e09be6a4bf1d18feb
622+Author: Stef Walter <stefw@gnome.org>
623+Date: 2013-08-26
624+
625+ Release version 3.9.90
626+
627+ NEWS | 10 ++++++++++
628+ 1 file changed, 10 insertions(+)
629+
630+commit 5cf466ddc004d6d005c1143ef1b6f5f9465154a8
631+Author: Milo Casagrande <milo@ubuntu.com>
632+Date: 2013-08-26
633+
634+ [l10n] Updated Italian translation.
635+
636+ po/it.po | 48 ++++++++++++++++++++++++++++++++++++++----------
637+ 1 file changed, 38 insertions(+), 10 deletions(-)
638+
639+commit 578c5888af148a5effefec7c4c2859e54535c543
640+Author: Piotr Drąg <piotrdrag@gmail.com>
641+Date: 2013-08-20
642+
643+ Updated Polish translation
644+
645+ po/pl.po | 14 +++++++-------
646+ 1 file changed, 7 insertions(+), 7 deletions(-)
647+
648+commit 29a182624c255a3553e9074f35ba550d84c0f604
649+Author: Stef Walter <stefw@gnome.org>
650+Date: 2013-08-16
651+
652+ Include the correct project version in pkg-config file
653+
654+ libcryptui/cryptui.pc.in | 2 +-
655+ 1 file changed, 1 insertion(+), 1 deletion(-)
656+
657+commit 28c88e5a63c325c0a246c986497b83394dfb2f72
658+Author: Stef Walter <stefw@gnome.org>
659+Date: 2013-08-16
660+
661+ Bump version number
662+
663+ configure.ac | 2 +-
664+ 1 file changed, 1 insertion(+), 1 deletion(-)
665+
666+commit eb1c3495d977197ae3014d302af11feebc35dbd2
667+Author: Aurimas Černius <aurisc4@gmail.com>
668+Date: 2013-08-15
669+
670+ Updated Lithuanian translation
671+
672+ po/lt.po | 3879 ++++++++------------------------------------------------------
673+ 1 file changed, 448 insertions(+), 3431 deletions(-)
674+
675+commit d8ff32e846b74fe1b97822d212eb6711d90c2a2c
676+Author: Piotr Drąg <piotrdrag@gmail.com>
677+Date: 2013-08-11
678+
679+ Updated Polish translation
680+
681+ po/pl.po | 115 ++++++++++++++++++++++++++++++++++++++++-----------------------
682+ 1 file changed, 74 insertions(+), 41 deletions(-)
683+
684+commit 5b125b10cb709460412e87dfaed1e946f2c46a61
685+Author: Enrico Nicoletto <liverig@gmail.com>
686+Date: 2013-07-29
687+
688+ Updated Brazilian Portuguese translation
689+
690+ po/pt_BR.po | 3912 ++++++++++++++---------------------------------------------
691+ 1 file changed, 908 insertions(+), 3004 deletions(-)
692+
693+commit 0fd5f0b8db23924df1c13d14e3289d8d1e9100c5
694+Author: Russ Adams <russa@arcatechsystems.com>
695+Date: 2013-02-23
696+
697+ Updating Python test scripts for Python 3 migration.
698+
699+ tests/dbus-crypto-test.py | 16 ++++++++--------
700+ tests/dbus-discover-test.py | 10 +++++-----
701+ tests/dbus-display-notification-test.py | 4 ++--
702+ tests/dbus-import.py | 12 ++++++------
703+ tests/dbus-listen-keyset.py | 10 +++++-----
704+ tests/dbus-match-test.py | 12 ++++++------
705+ tests/dbus-test.py | 24 ++++++++++++------------
706+ 7 files changed, 44 insertions(+), 44 deletions(-)
707+
708+commit 6a996f137139ab46823aec041155d65c791783e3
709+Author: Marek Černocký <marek@manet.cz>
710+Date: 2013-07-09
711+
712+ Updated Czech translation
713+
714+ po/cs.po | 50 +++++++++++++++++++++++++++++++++++++++-----------
715+ 1 file changed, 39 insertions(+), 11 deletions(-)
716+
717+commit 4c4b3b0adf287ba7327809f9847a95a61c769a73
718+Author: Daniel Mustieles <daniel.mustieles@gmail.com>
719+Date: 2013-07-09
720+
721+ Updated Spanish translation
722+
723+ po/es.po | 58 +++++++++++++++++++++++++++++++++++++++++++++-------------
724+ 1 file changed, 45 insertions(+), 13 deletions(-)
725+
726+commit aff4f36a112b4243eae0ef1fd581914c879f0940
727+Author: Stef Walter <stefw@gnome.org>
728+Date: 2013-07-09
729+
730+ Remove the --enable-tests configure arg, and always build tests
731+
732+ configure.ac | 11 -----------
733+ libcryptui/Makefile.am | 8 +-------
734+ 2 files changed, 1 insertion(+), 18 deletions(-)
735+
736+commit cd74aa6bf810a5ce0935d2ec89d6db64dbbde24d
737+Author: Jérémy Bobbio <lunar@debian.org>
738+Date: 2013-05-02
739+
740+ Add symmetric encryption as a choice in "choose recipients" dialog
741+
742+ This extends the current "choose recipients" dialog to offer symmetric
743+ encryption instead of public key recipients.
744+
745+ Callers need to use the new cryptui_prompt_recipients_with_symmetric()
746+ function to offer symmetric encryption. cryptui_prompt_recipients()
747+ behaviour is unchanged.
748+
749+ https://bugzilla.gnome.org/show_bug.cgi?id=325803
750+
751+ libcryptui/cryptui-key-chooser.c | 131 +++++++++++++++++++++++++++++++++++--
752+ libcryptui/cryptui-key-chooser.h | 12 +++-
753+ libcryptui/cryptui.c | 62 ++++++++++++++----
754+ libcryptui/cryptui.h | 4 ++
755+ libcryptui/tests/cryptui-test-ui.c | 12 +++-
756+ 5 files changed, 196 insertions(+), 25 deletions(-)
757+
758+commit c744886a9c4c723589b8c8d6b3fb6a225c54dd21
759+Author: Jérémy Bobbio <lunar@debian.org>
760+Date: 2013-06-11
761+
762+ Add cryptui_need_to_get_keys_or_symmetric()
763+
764+ When encryption is requested but no public keys are available, it is a viable
765+ option to perform symmetric instead of public key encryption. This new
766+ function is similar to cryptui_need_to_get_keys() but adds the possibility to
767+ opt for symmetric encryption.
768+
769+ https://bugzilla.gnome.org/show_bug.cgi?id=325803
770+
771+ libcryptui/cryptui.c | 36 ++++++++++++++++++++++++++++++++++++
772+ libcryptui/cryptui.h | 2 ++
773+ 2 files changed, 38 insertions(+)
774+
775+commit 884f61bf72a1d7cc939510aadbb4889e07cb01b2
776+Author: Milo Casagrande <milo@ubuntu.com>
777+Date: 2013-06-19
778+
779+ [l10n] Updated Italian translation.
780+
781+ po/it.po | 3030 +++++++++-----------------------------------------------------
782+ 1 file changed, 415 insertions(+), 2615 deletions(-)
783+
784+commit f110e1c8a2efa46c106b910b765a4a8728021dce
785+Author: Jérémy Bobbio <lunar@debian.org>
786+Date: 2013-05-16
787+
788+ Avoid repeating the self encryption key in cryptui_key_chooser_get_recipients()
789+
790+ When using self encryption, cryptui_key_chooser_get_recipients() would
791+ previously always prepend the key to the recipient list. This is uneeded
792+ if the key is already in there.
793+
794+ This change makes prompt_recipients() in seahorse-tool.c happier when
795+ selecting the key using for signing in the recipient list.
796+
797+ https://bugzilla.gnome.org/show_bug.cgi?id=701987
798+
799+ libcryptui/cryptui-key-chooser.c | 8 ++++++--
800+ 1 file changed, 6 insertions(+), 2 deletions(-)
801+
802+commit 11287e83276e52f8df7168c1dc98f2729b79da88
803+Author: Marek Černocký <marek@manet.cz>
804+Date: 2013-06-08
805+
806+ Updated Czech translation
807+
808+ po/cs.po | 3009 +++++++++-----------------------------------------------------
809+ 1 file changed, 416 insertions(+), 2593 deletions(-)
810+
811+commit d9ab48f438b8eb169b7dc97e6a6a0da5e4b7037f
812+Author: Kjartan Maraas <kmaraas@gnome.org>
813+Date: 2013-05-29
814+
815+ Updated Norwegian bokmål translation
816+
817+ po/nb.po | 2994 +++++++++-----------------------------------------------------
818+ 1 file changed, 413 insertions(+), 2581 deletions(-)
819+
820+commit 094625ca0d2aad04a01de1e64aab5976af748c38
821+Author: Matej Urbančič <mateju@svn.gnome.org>
822+Date: 2013-05-25
823+
824+ Added Slovenian translation
825+
826+ po/sl.po | 3915 +++++++++++++++++++++++++++-----------------------------------
827+ 1 file changed, 1713 insertions(+), 2202 deletions(-)
828+
829+commit 7fc9298a90fe0236cb24c55b6118157265afdd46
830+Author: Daniel Mustieles <daniel.mustieles@gmail.com>
831+Date: 2013-05-24
832+
833+ Updated Spanish translation
834+
835+ po/es.po | 83 ++++++++++++++++++++++++++++++++++------------------------------
836+ 1 file changed, 44 insertions(+), 39 deletions(-)
837+
838+commit a35642937469e501012d5c1d0cac83e10dee14cf
839+Author: Yaron Shahrabani <sh.yaron@gmail.com>
840+Date: 2013-05-24
841+
842+ Updated Hebrew translation.
843+
844+ po/he.po | 3856 ++++++++++++++++++++++++++------------------------------------
845+ 1 file changed, 1599 insertions(+), 2257 deletions(-)
846+
847+commit 1a7c9d7e75a3be0a3fbf3398575d6296528b079e
848+Author: Stef Walter <stefw@gnome.org>
849+Date: 2013-05-23
850+
851+ Set the source on UID objects
852+
853+ This allows them to be used for selecting encryption recipients
854+
855+ daemon/seahorse-gpgme-key.c | 3 +++
856+ 1 file changed, 3 insertions(+)
857+
858+commit fe681ef53a050eda6be5308151202c86cd123301
859+Author: Stef Walter <stefw@gnome.org>
860+Date: 2013-05-23
861+
862+ Remove some unused code
863+
864+ daemon/seahorse-pgp-uid.c | 145 ----------------------------------------------
865+ daemon/seahorse-pgp-uid.h | 2 -
866+ 2 files changed, 147 deletions(-)
867+
868+commit 86bcf96fc5926e07f0a77db3745304b1236fa896
869+Author: Stef Walter <stefw@gnome.org>
870+Date: 2013-05-23
871+
872+ Fix warning on startup about missing seahorse-daemon.desktop file
873+
874+ daemon/seahorse-daemon.c | 3 +--
875+ 1 file changed, 1 insertion(+), 2 deletions(-)
876+
877+commit c062d0fea72244bddbb1ef42f03057fd6dad5794
878+Author: Stef Walter <stefw@gnome.org>
879+Date: 2013-05-23
880+
881+ Ignore files created when doing code coverage
882+
883+ .gitignore | 2 ++
884+ 1 file changed, 2 insertions(+)
885+
886+commit 6012bfe8e9db61902d8db439be488b0fb118bf50
887+Author: Jérémy Bobbio <lunar@debian.org>
888+Date: 2013-04-10
889+
890+ Add support for symmetric encryption
891+
892+ A new flag, FLAG_SYMMETRIC is added for the EncryptText and EncryptFile
893+ services. When specified, both will perform symmetric encryption instead of
894+ using public keys.
895+
896+ To prevent programming mistakes, we error out if there is anything in the list
897+ of recipients as it will not be used when performing symmetric encryption.
898+
899+ The default passphrase callback - seahorse-gpgme-source.c:passphrase_get() -
900+ will be used to prompt users to enter the passphrase used for symmetric
901+ encryption, like we already do for symmetric decryption.
902+
903+ https://bugzilla.gnome.org/show_bug.cgi?id=699161
904+
905+ daemon/seahorse-service-crypto.c | 221 ++++++++++++++++++++-----------------
906+ daemon/seahorse-service-crypto.xml | 1 +
907+ tests/dbus-crypto-test.py | 8 ++
908+ tests/dbus-test.py | 4 +-
909+ 4 files changed, 131 insertions(+), 103 deletions(-)
910+
911 commit 7081f311b822be618e03d5e387f5a7bf6ce0fe62
912 Author: Stef Walter <stefw@gnome.org>
913 Date: 2013-03-25
914
915=== modified file 'Makefile.am'
916--- Makefile.am 2011-11-23 12:30:54 +0000
917+++ Makefile.am 2014-07-01 03:49:19 +0000
918@@ -55,3 +55,7 @@
919
920 distuninstallcheck:
921 @:
922+
923+upload-release: $(DIST_ARCHIVES)
924+ scp $(DIST_ARCHIVES) master.gnome.org:
925+ ssh master.gnome.org ftpadmin install $(DIST_ARCHIVES)
926
927=== modified file 'Makefile.in'
928--- Makefile.in 2013-06-11 20:09:34 +0000
929+++ Makefile.in 2014-07-01 03:49:19 +0000
930@@ -1,7 +1,7 @@
931-# Makefile.in generated by automake 1.12.2 from Makefile.am.
932+# Makefile.in generated by automake 1.13.4 from Makefile.am.
933 # @configure_input@
934
935-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
936+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
937
938 # This Makefile.in is free software; the Free Software Foundation
939 # gives unlimited permission to copy and/or distribute it,
940@@ -14,23 +14,51 @@
941
942 @SET_MAKE@
943 VPATH = @srcdir@
944-am__make_dryrun = \
945- { \
946- am__dry=no; \
947+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
948+am__make_running_with_option = \
949+ case $${target_option-} in \
950+ ?) ;; \
951+ *) echo "am__make_running_with_option: internal error: invalid" \
952+ "target option '$${target_option-}' specified" >&2; \
953+ exit 1;; \
954+ esac; \
955+ has_opt=no; \
956+ sane_makeflags=$$MAKEFLAGS; \
957+ if $(am__is_gnu_make); then \
958+ sane_makeflags=$$MFLAGS; \
959+ else \
960 case $$MAKEFLAGS in \
961 *\\[\ \ ]*) \
962- echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
963- | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
964- *) \
965- for am__flg in $$MAKEFLAGS; do \
966- case $$am__flg in \
967- *=*|--*) ;; \
968- *n*) am__dry=yes; break;; \
969- esac; \
970- done;; \
971- esac; \
972- test $$am__dry = yes; \
973- }
974+ bs=\\; \
975+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
976+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
977+ esac; \
978+ fi; \
979+ skip_next=no; \
980+ strip_trailopt () \
981+ { \
982+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
983+ }; \
984+ for flg in $$sane_makeflags; do \
985+ test $$skip_next = yes && { skip_next=no; continue; }; \
986+ case $$flg in \
987+ *=*|--*) continue;; \
988+ -*I) strip_trailopt 'I'; skip_next=yes;; \
989+ -*I?*) strip_trailopt 'I';; \
990+ -*O) strip_trailopt 'O'; skip_next=yes;; \
991+ -*O?*) strip_trailopt 'O';; \
992+ -*l) strip_trailopt 'l'; skip_next=yes;; \
993+ -*l?*) strip_trailopt 'l';; \
994+ -[dEDm]) skip_next=yes;; \
995+ -[JT]) skip_next=yes;; \
996+ esac; \
997+ case $$flg in \
998+ *$$target_option*) has_opt=yes; break;; \
999+ esac; \
1000+ done; \
1001+ test $$has_opt = yes
1002+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
1003+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1004 pkgdatadir = $(datadir)/@PACKAGE@
1005 pkgincludedir = $(includedir)/@PACKAGE@
1006 pkglibdir = $(libdir)/@PACKAGE@
1007@@ -50,11 +78,11 @@
1008 build_triplet = @build@
1009 host_triplet = @host@
1010 subdir = .
1011-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
1012- $(srcdir)/Makefile.in $(srcdir)/config.h.in \
1013- $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
1014- config.guess config.sub depcomp install-sh ltmain.sh missing \
1015- mkinstalldirs
1016+DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
1017+ $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
1018+ $(top_srcdir)/configure $(am__configure_deps) \
1019+ $(srcdir)/config.h.in mkinstalldirs COPYING config.guess \
1020+ config.sub depcomp install-sh missing ltmain.sh
1021 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1022 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
1023 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
1024@@ -84,13 +112,14 @@
1025 am__v_at_1 =
1026 SOURCES =
1027 DIST_SOURCES =
1028-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
1029- html-recursive info-recursive install-data-recursive \
1030- install-dvi-recursive install-exec-recursive \
1031- install-html-recursive install-info-recursive \
1032- install-pdf-recursive install-ps-recursive install-recursive \
1033- installcheck-recursive installdirs-recursive pdf-recursive \
1034- ps-recursive uninstall-recursive
1035+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
1036+ ctags-recursive dvi-recursive html-recursive info-recursive \
1037+ install-data-recursive install-dvi-recursive \
1038+ install-exec-recursive install-html-recursive \
1039+ install-info-recursive install-pdf-recursive \
1040+ install-ps-recursive install-recursive installcheck-recursive \
1041+ installdirs-recursive pdf-recursive ps-recursive \
1042+ tags-recursive uninstall-recursive
1043 am__can_run_installinfo = \
1044 case $$AM_UPDATE_INFO_DIR in \
1045 n|no|NO) false;; \
1046@@ -98,9 +127,30 @@
1047 esac
1048 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
1049 distclean-recursive maintainer-clean-recursive
1050-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
1051- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
1052+am__recursive_targets = \
1053+ $(RECURSIVE_TARGETS) \
1054+ $(RECURSIVE_CLEAN_TARGETS) \
1055+ $(am__extra_recursive_targets)
1056+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
1057 cscope distdir dist dist-all distcheck
1058+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
1059+ $(LISP)config.h.in
1060+# Read a list of newline-separated strings from the standard input,
1061+# and print each of them once, without duplicates. Input order is
1062+# *not* preserved.
1063+am__uniquify_input = $(AWK) '\
1064+ BEGIN { nonempty = 0; } \
1065+ { items[$$0] = 1; nonempty = 1; } \
1066+ END { if (nonempty) { for (i in items) print i; }; } \
1067+'
1068+# Make sure the list of sources is unique. This is necessary because,
1069+# e.g., the same source file might be shared among _SOURCES variables
1070+# for different programs/libraries.
1071+am__define_uniq_tagged_files = \
1072+ list='$(am__tagged_files)'; \
1073+ unique=`for i in $$list; do \
1074+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1075+ done | $(am__uniquify_input)`
1076 ETAGS = etags
1077 CTAGS = ctags
1078 CSCOPE = cscope
1079@@ -202,6 +252,7 @@
1080 GREP = @GREP@
1081 GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
1082 GTKDOC_CHECK = @GTKDOC_CHECK@
1083+GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
1084 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
1085 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
1086 GTKDOC_MKPDF = @GTKDOC_MKPDF@
1087@@ -452,14 +503,13 @@
1088 # (1) if the variable is set in 'config.status', edit 'config.status'
1089 # (which will cause the Makefiles to be regenerated when you run 'make');
1090 # (2) otherwise, pass the desired values on the 'make' command line.
1091-$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
1092- @fail= failcom='exit 1'; \
1093- for f in x $$MAKEFLAGS; do \
1094- case $$f in \
1095- *=* | --[!k]*);; \
1096- *k*) failcom='fail=yes';; \
1097- esac; \
1098- done; \
1099+$(am__recursive_targets):
1100+ @fail=; \
1101+ if $(am__make_keepgoing); then \
1102+ failcom='fail=yes'; \
1103+ else \
1104+ failcom='exit 1'; \
1105+ fi; \
1106 dot_seen=no; \
1107 target=`echo $@ | sed s/-recursive//`; \
1108 case "$@" in \
1109@@ -480,31 +530,13 @@
1110 if test "$$dot_seen" = "no"; then \
1111 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1112 fi; test -z "$$fail"
1113-tags-recursive:
1114- list='$(SUBDIRS)'; for subdir in $$list; do \
1115- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1116- done
1117-ctags-recursive:
1118- list='$(SUBDIRS)'; for subdir in $$list; do \
1119- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1120- done
1121-cscopelist-recursive:
1122- list='$(SUBDIRS)'; for subdir in $$list; do \
1123- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
1124- done
1125-
1126-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1127- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1128- unique=`for i in $$list; do \
1129- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1130- done | \
1131- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1132- END { if (nonempty) { for (i in files) print i; }; }'`; \
1133- mkid -fID $$unique
1134-tags: TAGS
1135-
1136-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1137- $(TAGS_FILES) $(LISP)
1138+
1139+ID: $(am__tagged_files)
1140+ $(am__define_uniq_tagged_files); mkid -fID $$unique
1141+tags: tags-recursive
1142+TAGS: tags
1143+
1144+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1145 set x; \
1146 here=`pwd`; \
1147 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1148@@ -520,12 +552,7 @@
1149 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1150 fi; \
1151 done; \
1152- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1153- unique=`for i in $$list; do \
1154- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1155- done | \
1156- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1157- END { if (nonempty) { for (i in files) print i; }; }'`; \
1158+ $(am__define_uniq_tagged_files); \
1159 shift; \
1160 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1161 test -n "$$unique" || unique=$$empty_fix; \
1162@@ -537,15 +564,11 @@
1163 $$unique; \
1164 fi; \
1165 fi
1166-ctags: CTAGS
1167-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1168- $(TAGS_FILES) $(LISP)
1169- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1170- unique=`for i in $$list; do \
1171- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1172- done | \
1173- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1174- END { if (nonempty) { for (i in files) print i; }; }'`; \
1175+ctags: ctags-recursive
1176+
1177+CTAGS: ctags
1178+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1179+ $(am__define_uniq_tagged_files); \
1180 test -z "$(CTAGS_ARGS)$$unique" \
1181 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1182 $$unique
1183@@ -554,18 +577,16 @@
1184 here=`$(am__cd) $(top_builddir) && pwd` \
1185 && $(am__cd) $(top_srcdir) \
1186 && gtags -i $(GTAGS_ARGS) "$$here"
1187-
1188 cscope: cscope.files
1189 test ! -s cscope.files \
1190 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1191-
1192 clean-cscope:
1193 -rm -f cscope.files
1194-
1195-cscope.files: clean-cscope cscopelist-recursive cscopelist
1196-
1197-cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
1198- list='$(SOURCES) $(HEADERS) $(LISP)'; \
1199+cscope.files: clean-cscope cscopelist
1200+cscopelist: cscopelist-recursive
1201+
1202+cscopelist-am: $(am__tagged_files)
1203+ list='$(am__tagged_files)'; \
1204 case "$(srcdir)" in \
1205 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1206 *) sdir=$(subdir)/$(srcdir) ;; \
1207@@ -702,9 +723,9 @@
1208 *.zip*) \
1209 unzip $(distdir).zip ;;\
1210 esac
1211- chmod -R a-w $(distdir); chmod u+w $(distdir)
1212- mkdir $(distdir)/_build
1213- mkdir $(distdir)/_inst
1214+ chmod -R a-w $(distdir)
1215+ chmod u+w $(distdir)
1216+ mkdir $(distdir)/_build $(distdir)/_inst
1217 chmod a-w $(distdir)
1218 test -d $(distdir)/_build || exit 0; \
1219 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1220@@ -855,27 +876,24 @@
1221
1222 uninstall-am:
1223
1224-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1225- cscopelist-recursive ctags-recursive install-am install-strip \
1226- tags-recursive
1227+.MAKE: $(am__recursive_targets) all install-am install-strip
1228
1229-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1230- all all-am am--refresh check check-am clean clean-cscope \
1231- clean-generic clean-libtool cscope cscopelist \
1232- cscopelist-recursive ctags ctags-recursive dist dist-all \
1233- dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
1234- dist-xz dist-zip distcheck distclean distclean-generic \
1235- distclean-hdr distclean-libtool distclean-tags distcleancheck \
1236- distdir distuninstallcheck dvi dvi-am html html-am info \
1237- info-am install install-am install-data install-data-am \
1238- install-dvi install-dvi-am install-exec install-exec-am \
1239- install-html install-html-am install-info install-info-am \
1240- install-man install-pdf install-pdf-am install-ps \
1241- install-ps-am install-strip installcheck installcheck-am \
1242- installdirs installdirs-am maintainer-clean \
1243- maintainer-clean-generic mostlyclean mostlyclean-generic \
1244- mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1245- uninstall uninstall-am
1246+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1247+ am--refresh check check-am clean clean-cscope clean-generic \
1248+ clean-libtool cscope cscopelist-am ctags ctags-am dist \
1249+ dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1250+ dist-tarZ dist-xz dist-zip distcheck distclean \
1251+ distclean-generic distclean-hdr distclean-libtool \
1252+ distclean-tags distcleancheck distdir distuninstallcheck dvi \
1253+ dvi-am html html-am info info-am install install-am \
1254+ install-data install-data-am install-dvi install-dvi-am \
1255+ install-exec install-exec-am install-html install-html-am \
1256+ install-info install-info-am install-man install-pdf \
1257+ install-pdf-am install-ps install-ps-am install-strip \
1258+ installcheck installcheck-am installdirs installdirs-am \
1259+ maintainer-clean maintainer-clean-generic mostlyclean \
1260+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1261+ tags tags-am uninstall uninstall-am
1262
1263
1264 dist-hook:
1265@@ -895,6 +913,10 @@
1266 distuninstallcheck:
1267 @:
1268
1269+upload-release: $(DIST_ARCHIVES)
1270+ scp $(DIST_ARCHIVES) master.gnome.org:
1271+ ssh master.gnome.org ftpadmin install $(DIST_ARCHIVES)
1272+
1273 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1274 # Otherwise a system limit (for SysV at least) may be exceeded.
1275 .NOEXPORT:
1276
1277=== modified file 'NEWS'
1278--- NEWS 2013-06-11 20:09:34 +0000
1279+++ NEWS 2014-07-01 03:49:19 +0000
1280@@ -1,3 +1,24 @@
1281+libcryptui 3.12.2:
1282+ * Updated translations
1283+ * Build fix on FreeBSD [#727196]
1284+
1285+libcryptui 3.10.1:
1286+ * Updated translations
1287+
1288+libcryptui 3.10.0:
1289+ * Updated translations
1290+ * Build fix
1291+
1292+libcryptui 3.9.90:
1293+ * Add symmetric encryption as a choice in "choose recipients" dialog [#325803]
1294+ * Add support for symmetric encryption [#699161]
1295+ * Add cryptui_need_to_get_keys_or_symmetric() [#325803]
1296+ * Avoid repeating the self encryption key in cryptui_key_chooser_ge [#701987]
1297+ * Fix warning on startup about missing seahorse-daemon.desktop file
1298+ * Set the source on UID objects
1299+ * Build fixes
1300+ * Updated translations
1301+
1302 libcryptui 3.8.0:
1303 (no changes from previous release)
1304
1305
1306=== modified file 'aclocal.m4'
1307--- aclocal.m4 2013-06-11 20:09:34 +0000
1308+++ aclocal.m4 2014-07-01 03:49:19 +0000
1309@@ -1,6 +1,6 @@
1310-# generated automatically by aclocal 1.12.2 -*- Autoconf -*-
1311+# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
1312
1313-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
1314+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1315
1316 # This file is free software; the Free Software Foundation
1317 # gives unlimited permission to copy and/or distribute it,
1318@@ -11,6 +11,7 @@
1319 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1320 # PARTICULAR PURPOSE.
1321
1322+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1323 m4_ifndef([AC_AUTOCONF_VERSION],
1324 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1325 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
1326@@ -336,7 +337,6 @@
1327 dnl
1328 glib_DEFUN([GLIB_GNU_GETTEXT],
1329 [AC_REQUIRE([AC_PROG_CC])dnl
1330- AC_REQUIRE([AC_HEADER_STDC])dnl
1331
1332 GLIB_LC_MESSAGES
1333 GLIB_WITH_NLS
1334@@ -541,7 +541,7 @@
1335 )
1336
1337 # nls.m4 serial 5 (gettext-0.18)
1338-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
1339+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
1340 dnl Inc.
1341 dnl This file is free software; the Free Software Foundation
1342 dnl gives unlimited permission to copy and/or distribute it,
1343@@ -773,24 +773,37 @@
1344 m4_popdef([pkg_description])
1345 ]) dnl PKG_NOARCH_INSTALLDIR
1346
1347-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
1348+
1349+# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
1350+# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
1351+# -------------------------------------------
1352+# Retrieves the value of the pkg-config variable for the given module.
1353+AC_DEFUN([PKG_CHECK_VAR],
1354+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
1355+AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
1356+
1357+_PKG_CONFIG([$1], [variable="][$3]["], [$2])
1358+AS_VAR_COPY([$1], [pkg_cv_][$1])
1359+
1360+AS_VAR_IF([$1], [""], [$5], [$4])dnl
1361+])# PKG_CHECK_VAR
1362+
1363+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
1364 #
1365 # This file is free software; the Free Software Foundation
1366 # gives unlimited permission to copy and/or distribute it,
1367 # with or without modifications, as long as this notice is preserved.
1368
1369-# serial 8
1370-
1371 # AM_AUTOMAKE_VERSION(VERSION)
1372 # ----------------------------
1373 # Automake X.Y traces this macro to ensure aclocal.m4 has been
1374 # generated from the m4 files accompanying Automake X.Y.
1375 # (This private macro should not be called outside this file.)
1376 AC_DEFUN([AM_AUTOMAKE_VERSION],
1377-[am__api_version='1.12'
1378+[am__api_version='1.13'
1379 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
1380 dnl require some minimum version. Point them to the right macro.
1381-m4_if([$1], [1.12.2], [],
1382+m4_if([$1], [1.13.4], [],
1383 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
1384 ])
1385
1386@@ -806,21 +819,19 @@
1387 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
1388 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
1389 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
1390-[AM_AUTOMAKE_VERSION([1.12.2])dnl
1391+[AM_AUTOMAKE_VERSION([1.13.4])dnl
1392 m4_ifndef([AC_AUTOCONF_VERSION],
1393 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1394 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
1395
1396 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
1397
1398-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
1399+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1400 #
1401 # This file is free software; the Free Software Foundation
1402 # gives unlimited permission to copy and/or distribute it,
1403 # with or without modifications, as long as this notice is preserved.
1404
1405-# serial 2
1406-
1407 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
1408 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
1409 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
1410@@ -868,14 +879,12 @@
1411
1412 # AM_CONDITIONAL -*- Autoconf -*-
1413
1414-# Copyright (C) 1997-2012 Free Software Foundation, Inc.
1415+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
1416 #
1417 # This file is free software; the Free Software Foundation
1418 # gives unlimited permission to copy and/or distribute it,
1419 # with or without modifications, as long as this notice is preserved.
1420
1421-# serial 10
1422-
1423 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
1424 # -------------------------------------
1425 # Define a conditional.
1426@@ -901,13 +910,12 @@
1427 Usually this means the macro was only invoked conditionally.]])
1428 fi])])
1429
1430-# Copyright (C) 1999-2012 Free Software Foundation, Inc.
1431+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
1432 #
1433 # This file is free software; the Free Software Foundation
1434 # gives unlimited permission to copy and/or distribute it,
1435 # with or without modifications, as long as this notice is preserved.
1436
1437-# serial 17
1438
1439 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
1440 # written in clear, in which case automake, when reading aclocal.m4,
1441@@ -1093,19 +1101,18 @@
1442
1443 # Generate code to set up dependency tracking. -*- Autoconf -*-
1444
1445-# Copyright (C) 1999-2012 Free Software Foundation, Inc.
1446+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
1447 #
1448 # This file is free software; the Free Software Foundation
1449 # gives unlimited permission to copy and/or distribute it,
1450 # with or without modifications, as long as this notice is preserved.
1451
1452-# serial 6
1453
1454 # _AM_OUTPUT_DEPENDENCY_COMMANDS
1455 # ------------------------------
1456 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
1457 [{
1458- # Autoconf 2.62 quotes --file arguments for eval, but not when files
1459+ # Older Autoconf quotes --file arguments for eval, but not when files
1460 # are listed without --file. Let's play safe and only enable the eval
1461 # if we detect the quoting.
1462 case $CONFIG_FILES in
1463@@ -1134,7 +1141,7 @@
1464 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1465 test -z "$DEPDIR" && continue
1466 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1467- test -z "am__include" && continue
1468+ test -z "$am__include" && continue
1469 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1470 # Find all dependency output files, they are included files with
1471 # $(DEPDIR) in their names. We invoke sed twice because it is the
1472@@ -1168,27 +1175,14 @@
1473 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
1474 ])
1475
1476-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
1477-#
1478-# This file is free software; the Free Software Foundation
1479-# gives unlimited permission to copy and/or distribute it,
1480-# with or without modifications, as long as this notice is preserved.
1481-
1482-# serial 8
1483-
1484-# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
1485-AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
1486-
1487 # Do all the work for Automake. -*- Autoconf -*-
1488
1489-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
1490+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1491 #
1492 # This file is free software; the Free Software Foundation
1493 # gives unlimited permission to copy and/or distribute it,
1494 # with or without modifications, as long as this notice is preserved.
1495
1496-# serial 19
1497-
1498 # This macro actually does too much. Some checks are only needed if
1499 # your package does certain things. But this isn't really a big deal.
1500
1501@@ -1204,7 +1198,7 @@
1502 # arguments mandatory, and then we can depend on a new Autoconf
1503 # release and drop the old call support.
1504 AC_DEFUN([AM_INIT_AUTOMAKE],
1505-[AC_PREREQ([2.62])dnl
1506+[AC_PREREQ([2.65])dnl
1507 dnl Autoconf wants to disallow AM_ names. We explicitly allow
1508 dnl the ones we care about.
1509 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
1510@@ -1234,8 +1228,7 @@
1511 dnl Distinguish between old-style and new-style calls.
1512 m4_ifval([$2],
1513 [AC_DIAGNOSE([obsolete],
1514-[$0: two- and three-arguments forms are deprecated. For more info, see:
1515-http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation])
1516+ [$0: two- and three-arguments forms are deprecated.])
1517 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
1518 AC_SUBST([PACKAGE], [$1])dnl
1519 AC_SUBST([VERSION], [$2])],
1520@@ -1289,18 +1282,15 @@
1521 [_AM_DEPENDENCIES([OBJC])],
1522 [m4_define([AC_PROG_OBJC],
1523 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
1524-dnl Support for Objective C++ was only introduced in Autoconf 2.65,
1525-dnl but we still cater to Autoconf 2.62.
1526-m4_ifdef([AC_PROG_OBJCXX],
1527-[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
1528+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
1529 [_AM_DEPENDENCIES([OBJCXX])],
1530 [m4_define([AC_PROG_OBJCXX],
1531- m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl
1532+ m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
1533 ])
1534-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
1535-dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the
1536-dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
1537-dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
1538+AC_REQUIRE([AM_SILENT_RULES])dnl
1539+dnl The testsuite driver may need to know about EXEEXT, so add the
1540+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
1541+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
1542 AC_CONFIG_COMMANDS_PRE(dnl
1543 [m4_provide_if([_AM_COMPILER_EXEEXT],
1544 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
1545@@ -1334,14 +1324,12 @@
1546 done
1547 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1548
1549-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
1550+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1551 #
1552 # This file is free software; the Free Software Foundation
1553 # gives unlimited permission to copy and/or distribute it,
1554 # with or without modifications, as long as this notice is preserved.
1555
1556-# serial 8
1557-
1558 # AM_PROG_INSTALL_SH
1559 # ------------------
1560 # Define $install_sh.
1561@@ -1357,14 +1345,12 @@
1562 fi
1563 AC_SUBST([install_sh])])
1564
1565-# Copyright (C) 2003-2012 Free Software Foundation, Inc.
1566+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
1567 #
1568 # This file is free software; the Free Software Foundation
1569 # gives unlimited permission to copy and/or distribute it,
1570 # with or without modifications, as long as this notice is preserved.
1571
1572-# serial 2
1573-
1574 # Check whether the underlying file-system supports filenames
1575 # with a leading dot. For instance MS-DOS doesn't.
1576 AC_DEFUN([AM_SET_LEADING_DOT],
1577@@ -1381,14 +1367,12 @@
1578 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
1579 # From Jim Meyering
1580
1581-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
1582+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1583 #
1584 # This file is free software; the Free Software Foundation
1585 # gives unlimited permission to copy and/or distribute it,
1586 # with or without modifications, as long as this notice is preserved.
1587
1588-# serial 7
1589-
1590 # AM_MAINTAINER_MODE([DEFAULT-MODE])
1591 # ----------------------------------
1592 # Control maintainer-specific portions of Makefiles.
1593@@ -1416,18 +1400,14 @@
1594 ]
1595 )
1596
1597-AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
1598-
1599 # Check to see how 'make' treats includes. -*- Autoconf -*-
1600
1601-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
1602+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1603 #
1604 # This file is free software; the Free Software Foundation
1605 # gives unlimited permission to copy and/or distribute it,
1606 # with or without modifications, as long as this notice is preserved.
1607
1608-# serial 5
1609-
1610 # AM_MAKE_INCLUDE()
1611 # -----------------
1612 # Check to see how make treats includes.
1613@@ -1472,14 +1452,12 @@
1614
1615 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
1616
1617-# Copyright (C) 1997-2012 Free Software Foundation, Inc.
1618+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
1619 #
1620 # This file is free software; the Free Software Foundation
1621 # gives unlimited permission to copy and/or distribute it,
1622 # with or without modifications, as long as this notice is preserved.
1623
1624-# serial 7
1625-
1626 # AM_MISSING_PROG(NAME, PROGRAM)
1627 # ------------------------------
1628 AC_DEFUN([AM_MISSING_PROG],
1629@@ -1487,11 +1465,10 @@
1630 $1=${$1-"${am_missing_run}$2"}
1631 AC_SUBST($1)])
1632
1633-
1634 # AM_MISSING_HAS_RUN
1635 # ------------------
1636-# Define MISSING if not defined so far and test if it supports --run.
1637-# If it does, set am_missing_run to use it, otherwise, to nothing.
1638+# Define MISSING if not defined so far and test if it is modern enough.
1639+# If it is, set am_missing_run to use it, otherwise, to nothing.
1640 AC_DEFUN([AM_MISSING_HAS_RUN],
1641 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1642 AC_REQUIRE_AUX_FILE([missing])dnl
1643@@ -1504,24 +1481,51 @@
1644 esac
1645 fi
1646 # Use eval to expand $SHELL
1647-if eval "$MISSING --run true"; then
1648- am_missing_run="$MISSING --run "
1649+if eval "$MISSING --is-lightweight"; then
1650+ am_missing_run="$MISSING "
1651 else
1652 am_missing_run=
1653 AC_MSG_WARN(['missing' script is too old or missing])
1654 fi
1655 ])
1656
1657+# -*- Autoconf -*-
1658+# Obsolete and "removed" macros, that must however still report explicit
1659+# error messages when used, to smooth transition.
1660+#
1661+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1662+#
1663+# This file is free software; the Free Software Foundation
1664+# gives unlimited permission to copy and/or distribute it,
1665+# with or without modifications, as long as this notice is preserved.
1666+
1667+AC_DEFUN([AM_CONFIG_HEADER],
1668+[AC_DIAGNOSE([obsolete],
1669+['$0': this macro is obsolete.
1670+You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
1671+AC_CONFIG_HEADERS($@)])
1672+
1673+AC_DEFUN([AM_PROG_CC_STDC],
1674+[AC_PROG_CC
1675+am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
1676+AC_DIAGNOSE([obsolete],
1677+['$0': this macro is obsolete.
1678+You should simply use the 'AC][_PROG_CC' macro instead.
1679+Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
1680+but upon 'ac_cv_prog_cc_stdc'.])])
1681+
1682+AC_DEFUN([AM_C_PROTOTYPES],
1683+ [AC_FATAL([automatic de-ANSI-fication support has been removed])])
1684+AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
1685+
1686 # Helper functions for option handling. -*- Autoconf -*-
1687
1688-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
1689+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1690 #
1691 # This file is free software; the Free Software Foundation
1692 # gives unlimited permission to copy and/or distribute it,
1693 # with or without modifications, as long as this notice is preserved.
1694
1695-# serial 6
1696-
1697 # _AM_MANGLE_OPTION(NAME)
1698 # -----------------------
1699 AC_DEFUN([_AM_MANGLE_OPTION],
1700@@ -1547,14 +1551,12 @@
1701
1702 # Check to make sure that the build environment is sane. -*- Autoconf -*-
1703
1704-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
1705+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1706 #
1707 # This file is free software; the Free Software Foundation
1708 # gives unlimited permission to copy and/or distribute it,
1709 # with or without modifications, as long as this notice is preserved.
1710
1711-# serial 9
1712-
1713 # AM_SANITY_CHECK
1714 # ---------------
1715 AC_DEFUN([AM_SANITY_CHECK],
1716@@ -1630,14 +1632,12 @@
1717 rm -f conftest.file
1718 ])
1719
1720-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
1721+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
1722 #
1723 # This file is free software; the Free Software Foundation
1724 # gives unlimited permission to copy and/or distribute it,
1725 # with or without modifications, as long as this notice is preserved.
1726
1727-# serial 3
1728-
1729 # AM_SILENT_RULES([DEFAULT])
1730 # --------------------------
1731 # Enable less verbose build rules; with the default set to DEFAULT
1732@@ -1692,14 +1692,12 @@
1733 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1734 ])
1735
1736-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
1737+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1738 #
1739 # This file is free software; the Free Software Foundation
1740 # gives unlimited permission to copy and/or distribute it,
1741 # with or without modifications, as long as this notice is preserved.
1742
1743-# serial 2
1744-
1745 # AM_PROG_INSTALL_STRIP
1746 # ---------------------
1747 # One issue with vendor 'install' (even GNU) is that you can't
1748@@ -1722,14 +1720,12 @@
1749 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1750 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1751
1752-# Copyright (C) 2006-2012 Free Software Foundation, Inc.
1753+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
1754 #
1755 # This file is free software; the Free Software Foundation
1756 # gives unlimited permission to copy and/or distribute it,
1757 # with or without modifications, as long as this notice is preserved.
1758
1759-# serial 3
1760-
1761 # _AM_SUBST_NOTMAKE(VARIABLE)
1762 # ---------------------------
1763 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1764@@ -1743,14 +1739,12 @@
1765
1766 # Check how to create a tarball. -*- Autoconf -*-
1767
1768-# Copyright (C) 2004-2012 Free Software Foundation, Inc.
1769+# Copyright (C) 2004-2013 Free Software Foundation, Inc.
1770 #
1771 # This file is free software; the Free Software Foundation
1772 # gives unlimited permission to copy and/or distribute it,
1773 # with or without modifications, as long as this notice is preserved.
1774
1775-# serial 3
1776-
1777 # _AM_PROG_TAR(FORMAT)
1778 # --------------------
1779 # Check how to create a tarball in format FORMAT.
1780@@ -1764,76 +1758,114 @@
1781 # Substitute a variable $(am__untar) that extract such
1782 # a tarball read from stdin.
1783 # $(am__untar) < result.tar
1784+#
1785 AC_DEFUN([_AM_PROG_TAR],
1786 [# Always define AMTAR for backward compatibility. Yes, it's still used
1787 # in the wild :-( We should find a proper way to deprecate it ...
1788 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1789+
1790+# We'll loop over all known methods to create a tar archive until one works.
1791+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1792+
1793 m4_if([$1], [v7],
1794- [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1795- [m4_case([$1], [ustar],, [pax],,
1796- [m4_fatal([Unknown tar format])])
1797-AC_MSG_CHECKING([how to create a $1 tar archive])
1798-# Loop over all known methods to create a tar archive until one works.
1799-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1800-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
1801-# Do not fold the above two line into one, because Tru64 sh and
1802-# Solaris sh will not grok spaces in the rhs of '-'.
1803-for _am_tool in $_am_tools
1804-do
1805- case $_am_tool in
1806- gnutar)
1807- for _am_tar in tar gnutar gtar;
1808- do
1809- AM_RUN_LOG([$_am_tar --version]) && break
1810- done
1811- am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1812- am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1813- am__untar="$_am_tar -xf -"
1814- ;;
1815- plaintar)
1816- # Must skip GNU tar: if it does not support --format= it doesn't create
1817- # ustar tarball either.
1818- (tar --version) >/dev/null 2>&1 && continue
1819- am__tar='tar chf - "$$tardir"'
1820- am__tar_='tar chf - "$tardir"'
1821- am__untar='tar xf -'
1822- ;;
1823- pax)
1824- am__tar='pax -L -x $1 -w "$$tardir"'
1825- am__tar_='pax -L -x $1 -w "$tardir"'
1826- am__untar='pax -r'
1827- ;;
1828- cpio)
1829- am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1830- am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1831- am__untar='cpio -i -H $1 -d'
1832- ;;
1833- none)
1834- am__tar=false
1835- am__tar_=false
1836- am__untar=false
1837- ;;
1838- esac
1839-
1840- # If the value was cached, stop now. We just wanted to have am__tar
1841- # and am__untar set.
1842- test -n "${am_cv_prog_tar_$1}" && break
1843-
1844- # tar/untar a dummy directory, and stop if the command works
1845- rm -rf conftest.dir
1846- mkdir conftest.dir
1847- echo GrepMe > conftest.dir/file
1848- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1849- rm -rf conftest.dir
1850- if test -s conftest.tar; then
1851- AM_RUN_LOG([$am__untar <conftest.tar])
1852- grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1853- fi
1854-done
1855-rm -rf conftest.dir
1856-
1857-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1858-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1859+ [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1860+
1861+ [m4_case([$1],
1862+ [ustar],
1863+ [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1864+ # There is notably a 21 bits limit for the UID and the GID. In fact,
1865+ # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1866+ # and bug#13588).
1867+ am_max_uid=2097151 # 2^21 - 1
1868+ am_max_gid=$am_max_uid
1869+ # The $UID and $GID variables are not portable, so we need to resort
1870+ # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1871+ # below are definitely unexpected, so allow the users to see them
1872+ # (that is, avoid stderr redirection).
1873+ am_uid=`id -u || echo unknown`
1874+ am_gid=`id -g || echo unknown`
1875+ AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1876+ if test $am_uid -le $am_max_uid; then
1877+ AC_MSG_RESULT([yes])
1878+ else
1879+ AC_MSG_RESULT([no])
1880+ _am_tools=none
1881+ fi
1882+ AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1883+ if test $am_gid -le $am_max_gid; then
1884+ AC_MSG_RESULT([yes])
1885+ else
1886+ AC_MSG_RESULT([no])
1887+ _am_tools=none
1888+ fi],
1889+
1890+ [pax],
1891+ [],
1892+
1893+ [m4_fatal([Unknown tar format])])
1894+
1895+ AC_MSG_CHECKING([how to create a $1 tar archive])
1896+
1897+ # Go ahead even if we have the value already cached. We do so because we
1898+ # need to set the values for the 'am__tar' and 'am__untar' variables.
1899+ _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1900+
1901+ for _am_tool in $_am_tools; do
1902+ case $_am_tool in
1903+ gnutar)
1904+ for _am_tar in tar gnutar gtar; do
1905+ AM_RUN_LOG([$_am_tar --version]) && break
1906+ done
1907+ am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1908+ am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1909+ am__untar="$_am_tar -xf -"
1910+ ;;
1911+ plaintar)
1912+ # Must skip GNU tar: if it does not support --format= it doesn't create
1913+ # ustar tarball either.
1914+ (tar --version) >/dev/null 2>&1 && continue
1915+ am__tar='tar chf - "$$tardir"'
1916+ am__tar_='tar chf - "$tardir"'
1917+ am__untar='tar xf -'
1918+ ;;
1919+ pax)
1920+ am__tar='pax -L -x $1 -w "$$tardir"'
1921+ am__tar_='pax -L -x $1 -w "$tardir"'
1922+ am__untar='pax -r'
1923+ ;;
1924+ cpio)
1925+ am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1926+ am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1927+ am__untar='cpio -i -H $1 -d'
1928+ ;;
1929+ none)
1930+ am__tar=false
1931+ am__tar_=false
1932+ am__untar=false
1933+ ;;
1934+ esac
1935+
1936+ # If the value was cached, stop now. We just wanted to have am__tar
1937+ # and am__untar set.
1938+ test -n "${am_cv_prog_tar_$1}" && break
1939+
1940+ # tar/untar a dummy directory, and stop if the command works.
1941+ rm -rf conftest.dir
1942+ mkdir conftest.dir
1943+ echo GrepMe > conftest.dir/file
1944+ AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1945+ rm -rf conftest.dir
1946+ if test -s conftest.tar; then
1947+ AM_RUN_LOG([$am__untar <conftest.tar])
1948+ AM_RUN_LOG([cat conftest.dir/file])
1949+ grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1950+ fi
1951+ done
1952+ rm -rf conftest.dir
1953+
1954+ AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1955+ AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1956+
1957 AC_SUBST([am__tar])
1958 AC_SUBST([am__untar])
1959 ]) # _AM_PROG_TAR
1960
1961=== modified file 'config.guess'
1962--- config.guess 2013-06-11 20:09:34 +0000
1963+++ config.guess 2014-07-01 03:49:19 +0000
1964@@ -2,13 +2,13 @@
1965 # Attempt to guess a canonical system name.
1966 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
1967 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
1968-# 2011, 2012 Free Software Foundation, Inc.
1969+# 2011, 2012, 2013 Free Software Foundation, Inc.
1970
1971-timestamp='2012-01-01'
1972+timestamp='2012-12-29'
1973
1974 # This file is free software; you can redistribute it and/or modify it
1975 # under the terms of the GNU General Public License as published by
1976-# the Free Software Foundation; either version 2 of the License, or
1977+# the Free Software Foundation; either version 3 of the License, or
1978 # (at your option) any later version.
1979 #
1980 # This program is distributed in the hope that it will be useful, but
1981@@ -17,26 +17,22 @@
1982 # General Public License for more details.
1983 #
1984 # You should have received a copy of the GNU General Public License
1985-# along with this program; if not, write to the Free Software
1986-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
1987-# 02110-1301, USA.
1988+# along with this program; if not, see <http://www.gnu.org/licenses/>.
1989 #
1990 # As a special exception to the GNU General Public License, if you
1991 # distribute this file as part of a program that contains a
1992 # configuration script generated by Autoconf, you may include it under
1993-# the same distribution terms that you use for the rest of that program.
1994-
1995-
1996-# Originally written by Per Bothner. Please send patches (context
1997-# diff format) to <config-patches@gnu.org> and include a ChangeLog
1998-# entry.
1999+# the same distribution terms that you use for the rest of that
2000+# program. This Exception is an additional permission under section 7
2001+# of the GNU General Public License, version 3 ("GPLv3").
2002 #
2003-# This script attempts to guess a canonical system name similar to
2004-# config.sub. If it succeeds, it prints the system name on stdout, and
2005-# exits with 0. Otherwise, it exits with 1.
2006+# Originally written by Per Bothner.
2007 #
2008 # You can get the latest version of this script from:
2009 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
2010+#
2011+# Please send patches with a ChangeLog entry to config-patches@gnu.org.
2012+
2013
2014 me=`echo "$0" | sed -e 's,.*/,,'`
2015
2016@@ -57,8 +53,8 @@
2017
2018 Originally written by Per Bothner.
2019 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2020-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
2021-Free Software Foundation, Inc.
2022+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2023+2012, 2013 Free Software Foundation, Inc.
2024
2025 This is free software; see the source for copying conditions. There is NO
2026 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
2027@@ -202,6 +198,10 @@
2028 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
2029 echo "${machine}-${os}${release}"
2030 exit ;;
2031+ *:Bitrig:*:*)
2032+ UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
2033+ echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
2034+ exit ;;
2035 *:OpenBSD:*:*)
2036 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
2037 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
2038@@ -304,7 +304,7 @@
2039 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
2040 echo arm-acorn-riscix${UNAME_RELEASE}
2041 exit ;;
2042- arm:riscos:*:*|arm:RISCOS:*:*)
2043+ arm*:riscos:*:*|arm*:RISCOS:*:*)
2044 echo arm-unknown-riscos
2045 exit ;;
2046 SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
2047@@ -803,6 +803,9 @@
2048 i*:CYGWIN*:*)
2049 echo ${UNAME_MACHINE}-pc-cygwin
2050 exit ;;
2051+ *:MINGW64*:*)
2052+ echo ${UNAME_MACHINE}-pc-mingw64
2053+ exit ;;
2054 *:MINGW*:*)
2055 echo ${UNAME_MACHINE}-pc-mingw32
2056 exit ;;
2057@@ -863,6 +866,13 @@
2058 i*86:Minix:*:*)
2059 echo ${UNAME_MACHINE}-pc-minix
2060 exit ;;
2061+ aarch64:Linux:*:*)
2062+ echo ${UNAME_MACHINE}-unknown-linux-gnu
2063+ exit ;;
2064+ aarch64_be:Linux:*:*)
2065+ UNAME_MACHINE=aarch64_be
2066+ echo ${UNAME_MACHINE}-unknown-linux-gnu
2067+ exit ;;
2068 alpha:Linux:*:*)
2069 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
2070 EV5) UNAME_MACHINE=alphaev5 ;;
2071@@ -1196,6 +1206,9 @@
2072 BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
2073 echo i586-pc-haiku
2074 exit ;;
2075+ x86_64:Haiku:*:*)
2076+ echo x86_64-unknown-haiku
2077+ exit ;;
2078 SX-4:SUPER-UX:*:*)
2079 echo sx4-nec-superux${UNAME_RELEASE}
2080 exit ;;
2081@@ -1251,7 +1264,7 @@
2082 NEO-?:NONSTOP_KERNEL:*:*)
2083 echo neo-tandem-nsk${UNAME_RELEASE}
2084 exit ;;
2085- NSE-?:NONSTOP_KERNEL:*:*)
2086+ NSE-*:NONSTOP_KERNEL:*:*)
2087 echo nse-tandem-nsk${UNAME_RELEASE}
2088 exit ;;
2089 NSR-?:NONSTOP_KERNEL:*:*)
2090@@ -1320,11 +1333,11 @@
2091 i*86:AROS:*:*)
2092 echo ${UNAME_MACHINE}-pc-aros
2093 exit ;;
2094+ x86_64:VMkernel:*:*)
2095+ echo ${UNAME_MACHINE}-unknown-esx
2096+ exit ;;
2097 esac
2098
2099-#echo '(No uname command or uname output not recognized.)' 1>&2
2100-#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
2101-
2102 eval $set_cc_for_build
2103 cat >$dummy.c <<EOF
2104 #ifdef _SEQUENT_
2105
2106=== modified file 'config.sub'
2107--- config.sub 2013-06-11 20:09:34 +0000
2108+++ config.sub 2014-07-01 03:49:19 +0000
2109@@ -2,37 +2,32 @@
2110 # Configuration validation subroutine script.
2111 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2112 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2113-# 2011, 2012 Free Software Foundation, Inc.
2114-
2115-timestamp='2012-01-01'
2116-
2117-# This file is (in principle) common to ALL GNU software.
2118-# The presence of a machine in this file suggests that SOME GNU software
2119-# can handle that machine. It does not imply ALL GNU software can.
2120-#
2121-# This file is free software; you can redistribute it and/or modify
2122-# it under the terms of the GNU General Public License as published by
2123-# the Free Software Foundation; either version 2 of the License, or
2124+# 2011, 2012, 2013 Free Software Foundation, Inc.
2125+
2126+timestamp='2012-12-29'
2127+
2128+# This file is free software; you can redistribute it and/or modify it
2129+# under the terms of the GNU General Public License as published by
2130+# the Free Software Foundation; either version 3 of the License, or
2131 # (at your option) any later version.
2132 #
2133-# This program is distributed in the hope that it will be useful,
2134-# but WITHOUT ANY WARRANTY; without even the implied warranty of
2135-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2136-# GNU General Public License for more details.
2137+# This program is distributed in the hope that it will be useful, but
2138+# WITHOUT ANY WARRANTY; without even the implied warranty of
2139+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2140+# General Public License for more details.
2141 #
2142 # You should have received a copy of the GNU General Public License
2143-# along with this program; if not, write to the Free Software
2144-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
2145-# 02110-1301, USA.
2146+# along with this program; if not, see <http://www.gnu.org/licenses/>.
2147 #
2148 # As a special exception to the GNU General Public License, if you
2149 # distribute this file as part of a program that contains a
2150 # configuration script generated by Autoconf, you may include it under
2151-# the same distribution terms that you use for the rest of that program.
2152-
2153-
2154-# Please send patches to <config-patches@gnu.org>. Submit a context
2155-# diff and a properly formatted GNU ChangeLog entry.
2156+# the same distribution terms that you use for the rest of that
2157+# program. This Exception is an additional permission under section 7
2158+# of the GNU General Public License, version 3 ("GPLv3").
2159+
2160+
2161+# Please send patches with a ChangeLog entry to config-patches@gnu.org.
2162 #
2163 # Configuration subroutine to validate and canonicalize a configuration type.
2164 # Supply the specified configuration type as an argument.
2165@@ -76,8 +71,8 @@
2166 GNU config.sub ($timestamp)
2167
2168 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2169-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
2170-Free Software Foundation, Inc.
2171+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2172+2012, 2013 Free Software Foundation, Inc.
2173
2174 This is free software; see the source for copying conditions. There is NO
2175 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
2176@@ -125,13 +120,17 @@
2177 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
2178 case $maybe_os in
2179 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
2180- linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
2181+ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
2182 knetbsd*-gnu* | netbsd*-gnu* | \
2183 kopensolaris*-gnu* | \
2184 storm-chaos* | os2-emx* | rtmk-nova*)
2185 os=-$maybe_os
2186 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
2187 ;;
2188+ android-linux)
2189+ os=-linux-android
2190+ basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
2191+ ;;
2192 *)
2193 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
2194 if [ $basic_machine != $1 ]
2195@@ -154,7 +153,7 @@
2196 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
2197 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
2198 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
2199- -apple | -axis | -knuth | -cray | -microblaze)
2200+ -apple | -axis | -knuth | -cray | -microblaze*)
2201 os=
2202 basic_machine=$1
2203 ;;
2204@@ -223,6 +222,12 @@
2205 -isc*)
2206 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
2207 ;;
2208+ -lynx*178)
2209+ os=-lynxos178
2210+ ;;
2211+ -lynx*5)
2212+ os=-lynxos5
2213+ ;;
2214 -lynx*)
2215 os=-lynxos
2216 ;;
2217@@ -247,11 +252,14 @@
2218 # Some are omitted here because they have special meanings below.
2219 1750a | 580 \
2220 | a29k \
2221+ | aarch64 | aarch64_be \
2222 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
2223 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
2224 | am33_2.0 \
2225- | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
2226- | be32 | be64 \
2227+ | arc \
2228+ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
2229+ | avr | avr32 \
2230+ | be32 | be64 \
2231 | bfin \
2232 | c4x | clipper \
2233 | d10v | d30v | dlx | dsp16xx \
2234@@ -264,7 +272,7 @@
2235 | le32 | le64 \
2236 | lm32 \
2237 | m32c | m32r | m32rle | m68000 | m68k | m88k \
2238- | maxq | mb | microblaze | mcore | mep | metag \
2239+ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
2240 | mips | mipsbe | mipseb | mipsel | mipsle \
2241 | mips16 \
2242 | mips64 | mips64el \
2243@@ -319,7 +327,7 @@
2244 c6x)
2245 basic_machine=tic6x-unknown
2246 ;;
2247- m6811 | m68hc11 | m6812 | m68hc12 | picochip)
2248+ m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
2249 basic_machine=$basic_machine-unknown
2250 os=-none
2251 ;;
2252@@ -332,7 +340,10 @@
2253 strongarm | thumb | xscale)
2254 basic_machine=arm-unknown
2255 ;;
2256-
2257+ xgate)
2258+ basic_machine=$basic_machine-unknown
2259+ os=-none
2260+ ;;
2261 xscaleeb)
2262 basic_machine=armeb-unknown
2263 ;;
2264@@ -355,6 +366,7 @@
2265 # Recognize the basic CPU types with company name.
2266 580-* \
2267 | a29k-* \
2268+ | aarch64-* | aarch64_be-* \
2269 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
2270 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
2271 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
2272@@ -376,7 +388,8 @@
2273 | lm32-* \
2274 | m32c-* | m32r-* | m32rle-* \
2275 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
2276- | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
2277+ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
2278+ | microblaze-* | microblazeel-* \
2279 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
2280 | mips16-* \
2281 | mips64-* | mips64el-* \
2282@@ -775,9 +788,13 @@
2283 basic_machine=ns32k-utek
2284 os=-sysv
2285 ;;
2286- microblaze)
2287+ microblaze*)
2288 basic_machine=microblaze-xilinx
2289 ;;
2290+ mingw64)
2291+ basic_machine=x86_64-pc
2292+ os=-mingw64
2293+ ;;
2294 mingw32)
2295 basic_machine=i386-pc
2296 os=-mingw32
2297@@ -991,7 +1008,7 @@
2298 ;;
2299 ppc64) basic_machine=powerpc64-unknown
2300 ;;
2301- ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
2302+ ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
2303 ;;
2304 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
2305 basic_machine=powerpc64le-unknown
2306@@ -1006,7 +1023,11 @@
2307 basic_machine=i586-unknown
2308 os=-pw32
2309 ;;
2310- rdos)
2311+ rdos | rdos64)
2312+ basic_machine=x86_64-pc
2313+ os=-rdos
2314+ ;;
2315+ rdos32)
2316 basic_machine=i386-pc
2317 os=-rdos
2318 ;;
2319@@ -1339,15 +1360,15 @@
2320 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
2321 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
2322 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
2323- | -openbsd* | -solidbsd* \
2324+ | -bitrig* | -openbsd* | -solidbsd* \
2325 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
2326 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
2327 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
2328 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
2329 | -chorusos* | -chorusrdb* | -cegcc* \
2330 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
2331- | -mingw32* | -linux-gnu* | -linux-android* \
2332- | -linux-newlib* | -linux-uclibc* \
2333+ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
2334+ | -linux-newlib* | -linux-musl* | -linux-uclibc* \
2335 | -uxpv* | -beos* | -mpeix* | -udk* \
2336 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
2337 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
2338@@ -1530,6 +1551,9 @@
2339 c4x-* | tic4x-*)
2340 os=-coff
2341 ;;
2342+ hexagon-*)
2343+ os=-elf
2344+ ;;
2345 tic54x-*)
2346 os=-coff
2347 ;;
2348
2349=== modified file 'configure'
2350--- configure 2013-06-11 20:09:34 +0000
2351+++ configure 2014-07-01 03:49:19 +0000
2352@@ -1,6 +1,6 @@
2353 #! /bin/sh
2354 # Guess values for system-dependent variables and create Makefiles.
2355-# Generated by GNU Autoconf 2.69 for libcryptui 3.8.0.
2356+# Generated by GNU Autoconf 2.69 for libcryptui 3.12.2.
2357 #
2358 #
2359 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
2360@@ -587,8 +587,8 @@
2361 # Identity of this package.
2362 PACKAGE_NAME='libcryptui'
2363 PACKAGE_TARNAME='libcryptui'
2364-PACKAGE_VERSION='3.8.0'
2365-PACKAGE_STRING='libcryptui 3.8.0'
2366+PACKAGE_VERSION='3.12.2'
2367+PACKAGE_STRING='libcryptui 3.12.2'
2368 PACKAGE_BUGREPORT=''
2369 PACKAGE_URL=''
2370
2371@@ -672,8 +672,6 @@
2372 LIBCRYPTUI_LT_RELEASE
2373 GNOME_KEYRING_LIBS
2374 GNOME_KEYRING_CFLAGS
2375-WITH_TESTS_FALSE
2376-WITH_TESTS_TRUE
2377 LIBNOTIFY_LIBS
2378 LIBNOTIFY_CFLAGS
2379 DBUS_BINDING_TOOL
2380@@ -706,11 +704,14 @@
2381 GTK_DOC_BUILD_HTML_TRUE
2382 ENABLE_GTK_DOC_FALSE
2383 ENABLE_GTK_DOC_TRUE
2384+HAVE_GTK_DOC_FALSE
2385+HAVE_GTK_DOC_TRUE
2386 GTKDOC_DEPS_LIBS
2387 GTKDOC_DEPS_CFLAGS
2388 HTML_DIR
2389 GTKDOC_MKPDF
2390 GTKDOC_REBASE
2391+GTKDOC_CHECK_PATH
2392 GTKDOC_CHECK
2393 PKG_CONFIG_LIBDIR
2394 PKG_CONFIG_PATH
2395@@ -897,7 +898,6 @@
2396 enable_libnotify
2397 enable_debug
2398 enable_fatal_messages
2399-enable_tests
2400 enable_introspection
2401 enable_update_mime_database
2402 '
2403@@ -1477,7 +1477,7 @@
2404 # Omit some internal or obsolete options to make the list less imposing.
2405 # This message is too long to be a string in the A/UX 3.1 sh.
2406 cat <<_ACEOF
2407-\`configure' configures libcryptui 3.8.0 to adapt to many kinds of systems.
2408+\`configure' configures libcryptui 3.12.2 to adapt to many kinds of systems.
2409
2410 Usage: $0 [OPTION]... [VAR=VALUE]...
2411
2412@@ -1547,7 +1547,7 @@
2413
2414 if test -n "$ac_init_help"; then
2415 case $ac_init_help in
2416- short | recursive ) echo "Configuration of libcryptui 3.8.0:";;
2417+ short | recursive ) echo "Configuration of libcryptui 3.12.2:";;
2418 esac
2419 cat <<\_ACEOF
2420
2421@@ -1581,7 +1581,6 @@
2422 --enable-debug Compile binaries in debug mode
2423 --enable-fatal-messages Don't make compile and or runtime messages fatal in
2424 debug mode.
2425- --enable-tests Compile Test Programs
2426 --enable-introspection=[no/auto/yes]
2427 Enable introspection for this build
2428 --disable-update-mime-database
2429@@ -1714,7 +1713,7 @@
2430 test -n "$ac_init_help" && exit $ac_status
2431 if $ac_init_version; then
2432 cat <<\_ACEOF
2433-libcryptui configure 3.8.0
2434+libcryptui configure 3.12.2
2435 generated by GNU Autoconf 2.69
2436
2437 Copyright (C) 2012 Free Software Foundation, Inc.
2438@@ -2254,7 +2253,7 @@
2439 This file contains any messages produced by compilers while
2440 running configure, to aid debugging if configure makes a mistake.
2441
2442-It was created by libcryptui $as_me 3.8.0, which was
2443+It was created by libcryptui $as_me 3.12.2, which was
2444 generated by GNU Autoconf 2.69. Invocation command line was
2445
2446 $ $0 $@
2447@@ -2610,7 +2609,7 @@
2448
2449
2450
2451-am__api_version='1.12'
2452+am__api_version='1.13'
2453
2454 ac_aux_dir=
2455 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2456@@ -2823,8 +2822,8 @@
2457 esac
2458 fi
2459 # Use eval to expand $SHELL
2460-if eval "$MISSING --run true"; then
2461- am_missing_run="$MISSING --run "
2462+if eval "$MISSING --is-lightweight"; then
2463+ am_missing_run="$MISSING "
2464 else
2465 am_missing_run=
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2467@@ -3064,6 +3063,45 @@
2468 fi
2469 rmdir .tst 2>/dev/null
2470
2471+# Check whether --enable-silent-rules was given.
2472+if test "${enable_silent_rules+set}" = set; then :
2473+ enableval=$enable_silent_rules;
2474+fi
2475+
2476+case $enable_silent_rules in # (((
2477+ yes) AM_DEFAULT_VERBOSITY=0;;
2478+ no) AM_DEFAULT_VERBOSITY=1;;
2479+ *) AM_DEFAULT_VERBOSITY=1;;
2480+esac
2481+am_make=${MAKE-make}
2482+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2483+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2484+if ${am_cv_make_support_nested_variables+:} false; then :
2485+ $as_echo_n "(cached) " >&6
2486+else
2487+ if $as_echo 'TRUE=$(BAR$(V))
2488+BAR0=false
2489+BAR1=true
2490+V=1
2491+am__doit:
2492+ @$(TRUE)
2493+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2494+ am_cv_make_support_nested_variables=yes
2495+else
2496+ am_cv_make_support_nested_variables=no
2497+fi
2498+fi
2499+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2500+$as_echo "$am_cv_make_support_nested_variables" >&6; }
2501+if test $am_cv_make_support_nested_variables = yes; then
2502+ AM_V='$(V)'
2503+ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2504+else
2505+ AM_V=$AM_DEFAULT_VERBOSITY
2506+ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2507+fi
2508+AM_BACKSLASH='\'
2509+
2510 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2511 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2512 # is not polluted with repeated "-I."
2513@@ -3087,7 +3125,7 @@
2514 # Define the identity of the package.
2515
2516 PACKAGE=libcryptui
2517- VERSION=3.8.0
2518+ VERSION=3.12.2
2519
2520
2521 cat >>confdefs.h <<_ACEOF
2522@@ -3127,12 +3165,17 @@
2523 # in the wild :-( We should find a proper way to deprecate it ...
2524 AMTAR='$${TAR-tar}'
2525
2526+
2527+# We'll loop over all known methods to create a tar archive until one works.
2528+_am_tools='gnutar pax cpio none'
2529+
2530 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2531
2532
2533
2534
2535
2536+
2537 ac_config_headers="$ac_config_headers config.h"
2538
2539 # Check whether --enable-silent-rules was given.
2540@@ -7553,7 +7596,7 @@
2541 rm -rf conftest*
2542 ;;
2543
2544-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
2545+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
2546 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
2547 # Find out which ABI we are using.
2548 echo 'int i;' > conftest.$ac_ext
2549@@ -7571,7 +7614,10 @@
2550 x86_64-*linux*)
2551 LD="${LD-ld} -m elf_i386"
2552 ;;
2553- ppc64-*linux*|powerpc64-*linux*)
2554+ powerpc64le-*linux*)
2555+ LD="${LD-ld} -m elf32lppclinux"
2556+ ;;
2557+ powerpc64-*linux*)
2558 LD="${LD-ld} -m elf32ppclinux"
2559 ;;
2560 s390x-*linux*)
2561@@ -7590,7 +7636,10 @@
2562 x86_64-*linux*)
2563 LD="${LD-ld} -m elf_x86_64"
2564 ;;
2565- ppc*-*linux*|powerpc*-*linux*)
2566+ powerpcle-*linux*)
2567+ LD="${LD-ld} -m elf64lppc"
2568+ ;;
2569+ powerpc-*linux*)
2570 LD="${LD-ld} -m elf64ppc"
2571 ;;
2572 s390*-*linux*|s390*-*tpf*)
2573@@ -16055,26 +16104,49 @@
2574
2575
2576
2577- # Extract the first word of "gtkdoc-check", so it can be a program name with args.
2578+ gtk_doc_requires="gtk-doc >= 1.9"
2579+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk-doc" >&5
2580+$as_echo_n "checking for gtk-doc... " >&6; }
2581+ if test -n "$PKG_CONFIG" && \
2582+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_doc_requires\""; } >&5
2583+ ($PKG_CONFIG --exists --print-errors "$gtk_doc_requires") 2>&5
2584+ ac_status=$?
2585+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2586+ test $ac_status = 0; }; then
2587+ have_gtk_doc=yes
2588+else
2589+ have_gtk_doc=no
2590+fi
2591+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_gtk_doc" >&5
2592+$as_echo "$have_gtk_doc" >&6; }
2593+
2594+ if test "$have_gtk_doc" = "no"; then
2595+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
2596+ You will not be able to create source packages with 'make dist'
2597+ because $gtk_doc_requires is not found." >&5
2598+$as_echo "$as_me: WARNING:
2599+ You will not be able to create source packages with 'make dist'
2600+ because $gtk_doc_requires is not found." >&2;}
2601+ fi
2602+
2603+ # Extract the first word of "gtkdoc-check", so it can be a program name with args.
2604 set dummy gtkdoc-check; ac_word=$2
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2606 $as_echo_n "checking for $ac_word... " >&6; }
2607-if ${ac_cv_path_GTKDOC_CHECK+:} false; then :
2608+if ${ac_cv_prog_GTKDOC_CHECK+:} false; then :
2609 $as_echo_n "(cached) " >&6
2610 else
2611- case $GTKDOC_CHECK in
2612- [\\/]* | ?:[\\/]*)
2613- ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path.
2614- ;;
2615- *)
2616- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2617+ if test -n "$GTKDOC_CHECK"; then
2618+ ac_cv_prog_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test.
2619+else
2620+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2621 for as_dir in $PATH
2622 do
2623 IFS=$as_save_IFS
2624 test -z "$as_dir" && as_dir=.
2625 for ac_exec_ext in '' $ac_executable_extensions; do
2626 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2627- ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
2628+ ac_cv_prog_GTKDOC_CHECK="gtkdoc-check.test"
2629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2630 break 2
2631 fi
2632@@ -16082,10 +16154,9 @@
2633 done
2634 IFS=$as_save_IFS
2635
2636- ;;
2637-esac
2638-fi
2639-GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
2640+fi
2641+fi
2642+GTKDOC_CHECK=$ac_cv_prog_GTKDOC_CHECK
2643 if test -n "$GTKDOC_CHECK"; then
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5
2645 $as_echo "$GTKDOC_CHECK" >&6; }
2646@@ -16095,6 +16166,46 @@
2647 fi
2648
2649
2650+ # Extract the first word of "gtkdoc-check", so it can be a program name with args.
2651+set dummy gtkdoc-check; ac_word=$2
2652+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2653+$as_echo_n "checking for $ac_word... " >&6; }
2654+if ${ac_cv_path_GTKDOC_CHECK_PATH+:} false; then :
2655+ $as_echo_n "(cached) " >&6
2656+else
2657+ case $GTKDOC_CHECK_PATH in
2658+ [\\/]* | ?:[\\/]*)
2659+ ac_cv_path_GTKDOC_CHECK_PATH="$GTKDOC_CHECK_PATH" # Let the user override the test with a path.
2660+ ;;
2661+ *)
2662+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2663+for as_dir in $PATH
2664+do
2665+ IFS=$as_save_IFS
2666+ test -z "$as_dir" && as_dir=.
2667+ for ac_exec_ext in '' $ac_executable_extensions; do
2668+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2669+ ac_cv_path_GTKDOC_CHECK_PATH="$as_dir/$ac_word$ac_exec_ext"
2670+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2671+ break 2
2672+ fi
2673+done
2674+ done
2675+IFS=$as_save_IFS
2676+
2677+ ;;
2678+esac
2679+fi
2680+GTKDOC_CHECK_PATH=$ac_cv_path_GTKDOC_CHECK_PATH
2681+if test -n "$GTKDOC_CHECK_PATH"; then
2682+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK_PATH" >&5
2683+$as_echo "$GTKDOC_CHECK_PATH" >&6; }
2684+else
2685+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2686+$as_echo "no" >&6; }
2687+fi
2688+
2689+
2690 for ac_prog in gtkdoc-rebase
2691 do
2692 # Extract the first word of "$ac_prog", so it can be a program name with args.
2693@@ -16201,18 +16312,19 @@
2694 fi
2695
2696
2697- if test x$enable_gtk_doc = xyes; then
2698- if test -n "$PKG_CONFIG" && \
2699- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.9\""; } >&5
2700- ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.9") 2>&5
2701- ac_status=$?
2702- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2703- test $ac_status = 0; }; then
2704- :
2705-else
2706- as_fn_error $? "You need to have gtk-doc >= 1.9 installed to build $PACKAGE_NAME" "$LINENO" 5
2707-fi
2708- if test "x$PACKAGE_NAME" != "xglib"; then
2709+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
2710+$as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
2711+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
2712+$as_echo "$enable_gtk_doc" >&6; }
2713+
2714+ if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then
2715+ as_fn_error $? "
2716+ You must have $gtk_doc_requires installed to build documentation for
2717+ $PACKAGE_NAME. Please install gtk-doc or disable building the
2718+ documentation by adding '--disable-gtk-doc' to '$0'." "$LINENO" 5
2719+ fi
2720+
2721+ if test "x$PACKAGE_NAME" != "xglib"; then
2722
2723 pkg_failed=no
2724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKDOC_DEPS" >&5
2725@@ -16272,31 +16384,11 @@
2726 # Put the nasty error message in config.log where it belongs
2727 echo "$GTKDOC_DEPS_PKG_ERRORS" >&5
2728
2729- as_fn_error $? "Package requirements (glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0) were not met:
2730-
2731-$GTKDOC_DEPS_PKG_ERRORS
2732-
2733-Consider adjusting the PKG_CONFIG_PATH environment variable if you
2734-installed software in a non-standard prefix.
2735-
2736-Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
2737-and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
2738-See the pkg-config man page for more details." "$LINENO" 5
2739+ :
2740 elif test $pkg_failed = untried; then
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2742 $as_echo "no" >&6; }
2743- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2744-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2745-as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
2746-is in your PATH or set the PKG_CONFIG environment variable to the full
2747-path to pkg-config.
2748-
2749-Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
2750-and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
2751-See the pkg-config man page for more details.
2752-
2753-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
2754-See \`config.log' for more details" "$LINENO" 5; }
2755+ :
2756 else
2757 GTKDOC_DEPS_CFLAGS=$pkg_cv_GTKDOC_DEPS_CFLAGS
2758 GTKDOC_DEPS_LIBS=$pkg_cv_GTKDOC_DEPS_LIBS
2759@@ -16304,14 +16396,8 @@
2760 $as_echo "yes" >&6; }
2761
2762 fi
2763- fi
2764 fi
2765
2766- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
2767-$as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
2768- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
2769-$as_echo "$enable_gtk_doc" >&6; }
2770-
2771 # Check whether --enable-gtk-doc-html was given.
2772 if test "${enable_gtk_doc_html+set}" = set; then :
2773 enableval=$enable_gtk_doc_html;
2774@@ -16331,6 +16417,18 @@
2775 enable_gtk_doc_pdf=no
2776 fi
2777
2778+ if test -z "$AM_DEFAULT_VERBOSITY"; then
2779+ AM_DEFAULT_VERBOSITY=1
2780+ fi
2781+
2782+
2783+ if test x$have_gtk_doc = xyes; then
2784+ HAVE_GTK_DOC_TRUE=
2785+ HAVE_GTK_DOC_FALSE='#'
2786+else
2787+ HAVE_GTK_DOC_TRUE='#'
2788+ HAVE_GTK_DOC_FALSE=
2789+fi
2790
2791 if test x$enable_gtk_doc = xyes; then
2792 ENABLE_GTK_DOC_TRUE=
2793@@ -17731,26 +17829,6 @@
2794 echo "enabling fatal runtime messages"
2795 fi
2796
2797-# Build Tests
2798-# Check whether --enable-tests was given.
2799-if test "${enable_tests+set}" = set; then :
2800- enableval=$enable_tests;
2801-fi
2802-
2803-
2804-if test "$enable_tests" != "yes"; then
2805- enable_tests="no"
2806-fi
2807-
2808- if test "$enable_tests" = "yes"; then
2809- WITH_TESTS_TRUE=
2810- WITH_TESTS_FALSE='#'
2811-else
2812- WITH_TESTS_TRUE='#'
2813- WITH_TESTS_FALSE=
2814-fi
2815-
2816-
2817
2818
2819 pkg_failed=no
2820@@ -19104,7 +19182,6 @@
2821
2822 ac_libobjs=
2823 ac_ltlibobjs=
2824-U=
2825 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2826 # 1. Remove the extension, and $U if already installed.
2827 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2828@@ -19155,6 +19232,10 @@
2829 ac_config_commands="$ac_config_commands po/stamp-it"
2830
2831
2832+if test -z "${HAVE_GTK_DOC_TRUE}" && test -z "${HAVE_GTK_DOC_FALSE}"; then
2833+ as_fn_error $? "conditional \"HAVE_GTK_DOC\" was never defined.
2834+Usually this means the macro was only invoked conditionally." "$LINENO" 5
2835+fi
2836 if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
2837 as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.
2838 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2839@@ -19183,10 +19264,6 @@
2840 as_fn_error $? "conditional \"OS_WIN32\" was never defined.
2841 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2842 fi
2843-if test -z "${WITH_TESTS_TRUE}" && test -z "${WITH_TESTS_FALSE}"; then
2844- as_fn_error $? "conditional \"WITH_TESTS\" was never defined.
2845-Usually this means the macro was only invoked conditionally." "$LINENO" 5
2846-fi
2847 if test -z "${HAVE_INTROSPECTION_TRUE}" && test -z "${HAVE_INTROSPECTION_FALSE}"; then
2848 as_fn_error $? "conditional \"HAVE_INTROSPECTION\" was never defined.
2849 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2850@@ -19592,7 +19669,7 @@
2851 # report actual input values of CONFIG_FILES etc. instead of their
2852 # values after options handling.
2853 ac_log="
2854-This file was extended by libcryptui $as_me 3.8.0, which was
2855+This file was extended by libcryptui $as_me 3.12.2, which was
2856 generated by GNU Autoconf 2.69. Invocation command line was
2857
2858 CONFIG_FILES = $CONFIG_FILES
2859@@ -19658,7 +19735,7 @@
2860 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2861 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2862 ac_cs_version="\\
2863-libcryptui config.status 3.8.0
2864+libcryptui config.status 3.12.2
2865 configured by $0, generated by GNU Autoconf 2.69,
2866 with options \\"\$ac_cs_config\\"
2867
2868@@ -20779,7 +20856,7 @@
2869
2870 case $ac_file$ac_mode in
2871 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
2872- # Autoconf 2.62 quotes --file arguments for eval, but not when files
2873+ # Older Autoconf quotes --file arguments for eval, but not when files
2874 # are listed without --file. Let's play safe and only enable the eval
2875 # if we detect the quoting.
2876 case $CONFIG_FILES in
2877@@ -20830,7 +20907,7 @@
2878 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
2879 test -z "$DEPDIR" && continue
2880 am__include=`sed -n 's/^am__include = //p' < "$mf"`
2881- test -z "am__include" && continue
2882+ test -z "$am__include" && continue
2883 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
2884 # Find all dependency output files, they are included files with
2885 # $(DEPDIR) in their names. We invoke sed twice because it is the
2886
2887=== modified file 'configure.ac'
2888--- configure.ac 2013-06-11 20:09:34 +0000
2889+++ configure.ac 2014-07-01 03:49:19 +0000
2890@@ -5,7 +5,7 @@
2891 dnl ****************************************************************************
2892 dnl MAIN SEAHORSE VERSION (update after release)
2893
2894-AC_INIT(libcryptui, 3.8.0)
2895+AC_INIT(libcryptui, 3.12.2)
2896
2897 dnl ****************************************************************************
2898 dnl LIBCRYPTUI libtool versioning
2899@@ -251,17 +251,6 @@
2900 echo "enabling fatal runtime messages"
2901 fi
2902
2903-# Build Tests
2904-AC_ARG_ENABLE(tests,
2905- AC_HELP_STRING([--enable-tests],
2906- [Compile Test Programs]))
2907-
2908-if test "$enable_tests" != "yes"; then
2909- enable_tests="no"
2910-fi
2911-
2912-AM_CONDITIONAL(WITH_TESTS, test "$enable_tests" = "yes")
2913-
2914 dnl ****************************************************************************
2915 dnl GNOME-KEYRING
2916 dnl ****************************************************************************
2917
2918=== modified file 'daemon/Makefile.am'
2919--- daemon/Makefile.am 2013-06-11 20:09:34 +0000
2920+++ daemon/Makefile.am 2014-07-01 03:49:19 +0000
2921@@ -14,7 +14,7 @@
2922 -DLOCALEDIR=\""$(localedir)"\" \
2923 -DPIXMAPSDIR=\""$(pixmapsdir)"\" \
2924 -DLIBCRYPTUI_API_SUBJECT_TO_CHANGE \
2925- -DAUTOSTARTDIR=\""$(datadir)/gnome/autostart"\" \
2926+ -DAUTOSTARTDIR=\""$(sysconfdir)/xdg/autostart"\" \
2927 -DSEAHORSE_UIDIR=\""$(uidir)"\"
2928
2929 bin_PROGRAMS = seahorse-daemon
2930@@ -74,7 +74,7 @@
2931 $(BUILT_SOURCES)
2932
2933 seahorse_daemon_LDADD = \
2934- $(top_builddir)/libcryptui/libcryptui-private.la \
2935+ $(top_builddir)/libcryptui/libcryptui.la \
2936 $(top_builddir)/libegg/libeggdatetime.la \
2937 $(top_builddir)/libegg/libeggsmclient.la \
2938 $(SEAHORSE_LIBS)
2939
2940=== modified file 'daemon/Makefile.in'
2941--- daemon/Makefile.in 2013-06-11 20:09:34 +0000
2942+++ daemon/Makefile.in 2014-07-01 03:49:19 +0000
2943@@ -1,7 +1,7 @@
2944-# Makefile.in generated by automake 1.12.2 from Makefile.am.
2945+# Makefile.in generated by automake 1.13.4 from Makefile.am.
2946 # @configure_input@
2947
2948-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
2949+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
2950
2951 # This Makefile.in is free software; the Free Software Foundation
2952 # gives unlimited permission to copy and/or distribute it,
2953@@ -16,23 +16,51 @@
2954
2955
2956 VPATH = @srcdir@
2957-am__make_dryrun = \
2958- { \
2959- am__dry=no; \
2960+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
2961+am__make_running_with_option = \
2962+ case $${target_option-} in \
2963+ ?) ;; \
2964+ *) echo "am__make_running_with_option: internal error: invalid" \
2965+ "target option '$${target_option-}' specified" >&2; \
2966+ exit 1;; \
2967+ esac; \
2968+ has_opt=no; \
2969+ sane_makeflags=$$MAKEFLAGS; \
2970+ if $(am__is_gnu_make); then \
2971+ sane_makeflags=$$MFLAGS; \
2972+ else \
2973 case $$MAKEFLAGS in \
2974 *\\[\ \ ]*) \
2975- echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
2976- | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
2977- *) \
2978- for am__flg in $$MAKEFLAGS; do \
2979- case $$am__flg in \
2980- *=*|--*) ;; \
2981- *n*) am__dry=yes; break;; \
2982- esac; \
2983- done;; \
2984- esac; \
2985- test $$am__dry = yes; \
2986- }
2987+ bs=\\; \
2988+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
2989+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
2990+ esac; \
2991+ fi; \
2992+ skip_next=no; \
2993+ strip_trailopt () \
2994+ { \
2995+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
2996+ }; \
2997+ for flg in $$sane_makeflags; do \
2998+ test $$skip_next = yes && { skip_next=no; continue; }; \
2999+ case $$flg in \
3000+ *=*|--*) continue;; \
3001+ -*I) strip_trailopt 'I'; skip_next=yes;; \
3002+ -*I?*) strip_trailopt 'I';; \
3003+ -*O) strip_trailopt 'O'; skip_next=yes;; \
3004+ -*O?*) strip_trailopt 'O';; \
3005+ -*l) strip_trailopt 'l'; skip_next=yes;; \
3006+ -*l?*) strip_trailopt 'l';; \
3007+ -[dEDm]) skip_next=yes;; \
3008+ -[JT]) skip_next=yes;; \
3009+ esac; \
3010+ case $$flg in \
3011+ *$$target_option*) has_opt=yes; break;; \
3012+ esac; \
3013+ done; \
3014+ test $$has_opt = yes
3015+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
3016+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3017 pkgdatadir = $(datadir)/@PACKAGE@
3018 pkgincludedir = $(includedir)/@PACKAGE@
3019 pkglibdir = $(libdir)/@PACKAGE@
3020@@ -51,9 +79,9 @@
3021 POST_UNINSTALL = :
3022 build_triplet = @build@
3023 host_triplet = @host@
3024-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
3025- $(top_srcdir)/Makefile.decl $(top_srcdir)/depcomp \
3026- $(top_srcdir)/mkinstalldirs
3027+DIST_COMMON = $(top_srcdir)/Makefile.decl $(srcdir)/Makefile.in \
3028+ $(srcdir)/Makefile.am $(top_srcdir)/mkinstalldirs \
3029+ $(top_srcdir)/depcomp
3030 bin_PROGRAMS = seahorse-daemon$(EXEEXT)
3031 subdir = daemon
3032 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
3033@@ -181,6 +209,23 @@
3034 NROFF = nroff
3035 MANS = $(man_MANS)
3036 DATA = $(service_DATA) $(ui_DATA)
3037+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
3038+# Read a list of newline-separated strings from the standard input,
3039+# and print each of them once, without duplicates. Input order is
3040+# *not* preserved.
3041+am__uniquify_input = $(AWK) '\
3042+ BEGIN { nonempty = 0; } \
3043+ { items[$$0] = 1; nonempty = 1; } \
3044+ END { if (nonempty) { for (i in items) print i; }; } \
3045+'
3046+# Make sure the list of sources is unique. This is necessary because,
3047+# e.g., the same source file might be shared among _SOURCES variables
3048+# for different programs/libraries.
3049+am__define_uniq_tagged_files = \
3050+ list='$(am__tagged_files)'; \
3051+ unique=`for i in $$list; do \
3052+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3053+ done | $(am__uniquify_input)`
3054 ETAGS = etags
3055 CTAGS = ctags
3056 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
3057@@ -239,6 +284,7 @@
3058 GREP = @GREP@
3059 GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
3060 GTKDOC_CHECK = @GTKDOC_CHECK@
3061+GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
3062 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
3063 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
3064 GTKDOC_MKPDF = @GTKDOC_MKPDF@
3065@@ -547,10 +593,12 @@
3066 fi; \
3067 for p in $$list; do echo "$$p $$p"; done | \
3068 sed 's/$(EXEEXT)$$//' | \
3069- while read p p1; do if test -f $$p || test -f $$p1; \
3070- then echo "$$p"; echo "$$p"; else :; fi; \
3071+ while read p p1; do if test -f $$p \
3072+ || test -f $$p1 \
3073+ ; then echo "$$p"; echo "$$p"; else :; fi; \
3074 done | \
3075- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
3076+ sed -e 'p;s,.*/,,;n;h' \
3077+ -e 's|.*|.|' \
3078 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
3079 sed 'N;N;N;s,\n, ,g' | \
3080 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
3081@@ -571,7 +619,8 @@
3082 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
3083 files=`for p in $$list; do echo "$$p"; done | \
3084 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
3085- -e 's/$$/$(EXEEXT)/' `; \
3086+ -e 's/$$/$(EXEEXT)/' \
3087+ `; \
3088 test -n "$$list" || exit 0; \
3089 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
3090 cd "$(DESTDIR)$(bindir)" && rm -f $$files
3091@@ -584,6 +633,7 @@
3092 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
3093 echo " rm -f" $$list; \
3094 rm -f $$list
3095+
3096 seahorse-daemon$(EXEEXT): $(seahorse_daemon_OBJECTS) $(seahorse_daemon_DEPENDENCIES) $(EXTRA_seahorse_daemon_DEPENDENCIES)
3097 @rm -f seahorse-daemon$(EXEEXT)
3098 $(AM_V_CCLD)$(LINK) $(seahorse_daemon_OBJECTS) $(seahorse_daemon_LDADD) $(LIBS)
3099@@ -750,26 +800,15 @@
3100 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3101 dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
3102
3103-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3104- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3105- unique=`for i in $$list; do \
3106- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3107- done | \
3108- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3109- END { if (nonempty) { for (i in files) print i; }; }'`; \
3110- mkid -fID $$unique
3111-tags: TAGS
3112+ID: $(am__tagged_files)
3113+ $(am__define_uniq_tagged_files); mkid -fID $$unique
3114+tags: tags-am
3115+TAGS: tags
3116
3117-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
3118- $(TAGS_FILES) $(LISP)
3119+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3120 set x; \
3121 here=`pwd`; \
3122- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3123- unique=`for i in $$list; do \
3124- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3125- done | \
3126- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3127- END { if (nonempty) { for (i in files) print i; }; }'`; \
3128+ $(am__define_uniq_tagged_files); \
3129 shift; \
3130 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3131 test -n "$$unique" || unique=$$empty_fix; \
3132@@ -781,15 +820,11 @@
3133 $$unique; \
3134 fi; \
3135 fi
3136-ctags: CTAGS
3137-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
3138- $(TAGS_FILES) $(LISP)
3139- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3140- unique=`for i in $$list; do \
3141- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3142- done | \
3143- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3144- END { if (nonempty) { for (i in files) print i; }; }'`; \
3145+ctags: ctags-am
3146+
3147+CTAGS: ctags
3148+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3149+ $(am__define_uniq_tagged_files); \
3150 test -z "$(CTAGS_ARGS)$$unique" \
3151 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3152 $$unique
3153@@ -798,9 +833,10 @@
3154 here=`$(am__cd) $(top_builddir) && pwd` \
3155 && $(am__cd) $(top_srcdir) \
3156 && gtags -i $(GTAGS_ARGS) "$$here"
3157+cscopelist: cscopelist-am
3158
3159-cscopelist: $(HEADERS) $(SOURCES) $(LISP)
3160- list='$(SOURCES) $(HEADERS) $(LISP)'; \
3161+cscopelist-am: $(am__tagged_files)
3162+ list='$(am__tagged_files)'; \
3163 case "$(srcdir)" in \
3164 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
3165 *) sdir=$(subdir)/$(srcdir) ;; \
3166@@ -817,19 +853,6 @@
3167 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3168
3169 distdir: $(DISTFILES)
3170- @list='$(MANS)'; if test -n "$$list"; then \
3171- list=`for p in $$list; do \
3172- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
3173- if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
3174- if test -n "$$list" && \
3175- grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
3176- echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
3177- grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
3178- echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
3179- echo " typically 'make maintainer-clean' will remove them" >&2; \
3180- exit 1; \
3181- else :; fi; \
3182- else :; fi
3183 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3184 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3185 list='$(DISTFILES)'; \
3186@@ -975,21 +998,22 @@
3187
3188 .MAKE: all check install install-am install-strip
3189
3190-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
3191- clean-generic clean-libtool cscopelist ctags distclean \
3192- distclean-compile distclean-generic distclean-libtool \
3193- distclean-tags distdir dvi dvi-am html html-am info info-am \
3194- install install-am install-binPROGRAMS install-data \
3195- install-data-am install-dvi install-dvi-am install-exec \
3196- install-exec-am install-html install-html-am install-info \
3197- install-info-am install-man install-man1 install-pdf \
3198- install-pdf-am install-ps install-ps-am install-serviceDATA \
3199- install-strip install-uiDATA installcheck installcheck-am \
3200- installdirs maintainer-clean maintainer-clean-generic \
3201- mostlyclean mostlyclean-compile mostlyclean-generic \
3202- mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
3203- uninstall-am uninstall-binPROGRAMS uninstall-man \
3204- uninstall-man1 uninstall-serviceDATA uninstall-uiDATA
3205+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
3206+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
3207+ ctags ctags-am distclean distclean-compile distclean-generic \
3208+ distclean-libtool distclean-tags distdir dvi dvi-am html \
3209+ html-am info info-am install install-am install-binPROGRAMS \
3210+ install-data install-data-am install-dvi install-dvi-am \
3211+ install-exec install-exec-am install-html install-html-am \
3212+ install-info install-info-am install-man install-man1 \
3213+ install-pdf install-pdf-am install-ps install-ps-am \
3214+ install-serviceDATA install-strip install-uiDATA installcheck \
3215+ installcheck-am installdirs maintainer-clean \
3216+ maintainer-clean-generic mostlyclean mostlyclean-compile \
3217+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
3218+ tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
3219+ uninstall-man uninstall-man1 uninstall-serviceDATA \
3220+ uninstall-uiDATA
3221
3222
3223 .desktop.in.in.desktop.in:
3224
3225=== modified file 'daemon/seahorse-context.c'
3226--- daemon/seahorse-context.c 2011-11-23 12:30:54 +0000
3227+++ daemon/seahorse-context.c 2014-07-01 03:49:19 +0000
3228@@ -14,10 +14,7 @@
3229 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3230 * See the GNU General Public License for more details.
3231 * You should have received a copy of the GNU General Public License
3232- * along with this program; if not, write to the
3233- * Free Software Foundation, Inc.,
3234- * 59 Temple Place, Suite 330,
3235- * Boston, MA 02111-1307, USA.
3236+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3237 */
3238
3239 #include "config.h"
3240
3241=== modified file 'daemon/seahorse-context.h'
3242--- daemon/seahorse-context.h 2011-11-23 12:30:54 +0000
3243+++ daemon/seahorse-context.h 2014-07-01 03:49:19 +0000
3244@@ -14,10 +14,7 @@
3245 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3246 * See the GNU General Public License for more details.
3247 * You should have received a copy of the GNU General Public License
3248- * along with this program; if not, write to the
3249- * Free Software Foundation, Inc.,
3250- * 59 Temple Place, Suite 330,
3251- * Boston, MA 02111-1307, USA.
3252+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3253 */
3254
3255 #ifndef __SEAHORSE_CONTEXT_H__
3256
3257=== modified file 'daemon/seahorse-daemon.c'
3258--- daemon/seahorse-daemon.c 2013-06-11 20:09:34 +0000
3259+++ daemon/seahorse-daemon.c 2014-07-01 03:49:19 +0000
3260@@ -13,10 +13,7 @@
3261 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3262 * See the GNU General Public License for more details.
3263 * You should have received a copy of the GNU General Public License
3264- * along with this program; if not, write to the
3265- * Free Software Foundation, Inc.,
3266- * 59 Temple Place, Suite 330,
3267- * Boston, MA 02111-1307, USA.
3268+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3269 */
3270
3271 #include "config.h"
3272@@ -242,8 +239,7 @@
3273 }
3274
3275 g_signal_connect (egg_sm_client_get (), "quit", G_CALLBACK (smclient_quit), NULL);
3276- egg_set_desktop_file(AUTOSTARTDIR "/seahorse-daemon.desktop");
3277-
3278+
3279 /*
3280 * All functions after this point have to print messages
3281 * nicely and not just called exit()
3282
3283=== modified file 'daemon/seahorse-daemon.h'
3284--- daemon/seahorse-daemon.h 2011-11-23 12:30:54 +0000
3285+++ daemon/seahorse-daemon.h 2014-07-01 03:49:19 +0000
3286@@ -13,10 +13,7 @@
3287 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3288 * See the GNU General Public License for more details.
3289 * You should have received a copy of the GNU General Public License
3290- * along with this program; if not, write to the
3291- * Free Software Foundation, Inc.,
3292- * 59 Temple Place, Suite 330,
3293- * Boston, MA 02111-1307, USA.
3294+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3295 */
3296
3297 #ifndef _SEAHORSE_DAEMON_H_
3298
3299=== modified file 'daemon/seahorse-dbus-server.c'
3300--- daemon/seahorse-dbus-server.c 2011-11-23 12:30:54 +0000
3301+++ daemon/seahorse-dbus-server.c 2014-07-01 03:49:19 +0000
3302@@ -13,10 +13,7 @@
3303 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3304 * See the GNU General Public License for more details.
3305 * You should have received a copy of the GNU General Public License
3306- * along with this program; if not, write to the
3307- * Free Software Foundation, Inc.,
3308- * 59 Temple Place, Suite 330,
3309- * Boston, MA 02111-1307, USA.
3310+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3311 */
3312
3313 #include "config.h"
3314
3315=== modified file 'daemon/seahorse-gpg-op.c'
3316--- daemon/seahorse-gpg-op.c 2011-11-23 12:30:54 +0000
3317+++ daemon/seahorse-gpg-op.c 2014-07-01 03:49:19 +0000
3318@@ -13,10 +13,7 @@
3319 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3320 * See the GNU General Public License for more details.
3321 * You should have received a copy of the GNU General Public License
3322- * along with this program; if not, write to the
3323- * Free Software Foundation, Inc.,
3324- * 59 Temple Place, Suite 330,
3325- * Boston, MA 02111-1307, USA.
3326+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3327 */
3328
3329 #include "config.h"
3330
3331=== modified file 'daemon/seahorse-gpg-op.h'
3332--- daemon/seahorse-gpg-op.h 2011-11-23 12:30:54 +0000
3333+++ daemon/seahorse-gpg-op.h 2014-07-01 03:49:19 +0000
3334@@ -13,10 +13,7 @@
3335 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3336 * See the GNU General Public License for more details.
3337 * You should have received a copy of the GNU General Public License
3338- * along with this program; if not, write to the
3339- * Free Software Foundation, Inc.,
3340- * 59 Temple Place, Suite 330,
3341- * Boston, MA 02111-1307, USA.
3342+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3343 */
3344
3345 #ifndef __SEAHORSE_GPG_OP_H__
3346
3347=== modified file 'daemon/seahorse-gpg-options.c'
3348--- daemon/seahorse-gpg-options.c 2011-11-23 12:30:54 +0000
3349+++ daemon/seahorse-gpg-options.c 2014-07-01 03:49:19 +0000
3350@@ -13,10 +13,7 @@
3351 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3352 * See the GNU General Public License for more details.
3353 * You should have received a copy of the GNU General Public License
3354- * along with this program; if not, write to the
3355- * Free Software Foundation, Inc.,
3356- * 59 Temple Place, Suite 330,
3357- * Boston, MA 02111-1307, USA.
3358+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3359 */
3360
3361 #include "config.h"
3362
3363=== modified file 'daemon/seahorse-gpg-options.h'
3364--- daemon/seahorse-gpg-options.h 2011-11-23 12:30:54 +0000
3365+++ daemon/seahorse-gpg-options.h 2014-07-01 03:49:19 +0000
3366@@ -13,10 +13,7 @@
3367 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3368 * See the GNU General Public License for more details.
3369 * You should have received a copy of the GNU General Public License
3370- * along with this program; if not, write to the
3371- * Free Software Foundation, Inc.,
3372- * 59 Temple Place, Suite 330,
3373- * Boston, MA 02111-1307, USA.
3374+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3375 */
3376
3377 /**
3378
3379=== modified file 'daemon/seahorse-gpgme-data.c'
3380--- daemon/seahorse-gpgme-data.c 2011-11-23 12:30:54 +0000
3381+++ daemon/seahorse-gpgme-data.c 2014-07-01 03:49:19 +0000
3382@@ -13,10 +13,7 @@
3383 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3384 * See the GNU General Public License for more details.
3385 * You should have received a copy of the GNU General Public License
3386- * along with this program; if not, write to the
3387- * Free Software Foundation, Inc.,
3388- * 59 Temple Place, Suite 330,
3389- * Boston, MA 02111-1307, USA.
3390+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3391 */
3392
3393 #include "config.h"
3394
3395=== modified file 'daemon/seahorse-gpgme-data.h'
3396--- daemon/seahorse-gpgme-data.h 2011-11-23 12:30:54 +0000
3397+++ daemon/seahorse-gpgme-data.h 2014-07-01 03:49:19 +0000
3398@@ -14,9 +14,7 @@
3399 * Lesser General Public License for more details.
3400 *
3401 * You should have received a copy of the GNU Lesser General Public
3402- * License along with this program; if not, write to the Free Software
3403- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
3404- * 02111-1307, USA.
3405+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
3406 */
3407
3408 /**
3409
3410=== modified file 'daemon/seahorse-gpgme-generate.c'
3411--- daemon/seahorse-gpgme-generate.c 2011-11-23 12:30:54 +0000
3412+++ daemon/seahorse-gpgme-generate.c 2014-07-01 03:49:19 +0000
3413@@ -13,10 +13,7 @@
3414 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3415 * See the GNU General Public License for more details.
3416 * You should have received a copy of the GNU General Public License
3417- * along with this program; if not, write to the
3418- * Free Software Foundation, Inc.,
3419- * 59 Temple Place, Suite 330,
3420- * Boston, MA 02111-1307, USA.
3421+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3422 */
3423
3424 #include "config.h"
3425
3426=== modified file 'daemon/seahorse-gpgme-generate.h'
3427--- daemon/seahorse-gpgme-generate.h 2011-11-23 12:30:54 +0000
3428+++ daemon/seahorse-gpgme-generate.h 2014-07-01 03:49:19 +0000
3429@@ -14,10 +14,7 @@
3430 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3431 * See the GNU General Public License for more details.
3432 * You should have received a copy of the GNU General Public License
3433- * along with this program; if not, write to the
3434- * Free Software Foundation, Inc.,
3435- * 59 Temple Place, Suite 330,
3436- * Boston, MA 02111-1307, USA.
3437+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3438 */
3439
3440 /*
3441
3442=== modified file 'daemon/seahorse-gpgme-key-op.c'
3443--- daemon/seahorse-gpgme-key-op.c 2011-11-23 12:30:54 +0000
3444+++ daemon/seahorse-gpgme-key-op.c 2014-07-01 03:49:19 +0000
3445@@ -15,10 +15,7 @@
3446 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3447 * See the GNU General Public License for more details.
3448 * You should have received a copy of the GNU General Public License
3449- * along with this program; if not, write to the
3450- * Free Software Foundation, Inc.,
3451- * 59 Temple Place, Suite 330,
3452- * Boston, MA 02111-1307, USA.
3453+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3454 */
3455
3456 #include "config.h"
3457
3458=== modified file 'daemon/seahorse-gpgme-key-op.h'
3459--- daemon/seahorse-gpgme-key-op.h 2011-11-23 12:30:54 +0000
3460+++ daemon/seahorse-gpgme-key-op.h 2014-07-01 03:49:19 +0000
3461@@ -13,10 +13,7 @@
3462 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3463 * See the GNU General Public License for more details.
3464 * You should have received a copy of the GNU General Public License
3465- * along with this program; if not, write to the
3466- * Free Software Foundation, Inc.,
3467- * 59 Temple Place, Suite 330,
3468- * Boston, MA 02111-1307, USA.
3469+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3470 */
3471
3472 #ifndef __SEAHORSE_GPGME_KEY_OP_H__
3473
3474=== modified file 'daemon/seahorse-gpgme-key.c'
3475--- daemon/seahorse-gpgme-key.c 2011-11-23 12:30:54 +0000
3476+++ daemon/seahorse-gpgme-key.c 2014-07-01 03:49:19 +0000
3477@@ -13,10 +13,7 @@
3478 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3479 * See the GNU General Public License for more details.
3480 * You should have received a copy of the GNU General Public License
3481- * along with this program; if not, write to the
3482- * Free Software Foundation, Inc.,
3483- * 59 Temple Place, Suite 330,
3484- * Boston, MA 02111-1307, USA.
3485+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3486 */
3487 #include "config.h"
3488
3489@@ -166,6 +163,7 @@
3490 SeahorseGpgmeUid *uid;
3491 GList *results = NULL;
3492 gboolean changed = FALSE;
3493+ SeahorseSource *source;
3494 GList *uids;
3495
3496 uids = self->pv->uids;
3497@@ -189,10 +187,12 @@
3498 }
3499
3500 /* Add new UIDs */
3501+ source = seahorse_object_get_source (SEAHORSE_OBJECT (self));
3502 while (guid != NULL) {
3503 uid = seahorse_gpgme_uid_new (self->pv->pubkey, guid);
3504 changed = TRUE;
3505 results = seahorse_object_list_append (results, uid);
3506+ g_object_set (uid, "source", source, NULL);
3507 g_object_unref (uid);
3508 guid = guid->next;
3509 }
3510
3511=== modified file 'daemon/seahorse-gpgme-key.h'
3512--- daemon/seahorse-gpgme-key.h 2011-11-23 12:30:54 +0000
3513+++ daemon/seahorse-gpgme-key.h 2014-07-01 03:49:19 +0000
3514@@ -13,10 +13,7 @@
3515 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3516 * See the GNU General Public License for more details.
3517 * You should have received a copy of the GNU General Public License
3518- * along with this program; if not, write to the
3519- * Free Software Foundation, Inc.,
3520- * 59 Temple Place, Suite 330,
3521- * Boston, MA 02111-1307, USA.
3522+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3523 */
3524
3525 #ifndef __SEAHORSE_GPGME_KEY_H__
3526
3527=== modified file 'daemon/seahorse-gpgme-operation.c'
3528--- daemon/seahorse-gpgme-operation.c 2011-11-23 12:30:54 +0000
3529+++ daemon/seahorse-gpgme-operation.c 2014-07-01 03:49:19 +0000
3530@@ -13,10 +13,7 @@
3531 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3532 * See the GNU General Public License for more details.
3533 * You should have received a copy of the GNU General Public License
3534- * along with this program; if not, write to the
3535- * Free Software Foundation, Inc.,
3536- * 59 Temple Place, Suite 330,
3537- * Boston, MA 02111-1307, USA.
3538+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3539 */
3540
3541 #include "config.h"
3542
3543=== modified file 'daemon/seahorse-gpgme-operation.h'
3544--- daemon/seahorse-gpgme-operation.h 2011-11-23 12:30:54 +0000
3545+++ daemon/seahorse-gpgme-operation.h 2014-07-01 03:49:19 +0000
3546@@ -13,10 +13,7 @@
3547 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3548 * See the GNU General Public License for more details.
3549 * You should have received a copy of the GNU General Public License
3550- * along with this program; if not, write to the
3551- * Free Software Foundation, Inc.,
3552- * 59 Temple Place, Suite 330,
3553- * Boston, MA 02111-1307, USA.
3554+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3555 */
3556
3557 /**
3558
3559=== modified file 'daemon/seahorse-gpgme-source.c'
3560--- daemon/seahorse-gpgme-source.c 2011-11-23 12:30:54 +0000
3561+++ daemon/seahorse-gpgme-source.c 2014-07-01 03:49:19 +0000
3562@@ -13,10 +13,7 @@
3563 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3564 * See the GNU General Public License for more details.
3565 * You should have received a copy of the GNU General Public License
3566- * along with this program; if not, write to the
3567- * Free Software Foundation, Inc.,
3568- * 59 Temple Place, Suite 330,
3569- * Boston, MA 02111-1307, USA.
3570+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3571 */
3572
3573 #include "config.h"
3574
3575=== modified file 'daemon/seahorse-gpgme-source.h'
3576--- daemon/seahorse-gpgme-source.h 2011-11-23 12:30:54 +0000
3577+++ daemon/seahorse-gpgme-source.h 2014-07-01 03:49:19 +0000
3578@@ -13,10 +13,7 @@
3579 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3580 * See the GNU General Public License for more details.
3581 * You should have received a copy of the GNU General Public License
3582- * along with this program; if not, write to the
3583- * Free Software Foundation, Inc.,
3584- * 59 Temple Place, Suite 330,
3585- * Boston, MA 02111-1307, USA.
3586+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3587 */
3588
3589 /**
3590
3591=== modified file 'daemon/seahorse-gpgme-subkey.c'
3592--- daemon/seahorse-gpgme-subkey.c 2011-11-23 12:30:54 +0000
3593+++ daemon/seahorse-gpgme-subkey.c 2014-07-01 03:49:19 +0000
3594@@ -13,10 +13,7 @@
3595 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3596 * See the GNU General Public License for more details.
3597 * You should have received a copy of the GNU General Public License
3598- * along with this program; if not, write to the
3599- * Free Software Foundation, Inc.,
3600- * 59 Temple Place, Suite 330,
3601- * Boston, MA 02111-1307, USA.
3602+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3603 */
3604
3605 #include "config.h"
3606
3607=== modified file 'daemon/seahorse-gpgme-subkey.h'
3608--- daemon/seahorse-gpgme-subkey.h 2011-11-23 12:30:54 +0000
3609+++ daemon/seahorse-gpgme-subkey.h 2014-07-01 03:49:19 +0000
3610@@ -13,10 +13,7 @@
3611 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3612 * See the GNU General Public License for more details.
3613 * You should have received a copy of the GNU General Public License
3614- * along with this program; if not, write to the
3615- * Free Software Foundation, Inc.,
3616- * 59 Temple Place, Suite 330,
3617- * Boston, MA 02111-1307, USA.
3618+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3619 */
3620
3621 #ifndef __SEAHORSE_GPGME_SUBKEY_H__
3622
3623=== modified file 'daemon/seahorse-gpgme-uid.c'
3624--- daemon/seahorse-gpgme-uid.c 2011-11-23 12:30:54 +0000
3625+++ daemon/seahorse-gpgme-uid.c 2014-07-01 03:49:19 +0000
3626@@ -13,10 +13,7 @@
3627 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3628 * See the GNU General Public License for more details.
3629 * You should have received a copy of the GNU General Public License
3630- * along with this program; if not, write to the
3631- * Free Software Foundation, Inc.,
3632- * 59 Temple Place, Suite 330,
3633- * Boston, MA 02111-1307, USA.
3634+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3635 */
3636
3637 #include "config.h"
3638
3639=== modified file 'daemon/seahorse-gpgme-uid.h'
3640--- daemon/seahorse-gpgme-uid.h 2011-11-23 12:30:54 +0000
3641+++ daemon/seahorse-gpgme-uid.h 2014-07-01 03:49:19 +0000
3642@@ -13,10 +13,7 @@
3643 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3644 * See the GNU General Public License for more details.
3645 * You should have received a copy of the GNU General Public License
3646- * along with this program; if not, write to the
3647- * Free Software Foundation, Inc.,
3648- * 59 Temple Place, Suite 330,
3649- * Boston, MA 02111-1307, USA.
3650+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3651 */
3652
3653 #ifndef __SEAHORSE_GPGME_UID_H__
3654
3655=== modified file 'daemon/seahorse-gpgme.c'
3656--- daemon/seahorse-gpgme.c 2011-11-23 12:30:54 +0000
3657+++ daemon/seahorse-gpgme.c 2014-07-01 03:49:19 +0000
3658@@ -14,9 +14,7 @@
3659 * Lesser General Public License for more details.
3660 *
3661 * You should have received a copy of the GNU Lesser General Public
3662- * License along with this program; if not, write to the Free Software
3663- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
3664- * 02111-1307, USA.
3665+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
3666 */
3667
3668 #include "config.h"
3669
3670=== modified file 'daemon/seahorse-gpgme.h'
3671--- daemon/seahorse-gpgme.h 2011-11-23 12:30:54 +0000
3672+++ daemon/seahorse-gpgme.h 2014-07-01 03:49:19 +0000
3673@@ -14,9 +14,7 @@
3674 * Lesser General Public License for more details.
3675 *
3676 * You should have received a copy of the GNU Lesser General Public
3677- * License along with this program; if not, write to the Free Software
3678- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
3679- * 02111-1307, USA.
3680+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
3681 */
3682
3683 #ifndef SEAHORSEGPGME_H_
3684
3685=== modified file 'daemon/seahorse-libdialogs.h'
3686--- daemon/seahorse-libdialogs.h 2011-11-23 12:30:54 +0000
3687+++ daemon/seahorse-libdialogs.h 2014-07-01 03:49:19 +0000
3688@@ -14,10 +14,7 @@
3689 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3690 * See the GNU General Public License for more details.
3691 * You should have received a copy of the GNU General Public License
3692- * along with this program; if not, write to the
3693- * Free Software Foundation, Inc.,
3694- * 59 Temple Place, Suite 330,
3695- * Boston, MA 02111-1307, USA.
3696+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3697 */
3698
3699 /**
3700
3701=== modified file 'daemon/seahorse-notification.c'
3702--- daemon/seahorse-notification.c 2011-11-23 12:30:54 +0000
3703+++ daemon/seahorse-notification.c 2014-07-01 03:49:19 +0000
3704@@ -13,10 +13,7 @@
3705 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3706 * See the GNU General Public License for more details.
3707 * You should have received a copy of the GNU General Public License
3708- * along with this program; if not, write to the
3709- * Free Software Foundation, Inc.,
3710- * 59 Temple Place, Suite 330,
3711- * Boston, MA 02111-1307, USA.
3712+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3713 */
3714
3715 #include "config.h"
3716
3717=== modified file 'daemon/seahorse-object-list.c'
3718--- daemon/seahorse-object-list.c 2011-11-23 12:30:54 +0000
3719+++ daemon/seahorse-object-list.c 2014-07-01 03:49:19 +0000
3720@@ -14,9 +14,7 @@
3721 * Lesser General Public License for more details.
3722 *
3723 * You should have received a copy of the GNU Lesser General Public
3724- * License along with this program; if not, write to the Free Software
3725- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
3726- * 02111-1307, USA.
3727+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
3728 */
3729
3730 #include "seahorse-object-list.h"
3731
3732=== modified file 'daemon/seahorse-object-list.h'
3733--- daemon/seahorse-object-list.h 2011-11-23 12:30:54 +0000
3734+++ daemon/seahorse-object-list.h 2014-07-01 03:49:19 +0000
3735@@ -14,9 +14,7 @@
3736 * Lesser General Public License for more details.
3737 *
3738 * You should have received a copy of the GNU Lesser General Public
3739- * License along with this program; if not, write to the Free Software
3740- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
3741- * 02111-1307, USA.
3742+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
3743 */
3744
3745 #include <glib.h>
3746
3747=== modified file 'daemon/seahorse-object.c'
3748--- daemon/seahorse-object.c 2011-11-23 12:30:54 +0000
3749+++ daemon/seahorse-object.c 2014-07-01 03:49:19 +0000
3750@@ -14,9 +14,7 @@
3751 * Lesser General Public License for more details.
3752 *
3753 * You should have received a copy of the GNU Lesser General Public
3754- * License along with this program; if not, write to the Free Software
3755- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
3756- * 02111-1307, USA.
3757+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
3758 */
3759
3760 #include "config.h"
3761
3762=== modified file 'daemon/seahorse-object.h'
3763--- daemon/seahorse-object.h 2011-11-23 12:30:54 +0000
3764+++ daemon/seahorse-object.h 2014-07-01 03:49:19 +0000
3765@@ -14,9 +14,7 @@
3766 * Lesser General Public License for more details.
3767 *
3768 * You should have received a copy of the GNU Lesser General Public
3769- * License along with this program; if not, write to the Free Software
3770- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
3771- * 02111-1307, USA.
3772+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
3773 */
3774
3775 #ifndef __SEAHORSE_OBJECT_H__
3776
3777=== modified file 'daemon/seahorse-operation.c'
3778--- daemon/seahorse-operation.c 2011-11-23 12:30:54 +0000
3779+++ daemon/seahorse-operation.c 2014-07-01 03:49:19 +0000
3780@@ -13,10 +13,7 @@
3781 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3782 * See the GNU General Public License for more details.
3783 * You should have received a copy of the GNU General Public License
3784- * along with this program; if not, write to the
3785- * Free Software Foundation, Inc.,
3786- * 59 Temple Place, Suite 330,
3787- * Boston, MA 02111-1307, USA.
3788+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3789 */
3790 #include "config.h"
3791
3792
3793=== modified file 'daemon/seahorse-operation.h'
3794--- daemon/seahorse-operation.h 2011-11-23 12:30:54 +0000
3795+++ daemon/seahorse-operation.h 2014-07-01 03:49:19 +0000
3796@@ -13,10 +13,7 @@
3797 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3798 * See the GNU General Public License for more details.
3799 * You should have received a copy of the GNU General Public License
3800- * along with this program; if not, write to the
3801- * Free Software Foundation, Inc.,
3802- * 59 Temple Place, Suite 330,
3803- * Boston, MA 02111-1307, USA.
3804+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3805 */
3806
3807 #ifndef __SEAHORSE_OPERATION_H__
3808
3809=== modified file 'daemon/seahorse-passphrase.c'
3810--- daemon/seahorse-passphrase.c 2011-11-23 12:30:54 +0000
3811+++ daemon/seahorse-passphrase.c 2014-07-01 03:49:19 +0000
3812@@ -14,10 +14,7 @@
3813 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3814 * See the GNU General Public License for more details.
3815 * You should have received a copy of the GNU General Public License
3816- * along with this program; if not, write to the
3817- * Free Software Foundation, Inc.,
3818- * 59 Temple Place, Suite 330,
3819- * Boston, MA 02111-1307, USA.
3820+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3821 */
3822
3823 #include "config.h"
3824
3825=== modified file 'daemon/seahorse-passphrase.h'
3826--- daemon/seahorse-passphrase.h 2011-11-23 12:30:54 +0000
3827+++ daemon/seahorse-passphrase.h 2014-07-01 03:49:19 +0000
3828@@ -13,10 +13,7 @@
3829 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3830 * See the GNU General Public License for more details.
3831 * You should have received a copy of the GNU General Public License
3832- * along with this program; if not, write to the
3833- * Free Software Foundation, Inc.,
3834- * 59 Temple Place, Suite 330,
3835- * Boston, MA 02111-1307, USA.
3836+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3837 */
3838
3839 #ifndef __SEAHORSE_PASSPHRASE__
3840
3841=== modified file 'daemon/seahorse-pgp-key.c'
3842--- daemon/seahorse-pgp-key.c 2011-11-23 12:30:54 +0000
3843+++ daemon/seahorse-pgp-key.c 2014-07-01 03:49:19 +0000
3844@@ -13,10 +13,7 @@
3845 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3846 * See the GNU General Public License for more details.
3847 * You should have received a copy of the GNU General Public License
3848- * along with this program; if not, write to the
3849- * Free Software Foundation, Inc.,
3850- * 59 Temple Place, Suite 330,
3851- * Boston, MA 02111-1307, USA.
3852+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3853 */
3854 #include "config.h"
3855
3856
3857=== modified file 'daemon/seahorse-pgp-key.h'
3858--- daemon/seahorse-pgp-key.h 2011-11-23 12:30:54 +0000
3859+++ daemon/seahorse-pgp-key.h 2014-07-01 03:49:19 +0000
3860@@ -13,10 +13,7 @@
3861 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3862 * See the GNU General Public License for more details.
3863 * You should have received a copy of the GNU General Public License
3864- * along with this program; if not, write to the
3865- * Free Software Foundation, Inc.,
3866- * 59 Temple Place, Suite 330,
3867- * Boston, MA 02111-1307, USA.
3868+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3869 */
3870
3871 #ifndef __SEAHORSE_PGP_KEY_H__
3872
3873=== modified file 'daemon/seahorse-pgp-module.c'
3874--- daemon/seahorse-pgp-module.c 2011-11-23 12:30:54 +0000
3875+++ daemon/seahorse-pgp-module.c 2014-07-01 03:49:19 +0000
3876@@ -14,9 +14,7 @@
3877 * Lesser General Public License for more details.
3878 *
3879 * You should have received a copy of the GNU Lesser General Public
3880- * License along with this program; if not, write to the Free Software
3881- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
3882- * 02111-1307, USA.
3883+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
3884 */
3885
3886 #include "config.h"
3887
3888=== modified file 'daemon/seahorse-pgp-module.h'
3889--- daemon/seahorse-pgp-module.h 2011-11-23 12:30:54 +0000
3890+++ daemon/seahorse-pgp-module.h 2014-07-01 03:49:19 +0000
3891@@ -14,9 +14,7 @@
3892 * Lesser General Public License for more details.
3893 *
3894 * You should have received a copy of the GNU Lesser General Public
3895- * License along with this program; if not, write to the Free Software
3896- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
3897- * 02111-1307, USA.
3898+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
3899 */
3900
3901 #ifndef SEAHORSEPGP_H_
3902
3903=== modified file 'daemon/seahorse-pgp-signature.c'
3904--- daemon/seahorse-pgp-signature.c 2011-11-23 12:30:54 +0000
3905+++ daemon/seahorse-pgp-signature.c 2014-07-01 03:49:19 +0000
3906@@ -13,10 +13,7 @@
3907 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3908 * See the GNU General Public License for more details.
3909 * You should have received a copy of the GNU General Public License
3910- * along with this program; if not, write to the
3911- * Free Software Foundation, Inc.,
3912- * 59 Temple Place, Suite 330,
3913- * Boston, MA 02111-1307, USA.
3914+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3915 */
3916
3917 #include "config.h"
3918
3919=== modified file 'daemon/seahorse-pgp-signature.h'
3920--- daemon/seahorse-pgp-signature.h 2011-11-23 12:30:54 +0000
3921+++ daemon/seahorse-pgp-signature.h 2014-07-01 03:49:19 +0000
3922@@ -13,10 +13,7 @@
3923 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3924 * See the GNU General Public License for more details.
3925 * You should have received a copy of the GNU General Public License
3926- * along with this program; if not, write to the
3927- * Free Software Foundation, Inc.,
3928- * 59 Temple Place, Suite 330,
3929- * Boston, MA 02111-1307, USA.
3930+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3931 */
3932
3933 #ifndef __SEAHORSE_PGP_SIGNATURE_H__
3934
3935=== modified file 'daemon/seahorse-pgp-subkey.c'
3936--- daemon/seahorse-pgp-subkey.c 2011-11-23 12:30:54 +0000
3937+++ daemon/seahorse-pgp-subkey.c 2014-07-01 03:49:19 +0000
3938@@ -13,10 +13,7 @@
3939 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3940 * See the GNU General Public License for more details.
3941 * You should have received a copy of the GNU General Public License
3942- * along with this program; if not, write to the
3943- * Free Software Foundation, Inc.,
3944- * 59 Temple Place, Suite 330,
3945- * Boston, MA 02111-1307, USA.
3946+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3947 */
3948
3949 #include "config.h"
3950
3951=== modified file 'daemon/seahorse-pgp-subkey.h'
3952--- daemon/seahorse-pgp-subkey.h 2011-11-23 12:30:54 +0000
3953+++ daemon/seahorse-pgp-subkey.h 2014-07-01 03:49:19 +0000
3954@@ -13,10 +13,7 @@
3955 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3956 * See the GNU General Public License for more details.
3957 * You should have received a copy of the GNU General Public License
3958- * along with this program; if not, write to the
3959- * Free Software Foundation, Inc.,
3960- * 59 Temple Place, Suite 330,
3961- * Boston, MA 02111-1307, USA.
3962+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3963 */
3964
3965 #ifndef __SEAHORSE_PGP_SUBKEY_H__
3966
3967=== modified file 'daemon/seahorse-pgp-uid.c'
3968--- daemon/seahorse-pgp-uid.c 2011-11-23 12:30:54 +0000
3969+++ daemon/seahorse-pgp-uid.c 2014-07-01 03:49:19 +0000
3970@@ -13,10 +13,7 @@
3971 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3972 * See the GNU General Public License for more details.
3973 * You should have received a copy of the GNU General Public License
3974- * along with this program; if not, write to the
3975- * Free Software Foundation, Inc.,
3976- * 59 Temple Place, Suite 330,
3977- * Boston, MA 02111-1307, USA.
3978+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
3979 */
3980
3981 #include "config.h"
3982@@ -69,131 +66,6 @@
3983 return g_strdup (str);
3984 }
3985
3986-#ifndef HAVE_STRSEP
3987-/* code taken from glibc-2.2.1/sysdeps/generic/strsep.c */
3988-char *
3989-strsep (char **stringp, const char *delim)
3990-{
3991- char *begin, *end;
3992-
3993- begin = *stringp;
3994- if (begin == NULL)
3995- return NULL;
3996-
3997- /* A frequent case is when the delimiter string contains only one
3998- character. Here we don't need to call the expensive `strpbrk'
3999- function and instead work using `strchr'. */
4000- if (delim[0] == '\0' || delim[1] == '\0') {
4001- char ch = delim[0];
4002-
4003- if (ch == '\0')
4004- end = NULL;
4005- else {
4006- if (*begin == ch)
4007- end = begin;
4008- else if (*begin == '\0')
4009- end = NULL;
4010- else
4011- end = strchr (begin + 1, ch);
4012- }
4013- } else
4014- /* Find the end of the token. */
4015- end = strpbrk (begin, delim);
4016-
4017- if (end) {
4018- /* Terminate the token and set *STRINGP past NUL character. */
4019- *end++ = '\0';
4020- *stringp = end;
4021- } else
4022- /* No more delimiters; this is the last token. */
4023- *stringp = NULL;
4024-
4025- return begin;
4026-}
4027-#endif /*HAVE_STRSEP*/
4028-
4029-/* Copied from GPGME */
4030-static void
4031-parse_user_id (const gchar *uid, gchar **name, gchar **email, gchar **comment)
4032-{
4033- gchar *src, *tail, *x;
4034- int in_name = 0;
4035- int in_email = 0;
4036- int in_comment = 0;
4037-
4038- x = tail = src = g_strdup (uid);
4039-
4040- while (*src) {
4041- if (in_email) {
4042- if (*src == '<')
4043- /* Not legal but anyway. */
4044- in_email++;
4045- else if (*src == '>') {
4046- if (!--in_email && !*email) {
4047- *email = tail;
4048- *src = 0;
4049- tail = src + 1;
4050- }
4051- }
4052- } else if (in_comment) {
4053- if (*src == '(')
4054- in_comment++;
4055- else if (*src == ')') {
4056- if (!--in_comment && !*comment) {
4057- *comment = tail;
4058- *src = 0;
4059- tail = src + 1;
4060- }
4061- }
4062- } else if (*src == '<') {
4063- if (in_name) {
4064- if (!*name) {
4065- *name = tail;
4066- *src = 0;
4067- tail = src + 1;
4068- }
4069- in_name = 0;
4070- } else
4071- tail = src + 1;
4072-
4073- in_email = 1;
4074- } else if (*src == '(') {
4075- if (in_name) {
4076- if (!*name) {
4077- *name = tail;
4078- *src = 0;
4079- tail = src + 1;
4080- }
4081- in_name = 0;
4082- }
4083- in_comment = 1;
4084- } else if (!in_name && *src != ' ' && *src != '\t') {
4085- in_name = 1;
4086- }
4087- src++;
4088- }
4089-
4090- if (in_name) {
4091- if (!*name) {
4092- *name = tail;
4093- *src = 0;
4094- tail = src + 1;
4095- }
4096- }
4097-
4098- /* Let unused parts point to an EOS. */
4099- *name = g_strdup (*name ? *name : "");
4100- *email = g_strdup (*email ? *email : "");
4101- *comment = g_strdup (*comment ? *comment : "");
4102-
4103- g_strstrip (*name);
4104- g_strstrip (*email);
4105- g_strstrip (*comment);
4106-
4107- g_free (x);
4108-}
4109-
4110-
4111 /* -----------------------------------------------------------------------------
4112 * OBJECT
4113 */
4114@@ -341,26 +213,6 @@
4115 * PUBLIC
4116 */
4117
4118-SeahorsePgpUid*
4119-seahorse_pgp_uid_new (const gchar *uid_string)
4120-{
4121- SeahorsePgpUid *uid;
4122- gchar *name = NULL;
4123- gchar *email = NULL;
4124- gchar *comment = NULL;
4125-
4126- if (uid_string)
4127- parse_user_id (uid_string, &name, &email, &comment);
4128-
4129- uid = g_object_new (SEAHORSE_TYPE_PGP_UID, "name", name, "email", email, "comment", comment, NULL);
4130-
4131- g_free (name);
4132- g_free (comment);
4133- g_free (email);
4134-
4135- return uid;
4136-}
4137-
4138 GList*
4139 seahorse_pgp_uid_get_signatures (SeahorsePgpUid *self)
4140 {
4141
4142=== modified file 'daemon/seahorse-pgp-uid.h'
4143--- daemon/seahorse-pgp-uid.h 2011-11-23 12:30:54 +0000
4144+++ daemon/seahorse-pgp-uid.h 2014-07-01 03:49:19 +0000
4145@@ -13,10 +13,7 @@
4146 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4147 * See the GNU General Public License for more details.
4148 * You should have received a copy of the GNU General Public License
4149- * along with this program; if not, write to the
4150- * Free Software Foundation, Inc.,
4151- * 59 Temple Place, Suite 330,
4152- * Boston, MA 02111-1307, USA.
4153+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4154 */
4155
4156 #ifndef __SEAHORSE_PGP_UID_H__
4157@@ -50,8 +47,6 @@
4158
4159 GType seahorse_pgp_uid_get_type (void);
4160
4161-SeahorsePgpUid* seahorse_pgp_uid_new (const gchar *uid_string);
4162-
4163 GList* seahorse_pgp_uid_get_signatures (SeahorsePgpUid *self);
4164
4165 void seahorse_pgp_uid_set_signatures (SeahorsePgpUid *self,
4166
4167=== modified file 'daemon/seahorse-pgp.c'
4168--- daemon/seahorse-pgp.c 2011-11-23 12:30:54 +0000
4169+++ daemon/seahorse-pgp.c 2014-07-01 03:49:19 +0000
4170@@ -14,9 +14,7 @@
4171 * Lesser General Public License for more details.
4172 *
4173 * You should have received a copy of the GNU Lesser General Public
4174- * License along with this program; if not, write to the Free Software
4175- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4176- * 02111-1307, USA.
4177+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
4178 */
4179
4180 #include "seahorse-pgp.h"
4181
4182=== modified file 'daemon/seahorse-pgp.h'
4183--- daemon/seahorse-pgp.h 2011-11-23 12:30:54 +0000
4184+++ daemon/seahorse-pgp.h 2014-07-01 03:49:19 +0000
4185@@ -14,9 +14,7 @@
4186 * Lesser General Public License for more details.
4187 *
4188 * You should have received a copy of the GNU Lesser General Public
4189- * License along with this program; if not, write to the Free Software
4190- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4191- * 02111-1307, USA.
4192+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
4193 */
4194
4195 #ifndef __SEAHORSE_PGP_H__
4196
4197=== modified file 'daemon/seahorse-progress.c'
4198--- daemon/seahorse-progress.c 2011-11-23 12:30:54 +0000
4199+++ daemon/seahorse-progress.c 2014-07-01 03:49:19 +0000
4200@@ -13,10 +13,7 @@
4201 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4202 * See the GNU General Public License for more details.
4203 * You should have received a copy of the GNU General Public License
4204- * along with this program; if not, write to the
4205- * Free Software Foundation, Inc.,
4206- * 59 Temple Place, Suite 330,
4207- * Boston, MA 02111-1307, USA.
4208+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4209 */
4210
4211 #include "seahorse-progress.h"
4212
4213=== modified file 'daemon/seahorse-progress.h'
4214--- daemon/seahorse-progress.h 2011-11-23 12:30:54 +0000
4215+++ daemon/seahorse-progress.h 2014-07-01 03:49:19 +0000
4216@@ -13,10 +13,7 @@
4217 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4218 * See the GNU General Public License for more details.
4219 * You should have received a copy of the GNU General Public License
4220- * along with this program; if not, write to the
4221- * Free Software Foundation, Inc.,
4222- * 59 Temple Place, Suite 330,
4223- * Boston, MA 02111-1307, USA.
4224+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4225 */
4226
4227 /**
4228
4229=== modified file 'daemon/seahorse-secure-buffer.c'
4230--- daemon/seahorse-secure-buffer.c 2011-11-23 12:30:54 +0000
4231+++ daemon/seahorse-secure-buffer.c 2014-07-01 03:49:19 +0000
4232@@ -14,9 +14,7 @@
4233 * Lesser General Public License for more details.
4234 *
4235 * You should have received a copy of the GNU Lesser General Public
4236- * License along with this program; if not, write to the Free Software
4237- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4238- * 02111-1307, USA.
4239+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
4240 */
4241
4242 #include "config.h"
4243
4244=== modified file 'daemon/seahorse-secure-buffer.h'
4245--- daemon/seahorse-secure-buffer.h 2011-11-23 12:30:54 +0000
4246+++ daemon/seahorse-secure-buffer.h 2014-07-01 03:49:19 +0000
4247@@ -14,9 +14,7 @@
4248 * Lesser General Public License for more details.
4249 *
4250 * You should have received a copy of the GNU Lesser General Public
4251- * License along with this program; if not, write to the Free Software
4252- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4253- * 02111-1307, USA.
4254+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
4255 */
4256
4257 #ifndef __SEAHORSE_SECURE_BUFFER_H__
4258
4259=== modified file 'daemon/seahorse-secure-memory.c'
4260--- daemon/seahorse-secure-memory.c 2011-11-23 12:30:54 +0000
4261+++ daemon/seahorse-secure-memory.c 2014-07-01 03:49:19 +0000
4262@@ -13,10 +13,7 @@
4263 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4264 * See the GNU General Public License for more details.
4265 * You should have received a copy of the GNU General Public License
4266- * along with this program; if not, write to the
4267- * Free Software Foundation, Inc.,
4268- * 59 Temple Place, Suite 330,
4269- * Boston, MA 02111-1307, USA.
4270+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4271 */
4272
4273 #include "config.h"
4274
4275=== modified file 'daemon/seahorse-service-crypto-bindings.h'
4276--- daemon/seahorse-service-crypto-bindings.h 2011-11-23 12:30:54 +0000
4277+++ daemon/seahorse-service-crypto-bindings.h 2014-07-01 03:49:19 +0000
4278@@ -10,7 +10,7 @@
4279
4280 #ifdef G_ENABLE_DEBUG
4281 #define g_marshal_value_peek_boolean(v) g_value_get_boolean (v)
4282-#define g_marshal_value_peek_char(v) g_value_get_char (v)
4283+#define g_marshal_value_peek_char(v) g_value_get_schar (v)
4284 #define g_marshal_value_peek_uchar(v) g_value_get_uchar (v)
4285 #define g_marshal_value_peek_int(v) g_value_get_int (v)
4286 #define g_marshal_value_peek_uint(v) g_value_get_uint (v)
4287
4288=== modified file 'daemon/seahorse-service-crypto.c'
4289--- daemon/seahorse-service-crypto.c 2011-11-23 12:30:54 +0000
4290+++ daemon/seahorse-service-crypto.c 2014-07-01 03:49:19 +0000
4291@@ -13,10 +13,7 @@
4292 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4293 * See the GNU General Public License for more details.
4294 * You should have received a copy of the GNU General Public License
4295- * along with this program; if not, write to the
4296- * Free Software Foundation, Inc.,
4297- * 59 Temple Place, Suite 330,
4298- * Boston, MA 02111-1307, USA.
4299+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4300 */
4301
4302 #include "config.h"
4303@@ -38,6 +35,7 @@
4304
4305 /* flags from seahorse-service-cyrpto.xml */
4306 #define FLAG_QUIET 0x01
4307+#define FLAG_SYMMETRIC 0x02
4308
4309 G_DEFINE_TYPE (SeahorseServiceCrypto, seahorse_service_crypto, G_TYPE_OBJECT);
4310
4311@@ -274,8 +272,9 @@
4312 /**
4313 * crypto: the crypto service (#SeahorseServiceCrypto)
4314 * recipients: A list of recipients (keyids "openpgp:B8098FB063E2C811")
4315+* Must be empty when symmetric encryption is used.
4316 * signer: optional, the keyid of the signer
4317-* flags: 0, not used
4318+* flags: FLAG_SYMMETRIC to perform symmetric encryption
4319 * cleartext: the text to encrypt
4320 * clearlength: Length of the cleartext
4321 * crypttext: the encrypted text (out)
4322@@ -295,110 +294,126 @@
4323 char **crypttext, gsize *cryptlength, gboolean textmode,
4324 gboolean ascii_armor, GError **error)
4325 {
4326- GList *recipkeys = NULL;
4327- SeahorseGpgmeOperation *pop;
4328- SeahorseObject *signkey = NULL;
4329- SeahorseObject *skey;
4330- gpgme_key_t *recips;
4331- gpgme_data_t plain, cipher;
4332- gpgme_error_t gerr;
4333- gboolean ret = TRUE;
4334- GSettings *settings;
4335- gchar *keyid;
4336-
4337- /*
4338- * TODO: Once we support different kinds of keys that support encryption
4339- * then all this logic will need to change.
4340- */
4341- /* The signer */
4342- if (signer && signer[0]) {
4343- signkey = seahorse_context_object_from_dbus (SCTX_APP (), signer);
4344- if (!signkey) {
4345- g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID,
4346- _("Invalid or unrecognized signer: %s"), signer);
4347- return FALSE;
4348- }
4349-
4350- if (!SEAHORSE_IS_GPGME_KEY (signkey) ||
4351- !(seahorse_object_get_flags (signkey) & SEAHORSE_FLAG_CAN_SIGN)) {
4352- g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID,
4353- _("Key is not valid for signing: %s"), signer);
4354- return FALSE;
4355- }
4356- }
4357- /* The recipients */
4358- for( ; recipients[0]; recipients++)
4359- {
4360- skey = seahorse_context_object_from_dbus (SCTX_APP (), recipients[0]);
4361- if (!skey) {
4362- g_list_free (recipkeys);
4363- g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID,
4364- _("Invalid or unrecognized recipient: %s"), recipients[0]);
4365- return FALSE;
4366- }
4367-
4368- if (!SEAHORSE_IS_GPGME_KEY (skey) ||
4369- !(seahorse_object_get_flags (skey) & SEAHORSE_FLAG_CAN_ENCRYPT)) {
4370- g_list_free (recipkeys);
4371- g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID,
4372- _("Key is not a valid recipient for encryption: %s"), recipients[0]);
4373- return FALSE;
4374- }
4375-
4376- recipkeys = g_list_prepend (recipkeys, SEAHORSE_PGP_KEY (skey));
4377- }
4378-
4379- if (!recipkeys) {
4380- g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID,
4381- _("No recipients specified"));
4382- return FALSE;
4383- }
4384- pop = seahorse_gpgme_operation_new (NULL);
4385-
4386- /* new data form text */
4387- gerr = gpgme_data_new_from_mem (&plain, cleartext, clearlength, FALSE);
4388- g_return_val_if_fail (GPG_IS_OK (gerr), FALSE);
4389- gerr = gpgme_data_new (&cipher);
4390- g_return_val_if_fail (GPG_IS_OK (gerr), FALSE);
4391-
4392- /* encrypt with armor */
4393- gpgme_set_textmode (pop->gctx, textmode);
4394- gpgme_set_armor (pop->gctx, ascii_armor);
4395-
4396- /* Add the default key if set and necessary */
4397- settings = g_settings_new ("org.gnome.crypto.pgp");
4398- if (g_settings_get_boolean (settings, "encrypt-to-self")) {
4399- keyid = g_settings_get_string (settings, "default-key");
4400- if (keyid && keyid[0]) {
4401- skey = seahorse_context_find_object (NULL, g_quark_from_string (keyid),
4402- SEAHORSE_LOCATION_LOCAL);
4403- if (SEAHORSE_IS_PGP_KEY (skey))
4404- recipkeys = g_list_append (recipkeys, skey);
4405- }
4406- g_free (keyid);
4407- }
4408- g_object_unref (settings);
4409-
4410- /* Make keys into the right format for GPGME */
4411- recips = keylist_to_keys (recipkeys);
4412- g_list_free (recipkeys);
4413-
4414- /* Do the encryption */
4415- if (signkey) {
4416- gpgme_signers_add (pop->gctx, seahorse_gpgme_key_get_private (SEAHORSE_GPGME_KEY (signkey)));
4417- gerr = gpgme_op_encrypt_sign_start (pop->gctx, recips, GPGME_ENCRYPT_ALWAYS_TRUST,
4418- plain, cipher);
4419- } else {
4420- gerr = gpgme_op_encrypt_start (pop->gctx, recips, GPGME_ENCRYPT_ALWAYS_TRUST,
4421- plain, cipher);
4422- }
4423- free_keys (recips);
4424-
4425- /* Frees cipher */
4426- ret = process_crypto_result (pop, gerr, cipher, crypttext, cryptlength, error);
4427- g_object_unref (pop);
4428- gpgme_data_release (plain);
4429- return ret;
4430+ GList *recipkeys = NULL;
4431+ SeahorseGpgmeOperation *pop;
4432+ SeahorseObject *signkey = NULL;
4433+ SeahorseObject *skey;
4434+ gpgme_key_t *recips;
4435+ gboolean symmetric = FALSE;
4436+ gpgme_data_t plain, cipher;
4437+ gpgme_error_t gerr;
4438+ gboolean ret = TRUE;
4439+ GSettings *settings;
4440+ gchar *keyid;
4441+
4442+ if ((flags & FLAG_SYMMETRIC) == FLAG_SYMMETRIC)
4443+ symmetric = TRUE;
4444+
4445+ if (symmetric && recipients[0] != NULL) {
4446+ g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID,
4447+ _("Recipients specified for symmetric encryption"));
4448+ return FALSE;
4449+ }
4450+
4451+ /* The signer */
4452+ if (signer && signer[0]) {
4453+ signkey = seahorse_context_object_from_dbus (SCTX_APP (), signer);
4454+ if (!signkey) {
4455+ g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID,
4456+ _("Invalid or unrecognized signer: %s"), signer);
4457+ return FALSE;
4458+ }
4459+
4460+ if (!SEAHORSE_IS_GPGME_KEY (signkey) ||
4461+ !(seahorse_object_get_flags (signkey) & SEAHORSE_FLAG_CAN_SIGN)) {
4462+ g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID,
4463+ _("Key is not valid for signing: %s"), signer);
4464+ return FALSE;
4465+ }
4466+ }
4467+
4468+ if (!symmetric) {
4469+ /* The recipients */
4470+ for( ; recipients[0]; recipients++)
4471+ {
4472+ skey = seahorse_context_object_from_dbus (SCTX_APP (), recipients[0]);
4473+ if (!skey) {
4474+ g_list_free (recipkeys);
4475+ g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID,
4476+ _("Invalid or unrecognized recipient: %s"), recipients[0]);
4477+ return FALSE;
4478+ }
4479+
4480+ if (!SEAHORSE_IS_GPGME_KEY (skey) ||
4481+ !(seahorse_object_get_flags (skey) & SEAHORSE_FLAG_CAN_ENCRYPT)) {
4482+ g_list_free (recipkeys);
4483+ g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID,
4484+ _("Key is not a valid recipient for encryption: %s"), recipients[0]);
4485+ return FALSE;
4486+ }
4487+
4488+ recipkeys = g_list_prepend (recipkeys, SEAHORSE_PGP_KEY (skey));
4489+ }
4490+
4491+ if (!recipkeys) {
4492+ g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID,
4493+ _("No recipients specified"));
4494+ return FALSE;
4495+ }
4496+ }
4497+
4498+ pop = seahorse_gpgme_operation_new (NULL);
4499+
4500+ /* new data form text */
4501+ gerr = gpgme_data_new_from_mem (&plain, cleartext, clearlength, FALSE);
4502+ g_return_val_if_fail (GPG_IS_OK (gerr), FALSE);
4503+ gerr = gpgme_data_new (&cipher);
4504+ g_return_val_if_fail (GPG_IS_OK (gerr), FALSE);
4505+
4506+ /* encrypt with armor */
4507+ gpgme_set_textmode (pop->gctx, textmode);
4508+ gpgme_set_armor (pop->gctx, ascii_armor);
4509+
4510+ if (symmetric) {
4511+ /* gpgme_op_encrypt{_sign,}_start() will perform symmetric encryption
4512+ * when no recipients are specified. */
4513+ recips = NULL;
4514+ } else {
4515+ /* Add the default key if set and necessary */
4516+ settings = g_settings_new ("org.gnome.crypto.pgp");
4517+ if (g_settings_get_boolean (settings, "encrypt-to-self")) {
4518+ keyid = g_settings_get_string (settings, "default-key");
4519+ if (keyid && keyid[0]) {
4520+ skey = seahorse_context_find_object (NULL, g_quark_from_string (keyid),
4521+ SEAHORSE_LOCATION_LOCAL);
4522+ if (SEAHORSE_IS_PGP_KEY (skey))
4523+ recipkeys = g_list_append (recipkeys, skey);
4524+ }
4525+ g_free (keyid);
4526+ }
4527+ g_object_unref (settings);
4528+
4529+ /* Make keys into the right format for GPGME */
4530+ recips = keylist_to_keys (recipkeys);
4531+ g_list_free (recipkeys);
4532+ }
4533+
4534+ /* Do the encryption */
4535+ if (signkey) {
4536+ gpgme_signers_add (pop->gctx, seahorse_gpgme_key_get_private (SEAHORSE_GPGME_KEY (signkey)));
4537+ gerr = gpgme_op_encrypt_sign_start (pop->gctx, recips, GPGME_ENCRYPT_ALWAYS_TRUST,
4538+ plain, cipher);
4539+ } else {
4540+ gerr = gpgme_op_encrypt_start (pop->gctx, recips, GPGME_ENCRYPT_ALWAYS_TRUST,
4541+ plain, cipher);
4542+ }
4543+ free_keys (recips);
4544+
4545+ /* Frees cipher */
4546+ ret = process_crypto_result (pop, gerr, cipher, crypttext, cryptlength, error);
4547+ g_object_unref (pop);
4548+ gpgme_data_release (plain);
4549+ return ret;
4550 }
4551
4552
4553@@ -494,9 +509,10 @@
4554 /**
4555 * seahorse_service_crypto_encrypt_text:
4556 * @crypto: the crypto service (#SeahorseServiceCrypto)
4557- * @recipients: A list of recipients (keyids "openpgp:B8098FB063E2C811")
4558+ * @recipients: A list of recipients (keyids "openpgp:B8098FB063E2C811").
4559+ * Must be empty when symmetric encryption is used.
4560 * @signer: optional, the keyid of the signer
4561- * @flags: 0, not used
4562+ * @flags: FLAG_SYMMETRIC to perform symmetric encryption
4563 * @cleartext: the text to encrypt
4564 * @crypttext: the encrypted text (out)
4565 * @error: an error (out)
4566
4567=== modified file 'daemon/seahorse-service-crypto.xml'
4568--- daemon/seahorse-service-crypto.xml 2011-11-23 12:30:54 +0000
4569+++ daemon/seahorse-service-crypto.xml 2014-07-01 03:49:19 +0000
4570@@ -6,6 +6,7 @@
4571 *
4572 * FLAGS for use in |flags| fields
4573 * FLAG_QUIET = 0x01 (Don't display unnecessary UI)
4574+ * FLAG_SYMMETRIC = 0x02 (Perform symmetric encryption)
4575 *
4576 -->
4577
4578
4579=== modified file 'daemon/seahorse-service-keyset.c'
4580--- daemon/seahorse-service-keyset.c 2011-11-23 12:30:54 +0000
4581+++ daemon/seahorse-service-keyset.c 2014-07-01 03:49:19 +0000
4582@@ -13,10 +13,7 @@
4583 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4584 * See the GNU General Public License for more details.
4585 * You should have received a copy of the GNU General Public License
4586- * along with this program; if not, write to the
4587- * Free Software Foundation, Inc.,
4588- * 59 Temple Place, Suite 330,
4589- * Boston, MA 02111-1307, USA.
4590+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4591 */
4592
4593 #include "config.h"
4594
4595=== modified file 'daemon/seahorse-service.c'
4596--- daemon/seahorse-service.c 2011-11-23 12:30:54 +0000
4597+++ daemon/seahorse-service.c 2014-07-01 03:49:19 +0000
4598@@ -13,10 +13,7 @@
4599 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4600 * See the GNU General Public License for more details.
4601 * You should have received a copy of the GNU General Public License
4602- * along with this program; if not, write to the
4603- * Free Software Foundation, Inc.,
4604- * 59 Temple Place, Suite 330,
4605- * Boston, MA 02111-1307, USA.
4606+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4607 */
4608
4609 #include "config.h"
4610
4611=== modified file 'daemon/seahorse-service.h'
4612--- daemon/seahorse-service.h 2011-11-23 12:30:54 +0000
4613+++ daemon/seahorse-service.h 2014-07-01 03:49:19 +0000
4614@@ -13,10 +13,7 @@
4615 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4616 * See the GNU General Public License for more details.
4617 * You should have received a copy of the GNU General Public License
4618- * along with this program; if not, write to the
4619- * Free Software Foundation, Inc.,
4620- * 59 Temple Place, Suite 330,
4621- * Boston, MA 02111-1307, USA.
4622+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4623 */
4624
4625 #ifndef __SEAHORSE_SERVICE_H__
4626
4627=== modified file 'daemon/seahorse-set.c'
4628--- daemon/seahorse-set.c 2011-11-23 12:30:54 +0000
4629+++ daemon/seahorse-set.c 2014-07-01 03:49:19 +0000
4630@@ -13,10 +13,7 @@
4631 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4632 * See the GNU General Public License for more details.
4633 * You should have received a copy of the GNU General Public License
4634- * along with this program; if not, write to the
4635- * Free Software Foundation, Inc.,
4636- * 59 Temple Place, Suite 330,
4637- * Boston, MA 02111-1307, USA.
4638+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4639 */
4640
4641 #include "seahorse-set.h"
4642
4643=== modified file 'daemon/seahorse-set.h'
4644--- daemon/seahorse-set.h 2011-11-23 12:30:54 +0000
4645+++ daemon/seahorse-set.h 2014-07-01 03:49:19 +0000
4646@@ -13,10 +13,7 @@
4647 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4648 * See the GNU General Public License for more details.
4649 * You should have received a copy of the GNU General Public License
4650- * along with this program; if not, write to the
4651- * Free Software Foundation, Inc.,
4652- * 59 Temple Place, Suite 330,
4653- * Boston, MA 02111-1307, USA.
4654+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4655 */
4656
4657 #ifndef __SEAHORSE_SET_H__
4658
4659=== modified file 'daemon/seahorse-source.c'
4660--- daemon/seahorse-source.c 2011-11-23 12:30:54 +0000
4661+++ daemon/seahorse-source.c 2014-07-01 03:49:19 +0000
4662@@ -13,10 +13,7 @@
4663 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4664 * See the GNU General Public License for more details.
4665 * You should have received a copy of the GNU General Public License
4666- * along with this program; if not, write to the
4667- * Free Software Foundation, Inc.,
4668- * 59 Temple Place, Suite 330,
4669- * Boston, MA 02111-1307, USA.
4670+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4671 */
4672
4673 #include "config.h"
4674
4675=== modified file 'daemon/seahorse-source.h'
4676--- daemon/seahorse-source.h 2011-11-23 12:30:54 +0000
4677+++ daemon/seahorse-source.h 2014-07-01 03:49:19 +0000
4678@@ -13,10 +13,7 @@
4679 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4680 * See the GNU General Public License for more details.
4681 * You should have received a copy of the GNU General Public License
4682- * along with this program; if not, write to the
4683- * Free Software Foundation, Inc.,
4684- * 59 Temple Place, Suite 330,
4685- * Boston, MA 02111-1307, USA.
4686+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4687 */
4688
4689 /**
4690
4691=== modified file 'daemon/seahorse-transfer-operation.c'
4692--- daemon/seahorse-transfer-operation.c 2011-11-23 12:30:54 +0000
4693+++ daemon/seahorse-transfer-operation.c 2014-07-01 03:49:19 +0000
4694@@ -13,10 +13,7 @@
4695 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4696 * See the GNU General Public License for more details.
4697 * You should have received a copy of the GNU General Public License
4698- * along with this program; if not, write to the
4699- * Free Software Foundation, Inc.,
4700- * 59 Temple Place, Suite 330,
4701- * Boston, MA 02111-1307, USA.
4702+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4703 */
4704
4705 #include "config.h"
4706
4707=== modified file 'daemon/seahorse-transfer-operation.h'
4708--- daemon/seahorse-transfer-operation.h 2011-11-23 12:30:54 +0000
4709+++ daemon/seahorse-transfer-operation.h 2014-07-01 03:49:19 +0000
4710@@ -13,10 +13,7 @@
4711 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4712 * See the GNU General Public License for more details.
4713 * You should have received a copy of the GNU General Public License
4714- * along with this program; if not, write to the
4715- * Free Software Foundation, Inc.,
4716- * 59 Temple Place, Suite 330,
4717- * Boston, MA 02111-1307, USA.
4718+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4719 */
4720
4721 #ifndef __SEAHORSE_TRANSFER_OPERATION_H__
4722
4723=== modified file 'daemon/seahorse-types.c'
4724--- daemon/seahorse-types.c 2011-11-23 12:30:54 +0000
4725+++ daemon/seahorse-types.c 2014-07-01 03:49:19 +0000
4726@@ -13,10 +13,7 @@
4727 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4728 * See the GNU General Public License for more details.
4729 * You should have received a copy of the GNU General Public License
4730- * along with this program; if not, write to the
4731- * Free Software Foundation, Inc.,
4732- * 59 Temple Place, Suite 330,
4733- * Boston, MA 02111-1307, USA.
4734+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4735 */
4736
4737 #include "config.h"
4738
4739=== modified file 'daemon/seahorse-types.h'
4740--- daemon/seahorse-types.h 2011-11-23 12:30:54 +0000
4741+++ daemon/seahorse-types.h 2014-07-01 03:49:19 +0000
4742@@ -13,10 +13,7 @@
4743 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4744 * See the GNU General Public License for more details.
4745 * You should have received a copy of the GNU General Public License
4746- * along with this program; if not, write to the
4747- * Free Software Foundation, Inc.,
4748- * 59 Temple Place, Suite 330,
4749- * Boston, MA 02111-1307, USA.
4750+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4751 */
4752
4753 #ifndef __SEAHORSE_TYPES_H__
4754
4755=== modified file 'daemon/seahorse-unix-signal.c'
4756--- daemon/seahorse-unix-signal.c 2011-11-23 12:30:54 +0000
4757+++ daemon/seahorse-unix-signal.c 2014-07-01 03:49:19 +0000
4758@@ -13,10 +13,7 @@
4759 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4760 * See the GNU General Public License for more details.
4761 * You should have received a copy of the GNU General Public License
4762- * along with this program; if not, write to the
4763- * Free Software Foundation, Inc.,
4764- * 59 Temple Place, Suite 330,
4765- * Boston, MA 02111-1307, USA.
4766+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4767 */
4768
4769 #include <sys/types.h>
4770
4771=== modified file 'daemon/seahorse-unix-signal.h'
4772--- daemon/seahorse-unix-signal.h 2011-11-23 12:30:54 +0000
4773+++ daemon/seahorse-unix-signal.h 2014-07-01 03:49:19 +0000
4774@@ -13,10 +13,7 @@
4775 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4776 * See the GNU General Public License for more details.
4777 * You should have received a copy of the GNU General Public License
4778- * along with this program; if not, write to the
4779- * Free Software Foundation, Inc.,
4780- * 59 Temple Place, Suite 330,
4781- * Boston, MA 02111-1307, USA.
4782+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4783 */
4784
4785 /**
4786
4787=== modified file 'daemon/seahorse-unknown-source.c'
4788--- daemon/seahorse-unknown-source.c 2011-11-23 12:30:54 +0000
4789+++ daemon/seahorse-unknown-source.c 2014-07-01 03:49:19 +0000
4790@@ -13,10 +13,7 @@
4791 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4792 * See the GNU General Public License for more details.
4793 * You should have received a copy of the GNU General Public License
4794- * along with this program; if not, write to the
4795- * Free Software Foundation, Inc.,
4796- * 59 Temple Place, Suite 330,
4797- * Boston, MA 02111-1307, USA.
4798+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4799 */
4800
4801 #include "config.h"
4802
4803=== modified file 'daemon/seahorse-unknown-source.h'
4804--- daemon/seahorse-unknown-source.h 2011-11-23 12:30:54 +0000
4805+++ daemon/seahorse-unknown-source.h 2014-07-01 03:49:19 +0000
4806@@ -13,10 +13,7 @@
4807 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4808 * See the GNU General Public License for more details.
4809 * You should have received a copy of the GNU General Public License
4810- * along with this program; if not, write to the
4811- * Free Software Foundation, Inc.,
4812- * 59 Temple Place, Suite 330,
4813- * Boston, MA 02111-1307, USA.
4814+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4815 */
4816
4817 #ifndef __SEAHORSE_UNKNOWN_SOURCE_H__
4818
4819=== modified file 'daemon/seahorse-unknown.c'
4820--- daemon/seahorse-unknown.c 2011-11-23 12:30:54 +0000
4821+++ daemon/seahorse-unknown.c 2014-07-01 03:49:19 +0000
4822@@ -13,10 +13,7 @@
4823 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4824 * See the GNU General Public License for more details.
4825 * You should have received a copy of the GNU General Public License
4826- * along with this program; if not, write to the
4827- * Free Software Foundation, Inc.,
4828- * 59 Temple Place, Suite 330,
4829- * Boston, MA 02111-1307, USA.
4830+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4831 */
4832
4833 #include "config.h"
4834
4835=== modified file 'daemon/seahorse-unknown.h'
4836--- daemon/seahorse-unknown.h 2011-11-23 12:30:54 +0000
4837+++ daemon/seahorse-unknown.h 2014-07-01 03:49:19 +0000
4838@@ -13,10 +13,7 @@
4839 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4840 * See the GNU General Public License for more details.
4841 * You should have received a copy of the GNU General Public License
4842- * along with this program; if not, write to the
4843- * Free Software Foundation, Inc.,
4844- * 59 Temple Place, Suite 330,
4845- * Boston, MA 02111-1307, USA.
4846+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4847 */
4848
4849 #ifndef __SEAHORSE_UNKNOWN_H__
4850
4851=== modified file 'daemon/seahorse-util.c'
4852--- daemon/seahorse-util.c 2011-11-23 12:30:54 +0000
4853+++ daemon/seahorse-util.c 2014-07-01 03:49:19 +0000
4854@@ -14,10 +14,7 @@
4855 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4856 * See the GNU General Public License for more details.
4857 * You should have received a copy of the GNU General Public License
4858- * along with this program; if not, write to the
4859- * Free Software Foundation, Inc.,
4860- * 59 Temple Place, Suite 330,
4861- * Boston, MA 02111-1307, USA.
4862+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4863 */
4864
4865 #include "config.h"
4866
4867=== modified file 'daemon/seahorse-util.h'
4868--- daemon/seahorse-util.h 2011-11-23 12:30:54 +0000
4869+++ daemon/seahorse-util.h 2014-07-01 03:49:19 +0000
4870@@ -14,10 +14,7 @@
4871 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4872 * See the GNU General Public License for more details.
4873 * You should have received a copy of the GNU General Public License
4874- * along with this program; if not, write to the
4875- * Free Software Foundation, Inc.,
4876- * 59 Temple Place, Suite 330,
4877- * Boston, MA 02111-1307, USA.
4878+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4879 */
4880
4881 /**
4882
4883=== modified file 'daemon/seahorse-validity.c'
4884--- daemon/seahorse-validity.c 2011-11-23 12:30:54 +0000
4885+++ daemon/seahorse-validity.c 2014-07-01 03:49:19 +0000
4886@@ -13,10 +13,7 @@
4887 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4888 * See the GNU General Public License for more details.
4889 * You should have received a copy of the GNU General Public License
4890- * along with this program; if not, write to the
4891- * Free Software Foundation, Inc.,
4892- * 59 Temple Place, Suite 330,
4893- * Boston, MA 02111-1307, USA.
4894+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4895 */
4896 #include <config.h>
4897
4898
4899=== modified file 'daemon/seahorse-validity.h'
4900--- daemon/seahorse-validity.h 2011-11-23 12:30:54 +0000
4901+++ daemon/seahorse-validity.h 2014-07-01 03:49:19 +0000
4902@@ -13,10 +13,7 @@
4903 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4904 * See the GNU General Public License for more details.
4905 * You should have received a copy of the GNU General Public License
4906- * along with this program; if not, write to the
4907- * Free Software Foundation, Inc.,
4908- * 59 Temple Place, Suite 330,
4909- * Boston, MA 02111-1307, USA.
4910+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4911 */
4912
4913 /**
4914
4915=== modified file 'daemon/seahorse-widget.c'
4916--- daemon/seahorse-widget.c 2011-11-23 12:30:54 +0000
4917+++ daemon/seahorse-widget.c 2014-07-01 03:49:19 +0000
4918@@ -14,10 +14,7 @@
4919 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4920 * See the GNU General Public License for more details.
4921 * You should have received a copy of the GNU General Public License
4922- * along with this program; if not, write to the
4923- * Free Software Foundation, Inc.,
4924- * 59 Temple Place, Suite 330,
4925- * Boston, MA 02111-1307, USA.
4926+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4927 */
4928
4929 #include <config.h>
4930
4931=== modified file 'daemon/seahorse-widget.h'
4932--- daemon/seahorse-widget.h 2011-11-23 12:30:54 +0000
4933+++ daemon/seahorse-widget.h 2014-07-01 03:49:19 +0000
4934@@ -14,10 +14,7 @@
4935 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4936 * See the GNU General Public License for more details.
4937 * You should have received a copy of the GNU General Public License
4938- * along with this program; if not, write to the
4939- * Free Software Foundation, Inc.,
4940- * 59 Temple Place, Suite 330,
4941- * Boston, MA 02111-1307, USA.
4942+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
4943 */
4944
4945 #ifndef __SEAHORSE_WIDGET_H__
4946
4947=== modified file 'data/Makefile.in'
4948--- data/Makefile.in 2013-06-11 20:09:34 +0000
4949+++ data/Makefile.in 2014-07-01 03:49:19 +0000
4950@@ -1,7 +1,7 @@
4951-# Makefile.in generated by automake 1.12.2 from Makefile.am.
4952+# Makefile.in generated by automake 1.13.4 from Makefile.am.
4953 # @configure_input@
4954
4955-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
4956+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
4957
4958 # This Makefile.in is free software; the Free Software Foundation
4959 # gives unlimited permission to copy and/or distribute it,
4960@@ -15,23 +15,51 @@
4961 @SET_MAKE@
4962
4963 VPATH = @srcdir@
4964-am__make_dryrun = \
4965- { \
4966- am__dry=no; \
4967+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
4968+am__make_running_with_option = \
4969+ case $${target_option-} in \
4970+ ?) ;; \
4971+ *) echo "am__make_running_with_option: internal error: invalid" \
4972+ "target option '$${target_option-}' specified" >&2; \
4973+ exit 1;; \
4974+ esac; \
4975+ has_opt=no; \
4976+ sane_makeflags=$$MAKEFLAGS; \
4977+ if $(am__is_gnu_make); then \
4978+ sane_makeflags=$$MFLAGS; \
4979+ else \
4980 case $$MAKEFLAGS in \
4981 *\\[\ \ ]*) \
4982- echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
4983- | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
4984- *) \
4985- for am__flg in $$MAKEFLAGS; do \
4986- case $$am__flg in \
4987- *=*|--*) ;; \
4988- *n*) am__dry=yes; break;; \
4989- esac; \
4990- done;; \
4991- esac; \
4992- test $$am__dry = yes; \
4993- }
4994+ bs=\\; \
4995+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
4996+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
4997+ esac; \
4998+ fi; \
4999+ skip_next=no; \
5000+ strip_trailopt () \
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: