# HG changeset patch # User Vladimir Marek # Date 1461758195 -7200 # Node ID 8f21d5176e603707dc9b064700da9e96144fc635 # Parent a847d8600fb4bbdc69e2ef5caf21bf54a5dbe40a 23189050 Update liblogging to 1.05 diff -r a847d8600fb4 -r 8f21d5176e60 components/liblogging/Makefile --- a/components/liblogging/Makefile Wed Apr 27 14:07:10 2016 +0200 +++ b/components/liblogging/Makefile Wed Apr 27 13:56:35 2016 +0200 @@ -26,14 +26,18 @@ include ../../make-rules/shared-macros.mk COMPONENT_NAME= liblogging -COMPONENT_VERSION= 1.0.4 +COMPONENT_VERSION= 1.0.5 COMPONENT_PROJECT_URL= http://www.liblogging.org/ COMPONENT_ARCHIVE_HASH= \ - sha256:aceb5d2aa8bdc771ff66f407f9adf4176b654db63e34a8605795b68be537b81c + sha256:310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b COMPONENT_ARCHIVE_URL= \ - http://download.rsyslog.com/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE) + http://download.openpkg.org/components/cache/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE) +# The original download site seems to be broken, it is not possible to +# download the archive from there +# http://download.rsyslog.com/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE) +# The checksum of the archive corresponds to what is written on liblogging.org COMPONENT_BUGDB= service/rsyslog -TPNO= 20535 +TPNO= 27183 TEST_TARGET= $(NO_TESTS) include $(WS_MAKE_RULES)/common.mk