[arch-commits] Commit in gvm-libs/repos (3 files)
Antonio Rojas
arojas at archlinux.org
Sat Aug 8 08:44:43 UTC 2020
Date: Saturday, August 8, 2020 @ 08:44:43
Author: arojas
Revision: 671979
archrelease: copy trunk to community-staging-x86_64
Added:
gvm-libs/repos/community-staging-x86_64/
gvm-libs/repos/community-staging-x86_64/CHANGELOG.md
(from rev 671978, gvm-libs/trunk/CHANGELOG.md)
gvm-libs/repos/community-staging-x86_64/PKGBUILD
(from rev 671978, gvm-libs/trunk/PKGBUILD)
--------------+
CHANGELOG.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 89 insertions(+)
Copied: gvm-libs/repos/community-staging-x86_64/CHANGELOG.md (from rev 671978, gvm-libs/trunk/CHANGELOG.md)
===================================================================
--- community-staging-x86_64/CHANGELOG.md (rev 0)
+++ community-staging-x86_64/CHANGELOG.md 2020-08-08 08:44:43 UTC (rev 671979)
@@ -0,0 +1,53 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+
+## [Unreleased]
+
+### Added
+- A new data model for unified handling of cross references in the NVT meta data as been added. All previous API elements to handle cve, bid, xref werehas been removed. [#225](https://github.com/greenbone/gvm-libs/pull/225) [#232](https://github.com/greenbone/gvm-libs/pull/232).
+
+### Changed
+- Handle EAI_AGAIN in gvm_host_reverse_lookup() IPv6 case and function refactor. [#229](https://github.com/greenbone/gvm-libs/pull/229)
+- Prevent g_strsplit to be called with NULL. [#238](https://github.com/greenbone/gvm-libs/pull/238)
+
+### Fixed
+- Prevent g_strsplit to be called with NULL. [#238](https://github.com/greenbone/gvm-libs/pull/238)
+
+### Removed
+- Remove inconsistent delays in kb routines. [#230](https://github.com/greenbone/gvm-libs/pull/230)
+
+[Unreleased]: https://github.com/greenbone/gvm-libs/compare/gvm-libs-10.0...master
+
+## [10.0.1] (unreleased)
+
+### Added
+- Allow multiple certificate formats for S/MIME. [#231](https://github.com/greenbone/gvm-libs/pull/231)
+- Add cmake options to build with ldap and radius support. [#235](https://github.com/greenbone/gvm-libs/pull/235)
+
+### Changed
+- Always add hostnames and vhosts in lower-case format. [#218](https://github.com/greenbone/gvm-libs/pull/218)
+- Plugin feed version file: Show message only once if it is not found. [#220](https://github.com/greenbone/gvm-libs/pull/220)
+- Use g_log instead of g_debug for No redis DB available message. [#224](https://github.com/greenbone/gvm-libs/pull/224)
+
+### Fixed
+- Fix prefs key in nvticache_delete(). [#214](https://github.com/greenbone/gvm-libs/pull/214)
+- Fix redis_find(). [#216](https://github.com/greenbone/gvm-libs/pull/216)
+- Fixes to gvm_hosts_resolve(). [#228](https://github.com/greenbone/gvm-libs/pull/228)
+
+[10.0.1]: https://github.com/greenbone/gvm-libs/compare/v10.0.0...gvm-libs-10.0
+
+## [10.0.0] (2019-04-05)
+
+### Changed
+- The function gvm_hosts_shuffle has been improved. [#200](https://github.com/greenbone/gvm-libs/pull/200)
+
+### Fixed
+- An issue which caused duplicated or removed values in the nvticache as addressed. [#196](https://github.com/greenbone/gvm-libs/pull/196)
+- Performance fixes related to handling large sets of hosts have been done.[203](https://github.com/greenbone/gvm-libs/pull/203) [#208](https://github.com/greenbone/gvm-libs/pull/208)
+- Memory management issues have been addressed. [#187](https://github.com/greenbone/gvm-libs/pull/187)
+
+
+[10.0.0]: https://github.com/greenbone/gvm-libs/compare/1.0.0...v10.0.0
Copied: gvm-libs/repos/community-staging-x86_64/PKGBUILD (from rev 671978, gvm-libs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-08-08 08:44:43 UTC (rev 671979)
@@ -0,0 +1,36 @@
+# Maintainer : Christian Rebischke <chris.rebischke at archlinux.org>
+# Maintainer : Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor : Daniel Micay <danielmicay at gmail.com>
+pkgname=gvm-libs
+pkgver=10.0.2
+pkgrel=1
+pkgdesc='greenbone-vulnerability-manager libraries'
+arch=('x86_64')
+url="https://github.com/greenbone/gvm-libs"
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
+makedepends=('cmake' 'doxygen')
+groups=('greenbone-vulnerability-manager')
+source=("https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/gvm-libs-${pkgver}.tar.gz.asc"
+ "${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm-libs/archive/v${pkgver}.tar.gz")
+sha512sums=('SKIP'
+ '276d4bf9aa68c589136f0ffaf42373c21a4b7a5aa461380cae34d722e121e7bdfcae6b1fd0eac51d24d7c67eb7f7a2ae670aad0f7847459a497739e8cce51b2e')
+validpgpkeys=(
+ '8AE4BE429B60A59B311C2E739823FAA60ED1E580' # GVM Transfer Integrity
+)
+replaces=('openvas-libraries')
+changelog=CHANGELOG.md
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ LDFLAGS+=" -Wl,--no-as-needed"
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}/" install
+ rmdir "${pkgdir}/var/run"
+}
More information about the arch-commits
mailing list