Summary: | www/logswan: Update to 2.1.5 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Juraj Lutter <otis> | ||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | fernape | ||||
Priority: | --- | Keywords: | buildisok, easy | ||||
Version: | Latest | Flags: | otis:
maintainer-feedback+
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/155948150 ^Triage: [tags] in issue Titles are deprecated A commit references this bug: Author: fernape Date: Thu Jun 18 06:03:31 UTC 2020 New revision: 539525 URL: https://svnweb.freebsd.org/changeset/ports/539525 Log: www/logswan: update to 2.1.5 PR: 247243 Submitted by: juraj@lutter.sk Changes: head/www/logswan/Makefile head/www/logswan/distinfo Committed, Thanks! |
Created attachment 215529 [details] www/logswan: Update to 2.1.5 Hi, please find the patch attached. Changelog for 2.1.5: - Switch the GEOIP2DIR example to point to '/var/db/dbip' - Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available - Remove unneeded <sys/select.h> and <sys/types.h> includes - Add missing <stddef.h> include - Remove useless _POSIX_SOURCE define - Remove useless _POSIX_C_SOURCE 199309L define - Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files - No need to set HAVE_SECCOMP to 1, defining it is enough - Remove some unneeded seccomp related includes Thanks.