IABSD.fr/ports/net/rbldnsd

Branch :


Log

Author Commit Date CI Message
83bf3212 2025-12-15 16:20:00 update to newer rbldnsd checkout, with py3 compatible tests code no significant change for us to the compiled daemon ok giovanni
c4096e66 2022-11-08 11:16:56 Stop using the daemon class in @newuser. If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-)
3f5796b9 2022-03-11 19:45:43 drop RCS Ids
3cbe1c2f 2021-02-23 19:39:08 Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not.
48b0b966 2019-07-12 20:48:23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
14004c4f 2019-03-18 16:29:49 Update to latest GH commit (2018.05.16) and take maintainership
f4b7f813 2018-09-04 12:46:09 convert to PKGSTEM
8b4f1e11 2018-02-20 10:31:53 Set new homepage and bump, forgot in previuos commit
bbf27b8e 2018-02-20 10:25:09 Update to github version maintained by Spamhaus enable regression tests fix README file
9a8b5ccd 2018-01-11 19:27:01 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb