2023-12-30 22:01:49 by Zafer Aydogan | Files touched by this commit (1) |
Log message: https |
2023-11-09 20:16:20 by Nia Alarie | Files touched by this commit (2) |
Log message: poco: OpenSSL 3.x fix |
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message: *: bump for openssl 3 |
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip |
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
2021-09-28 14:55:12 by Jonathan Perkin | Files touched by this commit (1) |
Log message: poco: Support GCC >= 10. |
2021-04-08 10:21:58 by Thomas Klausner | Files touched by this commit (3) |
Log message: poco: honor CFLAGS and LDFLAGS Bump PKGREVISION. |
2020-03-27 03:08:11 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message: Use newer OpenSSL APIs |
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-11-24 02:03:28 by Greg Troxel | Files touched by this commit (1) |
Log message: devel/poco: Fix compiler check via pkglint AUTOFIX: Makefile.common:49: Replacing "${PKGSRC_COMPILER} == \ \"sunpro\"" with "${PKGSRC_COMPILER:Msunpro}". The PKGSRC_COMPILER can be a list of chained compilers, e.g. "ccache distcc clang". Therefore, comparing it using == or != leads to wrong results in these cases. |