Hello community, here is the log from the commit of package gsd for openSUSE:Factory checked in at Thu Mar 24 16:33:17 CET 2011. -------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/gsd/gsd.changes 2011-02-11 23:11:17.000000000 +0100 @@ -0,0 +1,104 @@ +------------------------------------------------------------------- +Fri Feb 11 21:32:40 UTC 2011 - bitshuffler@opensuse.org + +- Updated to 1.1.0 + * Added man page to gsd. + * Removed OMP 1.0 compatibility. + * Added commandline options --version and --help. + * Split target credentials into SSH and SMB credentials to match OMP 2.0. + * Updated about dialog. + * Added dialog to start gsa in external web browser. + * Added shortcuts: "Ctrl+q" to quit, "F5" to refresh. + * Added custom make target to create Linux desktop menu item for GSD. + +------------------------------------------------------------------- +Fri Feb 4 21:56:54 UTC 2011 - bitshuffler@opensuse.org + +- Update to 1.0.98.1 + * A couple of small GUI improvements. + * Added language configuration via menu (German/English/Default). + * Fixed Umlaut/UTF-8 problems. + * Code hardening activated. + * Improved build environment, now uses pkg-config and makes + OpenVAS Libraries 4.0 mandatory requirement. + +------------------------------------------------------------------- +Mon Dec 20 12:49:07 UTC 2010 - bitshuffler@opensuse.org + +- Update to 1.0.1 + * Added pagination for reports. + * Added animated process working icon to report widget. + * Reload reports after adding or deleting notes or overrides. + * Added report download size selection. + * Added context menu to notes and overrides. + * Added logo to login dialog. + +------------------------------------------------------------------- +Thu Dec 2 15:32:31 UTC 2010 - bitshuffler@opensuse.org + +- Update to 1.0.0 + * Added support for scan configuration import. + * Disable the manual start for scheduled tasks. + * Cleaned up UI components and about dialog. + +------------------------------------------------------------------- +Fri Nov 19 21:13:42 UTC 2010 - bitshuffler@opensuse.org + +- Update to 0.9.99.2 + * Improved editing of NVT preferences. + * Improved editing of scanner preferences. + * Fixed a bug that caused crash on windows systems. + * Added support for report format download. + * Added support for deleting reports. + * Improved report presentation and filter. + +------------------------------------------------------------------- +Thu Oct 28 17:08:48 UTC 2010 - bitshuffler@opensuse.org + +- Update to 0.9.99.1 + * Added details dialog for NVT families. + * Added details dialog for NVTs. + * Added functionality to modify the nvt families for a scan config. + * Added functionality to modify scanner configuration. + * Added functionality to modify NVT preferences. + * Added new feature: Display and filter reports in html format. + * Added New Feature: Notes can be added to a report now. + * Added New Feature: Overrides can be added to a report now. + * Changed details windows to dockwidgets. + * Load system reports on startup. + * Saving window state on close. + * Improved dock widget behavior. + * Added function to clear dock widget settings. + * Reports can be requested from manager using omp version 1.0 or 2.0. + * Refactored major parts of gsd, espacially the object hierachy and + the data request layer for omp 1.0. + * Renamed GSA-Desktop to GSD (Greenbone Security Desktop). + +------------------------------------------------------------------- +Wed Sep 8 12:12:36 UTC 2010 - bitshuffler@opensuse.org + +- Update to 0.3.0 + * Details dialogs for tasks and scan configurations have been added. + * Scan configurations can be downloaded in xml format. + * Support for system reports has been added. + * System reports can be saved as png image. + * Improved style for progress bar. The bar now looks better especially + on Windows systems. + * Improved focus handling for widgets. + * Doubleclicks in lists now issue default action. + * Improved About Dialog. + +------------------------------------------------------------------- +Thu Aug 12 17:09:33 UTC 2010 - bitshuffler@opensuse.org + +- Update to 0.2.0 + * Missing details dialogs for omp resources have been added. + * Support for notes and overrides has been added. + * German translation has been improved and completed. + * Cross compile support for mingw32 has been added. + +------------------------------------------------------------------- +Thu Jul 29 15:04:02 UTC 2010 - bitshuffler@opensuse.org + +- Initial package. + calling whatdependson for head-i586 New: ---- debian.changelog debian.compat debian.control debian.gsd.dirs debian.gsd.install debian.rules debian.series gsd-1.1.0-linking.patch gsd-1.1.0.tar.gz gsd.changes gsd.dsc gsd.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gsd.spec ++++++ # # spec file for package gsd # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: gsd Version: 1.1.0 Release: 1 License: GNU GPL v2 or later Group: Productivity/Networking/Security Url: http://www.openvas.org Source: %{name}-%{version}.tar.gz Patch0: gsd-1.1.0-linking.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: glib2-devel BuildRequires: libopenvas-devel BuildRequires: libqt4-devel BuildRequires: pkgconfig %if 0%{?fedora_version} > 13 BuildRequires: qt-webkit-devel %endif %if 0%{?mandriva_version} BuildRequires: pinentry-gtk2 %endif %if 0%{?suse_version} BuildRequires: libQtWebKit-devel %endif Summary: A Desktop Client that connects to the OpenVAS Manager %description GSD is a desktop client that connects to the OpenVAS Manager using the OMP protocol. %prep %setup -q %patch0 %build export CXXFLAGS="$RPM_OPT_FLAGS" %__mkdir build cd build cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DSYSCONFDIR=%{_sysconfdir} \ -DLOCALSTATEDIR=%{_localstatedir} \ -DCMAKE_BUILD_TYPE=Release %__make %{?_smp_mflags} VERBOSE=1 %install cd build %__make install DESTDIR=%{buildroot} install %__mkdir_p %{buildroot}%{_localstatedir}/log/openvas touch %{buildroot}%{_localstatedir}/log/openvas/gsd.log %clean test "%{buildroot}" != "/" && %__rm -rf %{buildroot} %files %defattr(-,root,root) %doc CHANGES README %dir %{_sysconfdir}/openvas %config(noreplace) %{_sysconfdir}/openvas/gsd_log.conf %{_bindir}/gsd %dir %{_datadir}/openvas/translations %{_datadir}/openvas/translations/gsd_de.qm %{_mandir}/man8/gsd.8* %dir %{_localstatedir}/log/openvas %ghost %{_localstatedir}/log/openvas/gsd.log %changelog ++++++ debian.changelog ++++++ gsd (1.1.0-1) UNRELEASED; urgency=low * New upstream release. - Added man page to gsd. - Removed OMP 1.0 compatibility. - Added commandline options --version and --help. - Split target credentials into SSH and SMB credentials to match OMP 2.0. - Updated about dialog. - Added dialog to start gsa in external web browser. - Added shortcuts: "Ctrl+q" to quit, "F5" to refresh. - Added custom make target to create Linux desktop menu item for GSD. -- Stephan Kleine <bitshuffler@opensuse.org> Fri, 11 Feb 2011 22:53:38 +0100 gsd (1.0.98.1-1) UNRELEASED; urgency=low * New upstream release. - A couple of small GUI improvements. - Added language configuration via menu (German/English/Default). - Fixed Umlaut/UTF-8 problems. - Code hardening activated. - Improved build environment, now uses pkg-config and makes OpenVAS Libraries 4.0 mandatory requirement. -- Stephan Kleine <bitshuffler@opensuse.org> Fri, 04 Feb 2011 22:53:38 +0100 gsd (1.0.1-1) UNRELEASED; urgency=low * New upstream release. - Added pagination for reports. - Added animated process working icon to report widget. - Reload reports after adding or deleting notes or overrides. - Added report download size selection. - Added context menu to notes and overrides. - Added logo to login dialog. -- Stephan Kleine <bitshuffler@opensuse.org> Mon, 20 Dec 2010 13:47:59 +0100 gsd (1.0.0-1) UNRELEASED; urgency=low * New upstream release. - Added support for scan configuration import. - Disable the manual start for scheduled tasks. - Cleaned up UI components and about dialog. -- Stephan Kleine <bitshuffler@opensuse.org> Thu, 02 Dec 2010 16:31:52 +0100 gsd (0.9.99.2-1) UNRELEASED; urgency=low * New upstream release. - Improved editing of NVT preferences. - Improved editing of scanner preferences. - Fixed a bug that caused crash on windows systems. - Added support for report format download. - Added support for deleting reports. - Improved report presentation and filter. -- Stephan Kleine <bitshuffler@opensuse.org> Fri, 19 Nov 2010 22:12:48 +0100 gsd (0.9.99.1-1) UNRELEASED; urgency=low * New upstream release. - Added details dialog for NVT families. - Added details dialog for NVTs. - Added functionality to modify the nvt families for a scan config. - Added functionality to modify scanner configuration. - Added functionality to modify NVT preferences. - Added new feature: Display and filter reports in html format. - Added New Feature: Notes can be added to a report now. - Added New Feature: Overrides can be added to a report now. - Changed details windows to dockwidgets. - Load system reports on startup. - Saving window state on close. - Improved dock widget behavior. - Added function to clear dock widget settings. - Reports can be requested from manager using omp version 1.0 or 2.0. - Refactored major parts of gsd, espacially the object hierachy and the data request layer for omp 1.0. - Renamed GSA-Desktop to GSD (Greenbone Security Desktop). -- Stephan Kleine <bitshuffler@opensuse.org> Thu, 28 Oct 2010 19:08:19 +0200 gsd (0.3.0-1) UNRELEASED; urgency=low * New upstream release. - Details dialogs for tasks and scan configurations have been added. - Scan configurations can be downloaded in xml format. - Support for system reports has been added. - System reports can be saved as png image. - Improved style for progress bar. The bar now looks better especially on Windows systems. - Improved focus handling for widgets. - Doubleclicks in lists now issue default action. - Improved About Dialog. -- Stephan Kleine <bitshuffler@opensuse.org> Wed, 08 Sep 2010 14:10:54 +0200 gsd (0.2.0-1) UNRELEASED; urgency=low * New upstream release. - Missing details dialogs for omp resources have been added. - Support for notes and overrides has been added. - German translation has been improved and completed. - Cross compile support for mingw32 has been added. -- Stephan Kleine <bitshuffler@opensuse.org> Thu, 12 Aug 2010 19:08:11 +0200 gsd (0.1.0-1) UNRELEASED; urgency=low * Initial package. -- Stephan Kleine <bitshuffler@opensuse.org> Thu, 29 Jul 2010 17:18:29 +0200 ++++++ debian.compat ++++++ 5 ++++++ debian.control ++++++ Source: gsd Section: admin Priority: optional Maintainer: Stephan Kleine <bitshuffler@opensuse.org> Build-Depends: debhelper (>= 5), cmake, doxygen, dpatch, hardening-wrapper, libopenvas3-dev | libopenvas4-dev, libqtwebkit-dev | libqt4-dev, pkg-config Standards-Version: 3.8.0 Package: gsd Section: net Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A Desktop Client that connects to the OpenVAS Manager GSD is a desktop client that connects to the OpenVAS Manager using the OMP protocol. Package: gsd-dbg Section: debug Priority: extra Architecture: any Depends: ${misc:Depends}, gsd (= ${binary:Version}) Description: A Desktop Client that connects to the OpenVAS Manager (debug) GSD is a desktop client that connects to the OpenVAS Manager using the OMP protocol. . This package contains the debugging symbols. ++++++ debian.gsd.dirs ++++++ var/log/openvas ++++++ debian.gsd.install ++++++ etc/openvas usr/bin usr/share/doc/gsd usr/share/openvas/translations/gsd_de.qm usr/share/man/man8/gsd.8* ++++++ debian.rules ++++++ #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 # Enable hardening-wrapper export DEB_BUILD_HARDENING=1 config: config-stamp config-stamp: dh_testdir # Add here commands to configure the package. cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var -DCMAKE_BUILD_TYPE=Release . touch $@ build: build-stamp build-stamp: config-stamp dh_testdir # Add here commands to compile the package. $(MAKE) VERBOSE=1 touch $@ clean: dh_testdir dh_testroot rm -f build-stamp config.stamp # Add here commands to clean up after the build process. dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/tmp $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp install -Dm 0644 README $(CURDIR)/debian/tmp/usr/share/doc/gsd/README # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs CHANGES dh_installdocs dh_install --sourcedir=debian/tmp dh_installdebconf dh_installlogrotate dh_installinit -n -r -u stop 20 0 6 . dh_installman --sourcedir=debian/tmp dh_link dh_strip --dbg-package=gsd-dbg dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install ++++++ debian.series ++++++ gsd-1.1.0-linking.patch -p0 ++++++ gsd-1.1.0-linking.patch ++++++ Index: src/CMakeLists.txt =================================================================== --- src/CMakeLists.txt.orig 2011-02-11 16:27:16.000000000 +0100 +++ src/CMakeLists.txt 2011-02-11 22:45:15.567085589 +0100 @@ -203,7 +203,7 @@ else (MINGW) set_target_properties (gsd PROPERTIES COMPILE_FLAGS "${HEADER_TEMP} ${GNUTLS_CFLAGS} ${OPENVAS_CFLAGS} ${GLIB_CFLAGS}") - target_link_libraries (gsd openvas_omp openvas_base ${QT_LIBRARIES} gthread-2.0) + target_link_libraries (gsd openvas_omp openvas_base ${QT_LIBRARIES} gthread-2.0 gcrypt) endif (MINGW) ## Install ++++++ gsd.dsc ++++++ Format: 1.0 Source: gsd Binary: gsd Architecture: any Version: 1.1.0-1 Maintainer: Stephan Kleine <bitshuffler@opensuse.org> Homepage: http://www.openvas.org/ Standards-Version: 3.8.0 Build-Depends: debhelper (>= 5), cmake, doxygen, dpatch, hardening-wrapper, libopenvas3-dev | libopenvas4-dev, libqtwebkit-dev | libqt4-dev, pkg-config Files: 776ce4e1000137c9aec7863372c8c876 373800 gsd-1.1.0.orig.tar.gz 131e6720b0526ade9405eade0d9150ac 56625 gsd-1.1.0.diff.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de