Date: Thursday, August 8, 2019 @ 15:07:37 Author: shibumi Revision: 498348
upgpkg: gvm-libs 10.0.1-1 new gvm-libs. This package is supposed to replace openvas-libraries Added: gvm-libs/trunk/CHANGELOG.md Modified: gvm-libs/trunk/PKGBUILD --------------+ CHANGELOG.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ PKGBUILD | 11 ++++++----- 2 files changed, 59 insertions(+), 5 deletions(-) Added: CHANGELOG.md =================================================================== --- CHANGELOG.md (rev 0) +++ CHANGELOG.md 2019-08-08 15:07:37 UTC (rev 498348) @@ -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 Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-08 15:07:11 UTC (rev 498347) +++ PKGBUILD 2019-08-08 15:07:37 UTC (rev 498348) @@ -2,7 +2,7 @@ # Maintainer : Levente Polyak <anthraxx[at]archlinux[dot]org> # Contributor : Daniel Micay <[email protected]> pkgname=gvm-libs -pkgver=10.0.0 +pkgver=10.0.1 pkgrel=1 pkgdesc='greenbone-vulnerability-manager libraries' arch=('x86_64') @@ -11,14 +11,15 @@ 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-${pgkver}.tar.gz.sig" +source=("https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/gvm-libs-${pkgver}.tar.gz.sig" "${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm-libs/archive/v${pkgver}.tar.gz") -sha512sums=('bca213309e06a39d2dcd790cacb01f2a71471622887424e41cc025a2bc25feb6a9b2c1d904f739df6fd87d8ec7af5171b31d1f5d08411c5143e4be1e6723397a' - 'SKIP') +sha512sums=('SKIP' + '961570e8fa8f89f0b462991bff1bf4e512ed6419cff6871c7432899847fb9edcc9f0adb7c280d12ee69fbb5c8e306c9e4366e2cbbb05fc3bae06795dcfb42206') validpgpkeys=( - 'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer Integrity + '8AE4BE429B60A59B311C2E739823FAA60ED1E580' # GVM Transfer Integrity ) replaces=('openvas-libraries') +changelog=CHANGELOG.md build() { cd "${pkgname}-${pkgver}"
