aboutsummaryrefslogtreecommitdiff
path: root/www/c-icap
Commit message (Collapse)AuthorAgeFilesLines
* www/c-icap: update to 0.5.6Rodrigo Osorio2019-12-223-5/+5
| | | | | | | | | | | | | | | | | | | | Changelog: * Possible buffer overflow if an ipv6 address is used with TlsPort * Possible buffer overflow while building memcached key * Not correctly initialized array, can cause undefined behavior to c-icap-stretch utility * Bug 116: The CI_CONNECTION_CONNECTED ci_connection_t flag is not set properly * Bug 115: Fix incorrect prototype for ci_client_get_server_options_nonblocking * c-icap may crash while parsing wrong formated ICAP request line * Fix many issues reported by clang analyzer, which may result to c-icap crashes or malfunction * Using port with memcached server hostname, may result to c-icap crash * Bug fix: Numeric as group/user id in Group/User cfg parameter does not work * Many other fixes PR: 242794 Submitted by: Franco Fichtner <franco@opnsense.org> Notes: svn path=/head/; revision=520667
* Upgrade c-icap to 0.5.5Rodrigo Osorio2018-09-305-24/+17
| | | | | | | | | | | | | | | | | | - Update c-icap to 0.5.5 - Move USES to a better place and silence portlint - Remove 'ListenAddress 127.0.0.1' parameter from sample c-icap.conf since it doesn't work. Instead, replace the change to 'Port 127.0.0.1:1344'. More references about this problem at https://redmine.pfsense.org/issues/8832#note-10 - Regenerate patches with 'make makepatch' c-icap-0.5.5 changes - c-icap may crash with a SIGBUS while using mmap to map files to memory. - Fix multiple brotli decoding bugs - c-icap-client does not send the ";ieof" preview termination sequence when sends zero sized files PR: 231377 Submitted by: garga Notes: svn path=/head/; revision=480943
* www/c-icap: Unbreak: add missing header files in pkg-plistYuri Victorovich2018-05-102-0/+5
| | | | | | | | | Also add missing LIB_DEPENDS. Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=469510
* Upgrade www/c-icap from 0.4.4 to 0.5.3Rodrigo Osorio2018-04-093-8/+8
| | | | | | | | | | | | | | | | | | Since I'm here take maintenership of this port Major changes for 0.5.2: Bug fix: c-icap crashes when converting ci_simple_file_t to a memory object Document the forceUnload=off option for Service/Module configuration parameter ci_headers_value* functions should remove spaces at the beginning of the returned value Major changes for 0.5.1 : TLS/SSL support. This feature sponsored by Ergon Informatik AG. A non-blocking ICAP client API. This feature sponsored by Ergon Informatik AG. Allow 204 response on preview handler even if the ICAP client does not support preview. New API functions Notes: svn path=/head/; revision=466910
* Update to 0.4.4.Vanilla I. Shu2017-02-203-4/+5
| | | | Notes: svn path=/head/; revision=434432
* USE_BDB cleanup.Mathieu Arnold2016-08-081-1/+1
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* - Clarify LICENSEDmitry Marakasov2016-05-172-82/+40
| | | | | | | | | | | | - Add LICENSE_FILE - Switch to USES=localbase - Convert to USES=mysql - Switch to options helpers - Cosmetic fixes - Fix memcached support (needs libmemcached, not memcached dependency) Notes: svn path=/head/; revision=415383
* www/c-icap{-modules}: 0.4.2 -> 0.4.3Kurt Jaeger2016-05-014-5/+27
| | | | | | | | | | | | | | | | | | | | | | c-icap-0.4.3 changes - ci_membuf_write: do not warn user about writting after eof, if not actualy someone try to write - Man pages spelling errors - Fix ModulesDir and ServicesDir default locations for some architectures - Crashes for modules if null argument passed to ci_list_first, ci_list_head and ci_list_tail macros - Fix allow204 outside preview responses - Use poll instead of select for polling network sockets and pipes - Fix core dumps inside client_parse_icap_header() c-icap-modules-0.4.3 changes - Fix content_filtering service config and template file permissions - Bug fixes in srv_content_filtering body data structures - Bug fix: The second argument of srv_content_filtering.Action never accepted Notes: svn path=/head/; revision=414383
* www/c-icap: add ListenAddress directive to confKurt Jaeger2016-05-011-0/+19
| | | | | | | | | | - include ListenAddress directive and set it to 127.0.0.1 in c-icap.conf PR: 208374 Submitted by: Marko Cupac <marko.cupac@mimar.rs> Notes: svn path=/head/; revision=414379
* Hand back www/c-icap, www/c-icap-modules and www/squidclamav to the pool.Martin Matuska2016-04-301-1/+1
| | | | Notes: svn path=/head/; revision=414369
* Update c-icap and c-icap-modules to 0.4.2Martin Matuska2016-01-039-596/+8
| | | | Notes: svn path=/head/; revision=405200
* - Add CPE infoDmitry Marakasov2015-05-171-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386585
* - Fix substitution in rc scriptAntoine Brodin2014-11-222-10/+4
| | | | | | | | - Allow staging as a regular user - Cleanup plist Notes: svn path=/head/; revision=373048
* Fix pkg-plist and install examples as *.sampleMartin Matuska2014-11-224-66/+17
| | | | | | | | PR: 195276 Submitted by: John Marino <marino@FreeBSD.org> Notes: svn path=/head/; revision=373046
* Update c-icap to 0.3.5Martin Matuska2014-11-219-5/+593
| | | | | | | Fix OpenSSL support by renaming CONF to CI_CONF Notes: svn path=/head/; revision=373018
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* - Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-07-022-28/+7
| | | | | | | | - Don't install static modules - Finish staging support Notes: svn path=/head/; revision=360214
* Finish stage supportAntoine Brodin2014-04-012-7/+7
| | | | | | | | Reported by: poudriere With hat: portmgr Notes: svn path=/head/; revision=349877
* Update c-icap to 0.3.3 and c-icap-modules to 0.3.2Martin Matuska2014-03-153-12/+15
| | | | | | | Add staging support Notes: svn path=/head/; revision=348285
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-1/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327292
* Update c-icap to 0.2.5Martin Matuska2013-07-302-3/+3
| | | | Notes: svn path=/head/; revision=323989
* Fix installation of ports that rely on cp -n for installing files. r245960Florian Smeets2013-05-041-7/+3
| | | | | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt) Notes: svn path=/head/; revision=317389
* Update c-icap and c-icap-modules to 0.2.3Martin Matuska2012-11-252-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307739
* Update to 0.2.2Martin Matuska2012-10-202-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306174
* Do not include license file for known licenseMartin Matuska2012-08-151-1/+0
| | | | Notes: svn path=/head/; revision=302561
* Change configuration directory to ${PREFIX}/etc/c-icapMartin Matuska2012-08-153-13/+16
| | | | Notes: svn path=/head/; revision=302554
* Update c-icap to 0.2.1Martin Matuska2012-08-1511-219/+172
| | | | | | | | PR: ports/170121 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=302543
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Convert LDCONFIG_DIRS to USE_LDCONFIG.Max Brazhnikov2010-06-081-1/+0
| | | | | | | | | PR: based on ports/146365 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Approved by: maintainers timeout (two weeks) Notes: svn path=/head/; revision=256132
* Chase clamav's lib bumpRenato Botelho2010-04-061-2/+2
| | | | Notes: svn path=/head/; revision=252318
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-022-2/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Fix clamav dependencyRenato Botelho2009-03-271-1/+2
| | | | | | | | | - bump PORTREVISION Pointyhat to: garga Notes: svn path=/head/; revision=231121
* - Bump necessary PORTREVISIONS and fix some ports to new clamav APIRenato Botelho2009-03-272-4/+4
| | | | Notes: svn path=/head/; revision=231108
* - Update to 060708Pav Lucistnik2009-03-2611-253/+75
| | | | | | | | | PR: ports/130633 Submitted by: Vladimir Kondratiev <wulf@mail.mipt.ru> Approved by: Tofig Suleymanov <tofig@freebsd.az> (maintainer) Notes: svn path=/head/; revision=231065
* - Fix build.Stanislav Sedov2009-02-142-5/+36
| | | | | | | | | | - Pass maintainership to submitter. Submitted by: Tofig Suleymanov <tofig@freebsd.az> Approved by: portmgr (linimon) Notes: svn path=/head/; revision=228267
* - Set for expiration in one month: has been broken for more than 6 monthsPav Lucistnik2008-12-191-0/+2
| | | | Notes: svn path=/head/; revision=224487
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]Renato Botelho2008-09-151-2/+2
| | | | | | | | | | | | | | - Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav) Notes: svn path=/head/; revision=220390
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Chase clamav library to version 4Renato Botelho2008-04-161-2/+4
| | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION Following ports are marked as BROKEN since they don't build with new clamav 0.93: www/c-icap mail/claws-mail-clamav www/gurlchecker www/havp security/klamav devel/p5-Mail-ClamAV devel/py-clamav www/squidclam This clamav version needed to be updated without wait other ports fixes because it fixes important vulnerabilities. Notes: svn path=/head/; revision=211377