From 48da1ac5531838d157762882ee455cec4da05728 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 6 Jun 2016 16:37:30 +0200 Subject: [PATCH] Imported Upstream version 1.1.5 --- Makefile.in | 57 +- NEWS | 14 + NEWS.html | 47 +- aclocal.m4 | 2766 +++++++++++++++++++++++-- config.h.in | 6 +- configure | 834 ++++++-- configure.ac | 2 +- doc/Makefile.in | 34 +- doc/TODO.html | 3 +- icons/hicolor/14x14/Makefile.in | 32 +- icons/hicolor/16x16/Makefile.in | 32 +- icons/hicolor/22x22/Makefile.in | 32 +- icons/hicolor/24x24/Makefile.in | 32 +- icons/hicolor/32x32/Makefile.in | 32 +- icons/hicolor/48x48/Makefile.in | 32 +- icons/hicolor/64x64/Makefile.in | 32 +- icons/hicolor/scalable/Makefile.in | 32 +- icons/ubuntu-mono-dark/apps/22/Makefile.in | 32 +- icons/ubuntu-mono-dark/status/22/Makefile.in | 32 +- icons/ubuntu-mono-light/status/22/Makefile.in | 32 +- m4/gettext.m4 | 417 ---- m4/iconv.m4 | 101 - m4/lib-ld.m4 | 110 - m4/lib-link.m4 | 644 ------ m4/lib-prefix.m4 | 185 -- m4/nls.m4 | 31 - m4/po.m4 | 428 ---- m4/progtest.m4 | 92 - po/de.gmo | Bin 10944 -> 8321 bytes po/de.po | 560 ++--- po/es.gmo | Bin 10909 -> 7946 bytes po/es.po | 583 ++---- po/fr.gmo | Bin 11233 -> 8235 bytes po/fr.po | 570 ++--- po/hr.gmo | Bin 13725 -> 9212 bytes po/hr.po | 645 +++--- po/hu.gmo | Bin 12447 -> 8820 bytes po/hu.po | 597 +++--- po/it.gmo | Bin 11239 -> 7943 bytes po/it.po | 596 ++---- po/lv.gmo | Bin 10667 -> 7353 bytes po/lv.po | 601 +++--- po/nl.gmo | Bin 10681 -> 7824 bytes po/nl.po | 575 ++--- po/psensor.pot | 401 +--- po/pt_BR.gmo | Bin 8114 -> 5555 bytes po/pt_BR.po | 551 ++--- po/ru.gmo | Bin 11487 -> 8090 bytes po/ru.po | 562 ++--- po/sl.gmo | Bin 649 -> 649 bytes po/sl.po | 401 +--- po/sr.gmo | Bin 1700 -> 1321 bytes po/sr.po | 428 +--- po/sv.gmo | Bin 11397 -> 8112 bytes po/sv.po | 599 +++--- po/tr.gmo | Bin 11682 -> 8350 bytes po/tr.po | 601 +++--- po/uk.gmo | Bin 8293 -> 5506 bytes po/uk.po | 533 ++--- po/zh_CN.gmo | Bin 9389 -> 6853 bytes po/zh_CN.po | 562 ++--- src/Makefile.in | 34 +- src/glade/Makefile.in | 32 +- src/graph.c | 70 +- src/lib/Makefile.in | 33 +- src/psensor.1 | 10 +- src/server/Makefile.in | 34 +- src/server/psensor-server.1 | 14 +- src/server/server.c | 48 +- tests/Makefile.in | 36 +- www/Makefile.in | 32 +- 71 files changed, 7009 insertions(+), 8822 deletions(-) delete mode 100644 m4/gettext.m4 delete mode 100644 m4/iconv.m4 delete mode 100644 m4/lib-ld.m4 delete mode 100644 m4/lib-link.m4 delete mode 100644 m4/lib-prefix.m4 delete mode 100644 m4/nls.m4 delete mode 100644 m4/po.m4 delete mode 100644 m4/progtest.m4 diff --git a/Makefile.in b/Makefile.in index e387bb1..0f50944 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,20 +89,12 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . -DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ - $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.h.in ABOUT-NLS $(dist_doc_DATA) COPYING \ - ar-lib compile config.guess config.rpath config.sub depcomp \ - install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ - $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ - $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ - $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -185,6 +187,10 @@ ETAGS = etags CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README ar-lib \ + compile config.guess config.rpath config.sub depcomp \ + install-sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -255,6 +261,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ @@ -313,6 +320,7 @@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ +SED = @SED@ SENSORS_LIBS = @SENSORS_LIBS@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ @@ -327,6 +335,7 @@ XEXT_CFLAGS = @XEXT_CFLAGS@ XEXT_LIBS = @XEXT_LIBS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ +XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ XMKMF = @XMKMF@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ @@ -372,6 +381,7 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -427,7 +437,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -691,15 +700,15 @@ dist-xz: distdir $(am__post_remove_distdir) dist-tarZ: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) @@ -735,17 +744,17 @@ distcheck: dist esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=.. --prefix="$$dc_install_base" \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -924,6 +933,8 @@ uninstall-am: uninstall-desktopDATA uninstall-dist_docDATA pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-desktopDATA uninstall-dist_docDATA +.PRECIOUS: Makefile + @ASCIIDOC_TRUE@README.html: README www/style.css @ASCIIDOC_TRUE@ asciidoc --theme style -a themedir=`pwd`/www -n -a toc README diff --git a/NEWS b/NEWS index 5154de6..7ff462e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,20 @@ Psensor NEWS ============ +v1.1.5 +------ + +* Fixed CPU overuse. (LP: 1582930) + +v1.1.4 +------ + +* psensor-server: avoid to retrieve files which are not under the + webserver directory. +* Fixed compilation failure due to MHD_create_response_from_buffer + which has been deprecated + + v1.1.3 ------ diff --git a/NEWS.html b/NEWS.html index 48e7c55..41a692f 100644 --- a/NEWS.html +++ b/NEWS.html @@ -381,6 +381,50 @@ asciidoc.install();
+

v1.1.5

+
+
    +
  • +

    +Fixed CPU overuse. (LP: 1582930) +

    +
  • +
+
+
+
+

v1.1.4

+
+
    +
  • +

    +psensor-server: avoid to retrieve files which are not under the + webserver directory. +

    +
  • +
  • +

    +Fixed compilation failure due to MHD_create_response_from_buffer + which has been deprecated +

    +
  • +
+
+
+
+

v1.1.3

+
+
    +
  • +

    +Fixed compilation issue with gtk+3.14 due to deprecation + of GtkStatusIcon. (Closes: #763257). +

    +
  • +
+
+
+

v1.1.2