Commit Graph

60 Commits

Author SHA1 Message Date
jca
13164ef000 Fix invalid integer to pointer conversion, fatal with clang 15.
Already fixed upstream but the commit didn't make the 0.5.10 release.
2023-01-13 12:24:00 +00:00
sthen
7b4f6e326b portbump... 2022-11-08 11:41:47 +00:00
ajacoutot
c4096e6659 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 :-)
2022-11-08 11:16:56 +00:00
sthen
f0c03f82d3 adapt to OpenLDAP update; libldap_r no longer exists as a separate library.
the main libldap can be used instead.
2022-05-14 15:35:07 +00:00
sthen
18dfce4c78 update to c-icap-0.5.10 2022-03-21 13:30:29 +00:00
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
sthen
2c45b26efc update to c-icap-0.5.9 2022-01-09 12:11:17 +00:00
sthen
643bed3d2f sync wantlib for clamav update 2021-10-19 11:17:57 +00:00
sthen
2ad8317c41 update to c_icap-0.5.8 2021-03-22 14:50:51 +00:00
sthen
5d71b54351 update to c_icap_modules-0.5.5 2021-03-22 14:50:34 +00:00
sthen
323b22e693 update to c-icap-0.5.7 2020-11-23 20:51:42 +00:00
sthen
53e3c14bfb drop maintainer 2020-03-10 21:25:07 +00:00
sthen
b76d9f7d82 update to c_icap_modules 0.5.4 2019-12-02 11:28:49 +00:00
sthen
8f0999e19a update to c-icap 0.5.6 2019-12-02 11:26:12 +00:00
sthen
fad53a949b clamav started using the CLAMAV_VERSION macro; rename c-icap clamav module's
internal use of a variable of the same name
2019-11-21 11:58:12 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
a2ebfe1b25 WANTLIB sync; clammspack -> mspack 2019-05-29 14:17:23 +00:00
sthen
b8768d54bb update to c_icap_modules-0.5.3
rolling in patches, upstream have adapted to new clamav api now
2019-01-19 15:48:59 +00:00
sthen
c06bc5dd97 cope with libclamav api change 2018-12-04 14:18:57 +00:00
sthen
d71aba8110 update to c_icap-0.5.5 2018-09-24 20:54:39 +00:00
sthen
bccb0d5a4c update to c_icap_modules-0.5.2 2018-09-24 20:54:30 +00:00
sthen
74bb7d0e69 sync wantlib 2018-02-23 19:17:51 +00:00
sthen
25b3758c74 add hidden dep on brotli; build problem in c-icap/modules reported by naddy@ 2018-02-23 19:14:45 +00:00
sthen
b03bf32f83 update to c-icap 0.5.3 2018-02-21 09:54:00 +00:00
sthen
09a366d7ce enable TLS hostname checks 2018-02-17 12:29:40 +00:00
rpe
9a8b5ccd06 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
2018-01-11 19:27:01 +00:00
sthen
7a331eee18 fix AC_TRY_COMPILE invocation 2017-09-25 20:05:49 +00:00
sthen
fec00a7164 update to c-icap-modules 0.4.5 2017-07-04 11:06:38 +00:00
sthen
b2126b59d4 update to c-icap 0.5.2 2017-07-04 11:06:27 +00:00
sthen
08dce02253 regen WANTLIB following clamav move to pcre2, reminded by ajacoutot 2016-11-04 10:26:18 +00:00
sthen
e9f0ae85b0 update to c-icap 0.4.4 2016-10-11 13:26:45 +00:00
naddy
67696d3f54 replace libiconv module 2016-09-12 17:51:07 +00:00
sthen
b4f03ed7a8 update to c-icap 0.4.3 2016-04-22 20:08:04 +00:00
naddy
5fc24d3cb3 removing SHARED_ONLY is safe here 2016-03-16 20:02:11 +00:00
sthen
78d271183e fix a couple of time_t format string issues in www/c-icap, spotted while
trying to track down a backwards memcpy
2016-01-11 17:05:46 +00:00
sthen
c02976c48b update to c-icap-modules 0.4.2 2015-11-25 14:24:12 +00:00
sthen
b5af539344 patch c-icap's default config file to use syslog
(there's some issue with the control socket handler that causes high
cpu use when signalling it to reload logs, which is something you're very
likely to need doing if logging directly to files)
2015-11-20 17:34:25 +00:00
sthen
aa8862b73f update to c-icap 0.4.2 2015-09-28 11:57:50 +00:00
sthen
bebe66c51b missing lib dep on www/c-icap/c-icap, thanks aja@ for the report.
didn't package -> no bump
2015-09-09 13:19:37 +00:00
sthen
bbcadc1a36 update to c_icap-0.4.1 2015-09-08 18:17:49 +00:00
ajacoutot
b6c53696b5 /var/run content is already removed by /etc/rc, so no need to handle that in
the package. If a /var/run/foo directory must exist for proper start of a
software, then the rc.d script should take care of it.
2015-08-25 07:30:29 +00:00
sthen
a626ee54a0 sync WANTLIB 2015-08-12 22:27:31 +00:00
espie
0bf3366d90 moving tests for obsolete stuff around shows a bit more cruft to remove.
idea taken from jasper@'s remarks
2015-05-11 12:06:21 +00:00
naddy
6dfe1e0668 <sys/socket.h> already exposes struct iovec, no need to include <sys/uio.h>.
Remove now useless (parts of) patches.
2015-01-19 20:44:14 +00:00
sthen
97190b1022 remove some USE_LIBTOOL=Yes that crept back in (this is now the default) 2014-11-22 22:20:09 +00:00
sthen
1c20841050 this pulls in clamav.h which now pulls in openssl headers, so we have to deal
with its dirty namespace (typedef CONF).
2014-11-19 21:13:10 +00:00
sthen
1f96fc3760 sync WANTLIB, ssl/crypto and xml2/lzma come from clamav 2014-11-05 12:16:21 +00:00
sthen
b3dcb9f3cc update to c-icap 0.3.5 2014-10-30 01:28:54 +00:00
sthen
2a2f5a08b6 update to c-icap 0.3.4 2014-09-16 09:56:07 +00:00
jasper
0d864ae2cb ensure the REVISION for these packages are not smaller than what's currently
in 5.5-stable, to prevent upgrading issues when 5.6 comes around.
2014-05-12 12:45:53 +00:00