head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.22 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.20 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.18 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.16 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.14 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.12 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.10 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.8 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.6 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.4 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.2 pkgsrc-2023Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2023.09.25.12.52.52; author schmonz; state Exp; branches; next ; commitid Ge5tkXkTTcdfs9GE; desc @@ 1.1 log @qsmtp: update to 0.39. From the changelog: - Qsmtpd: hide SSL error details from SMTP client - Qsmtpd: allow the SSL key to be stored independent of the certificate - Qsmtpd: allow an additional argument for checkpassword authentication - Qsmtpd: fix filtering out invalid characters in SPF records on platforms where "char" is unsigned by default (e.g. ARM) - Qsmtpd: fix truncated "Received" lines with newer gcc versions - Qsmtpd: fix endless loop on SSL protocol level errors - add dumpipbl tool to show the files written by addipbl Updating during the freeze for the leafy bugfixes. @ text @$NetBSD$ Omit testspf (doesn't link on macOS and is a development-only tool). --- tools/CMakeLists.txt.orig 2023-08-28 10:08:55.000000000 +0000 +++ tools/CMakeLists.txt @@@@ -21,11 +21,11 @@@@ install(TARGETS COMPONENT tools ) -add_executable(testspf testspf.c ${CMAKE_SOURCE_DIR}/qsmtpd/spf.c ${CMAKE_SOURCE_DIR}/qsmtpd/antispam.c) -target_link_libraries(testspf - qsmtp_lib - qsmtp_io_lib -) +#add_executable(testspf testspf.c ${CMAKE_SOURCE_DIR}/qsmtpd/spf.c ${CMAKE_SOURCE_DIR}/qsmtpd/antispam.c) +#target_link_libraries(testspf +# qsmtp_lib +# qsmtp_io_lib +#) add_executable(spfquery spfquery.c ${CMAKE_SOURCE_DIR}/qsmtpd/spf.c ${CMAKE_SOURCE_DIR}/qsmtpd/antispam.c) target_link_libraries(spfquery @@@@ -63,7 +63,7 @@@@ include_directories( ) install(TARGETS - testspf +# testspf qpencode clearpass addipbl @