2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message: Reset MAINTAINER |
2022-08-23 19:48:53 by Thomas Klausner | Files touched by this commit (1) |
Log message: libfetch: remove unused variable Also removed in upstream FreeBSD sources. Fixes a clang warning/error reported by Edgar Fuß. |
2021-12-26 11:24:22 by Nia Alarie | Files touched by this commit (1) |
Log message: libfetch: Only enable IPv6 on supported systems. Needed on UnixWare. Adapted from Boyd Lynn Gerber. |
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message: *: Recursive revision bump for openssl 1.1.1. |
2019-08-27 21:24:04 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: libfetch-2.39: Improve date parsing |
2019-02-11 11:34:36 by Thomas Klausner | Files touched by this commit (1) |
Log message: libfetch: add FALLTHROUGH comment for gcc 7 To fix pkg_install build. |
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message: Fix indentation in buildlink3.mk files. The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice. |
2017-09-07 10:01:47 by Thomas Klausner | Files touched by this commit (1) |
Log message: Follow a redirect. |
2016-10-27 12:05:38 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Add the necessary dependencies for safe concurrent build. |
2016-10-21 13:51:18 by Jonathan Perkin | Files touched by this commit (2) |
Log message: libfetch-2.38: Support proxies for https URLs. From FreeBSD. |