Andreas Wacknitz
2021-10-17 fdd4df5a46626f5bfe04c5fbaf42f4903cdb4f30
fetchmail: update to 6.4.22 & add tests

1 files added
1 files modified
35 ■■■■ changed files
components/mail/fetchmail/Makefile 20 ●●●● patch | view | raw | blame | history
components/mail/fetchmail/test/results-64.master 15 ●●●●● patch | view | raw | blame | history
components/mail/fetchmail/Makefile
@@ -30,14 +30,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        fetchmail
COMPONENT_VERSION=    6.4.19
COMPONENT_VERSION=    6.4.22
COMPONENT_DESCRIPTION=    Full-featured, robust, well-documented remote-mail retrieval and forwarding utility
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH=    \
    sha256:cd8d11a3d103e50caa2ec64bcda6307eb3d0783a4d4dfd88e668b81aaf9d6b5f
COMPONENT_ARCHIVE_URL= https://sourceforge.net/projects/$(COMPONENT_NAME)/files/branch_6.4/$(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.xz/download
COMPONENT_PROJECT_URL=    http://www.fetchmail.info/
COMPONENT_ARCHIVE_HASH=    sha256:cc6818bd59435602169fa292d6d163d56b21c7f53112829470a3aceabe612c84
COMPONENT_ARCHIVE_URL=    https://sourceforge.net/projects/$(COMPONENT_NAME)/files/branch_6.4/$(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.xz/download
COMPONENT_PROJECT_URL=    https://www.fetchmail.info/
COMPONENT_FMRI=        mail/fetchmail
TEST_TARGET=    $(TEST_64)
@@ -51,6 +50,17 @@
# Block the fetchmailconf build - this option is taken from configure.ac
CONFIGURE_ENV += PYTHON=:
COMPONENT_TEST_TRANSFORMS= \
    '-e "s/^\# //" ' \
    '-n ' \
    '-e "/TOTAL/p" ' \
    '-e "/PASS/p" '  \
    '-e "/SKIP/p" '  \
    '-e "/XFAIL/p" ' \
    '-e "/FAIL/p" '  \
    '-e "/XPASS/p" ' \
    '-e "/ERROR/p" '
# Auto-generated dependencies
REQUIRED_PACKAGES += library/security/openssl-11
REQUIRED_PACKAGES += service/security/kerberos-5
components/mail/fetchmail/test/results-64.master
New file
@@ -0,0 +1,15 @@
PASS: t.smoke
SKIP: t.validate-xhtml10
SKIP: t.validate-xhtml
PASS: t.x509_name_match
PASS: t.realpath
PASS: t.tls-aux
TOTAL: 6
PASS:  4
SKIP:  2
XFAIL: 0
XFAIL: 0
FAIL:  0
XPASS: 0
XPASS: 0
ERROR: 0