notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/c-icap/pkg-plist

Number of commits found: 27

Friday, 23 Feb 2024
12:00 Renato Botelho (garga) search for other commits by this committer
www/c-icap: Moved manpages to share/man

Approved by:	portmgr (blanket)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: 768b95a104a6000e88f8132b41ef125317b68243 commit hash: 768b95a104a6000e88f8132b41ef125317b68243 commit hash: 768b95a104a6000e88f8132b41ef125317b68243 commit hash: 768b95a104a6000e88f8132b41ef125317b68243 768b95a
Tuesday, 7 Nov 2023
08:48 Rodrigo Osorio (rodrigo) search for other commits by this committer
www/c-icap: update to 0.5.11

Major changes:
  * Fixes to compile and run with c-icap-0.6.x releases
  * Other minor fixes.

Reorder and format Makefile to make linters happy
commit hash: 682e284789594b66425b154db55ca452a529de03 commit hash: 682e284789594b66425b154db55ca452a529de03 commit hash: 682e284789594b66425b154db55ca452a529de03 commit hash: 682e284789594b66425b154db55ca452a529de03 682e284
Sunday, 14 Nov 2021
22:45 Rodrigo Osorio (rodrigo) search for other commits by this committer
www/c-icap: Update to 0.5.10

Major changes:
  0.5.9
  * github issue #18: Possible segmentation fault or at least memory leaks when
the *_header acls are used
  * Minor leaks while c-icap server shutdowns
  * Implement the following new command/handler types:
    - CI_CMD_CHILD_CLEANUP
    - CI_CMD_POST_CONFIG
    - CI_CMD_MONITOR_START
    - CI_CMD_MONITOR_ONDEMAN
  0.5.10
  * Bug fix: Commands scheduled with the ci_command_schedule[on] API function
    may not executed. This bug was introduced with the c-icap-0.5.9 release

Full changelogs:
    https://sourceforge.net/p/c-icap/news/2021/09/the-c-icap-059-is-released/
    https://sourceforge.net/p/c-icap/news/2021/10/the-c-icap-0510-is-released/
commit hash: 82de9b56af78d484d3b569fa35593fff26bbc04e commit hash: 82de9b56af78d484d3b569fa35593fff26bbc04e commit hash: 82de9b56af78d484d3b569fa35593fff26bbc04e commit hash: 82de9b56af78d484d3b569fa35593fff26bbc04e 82de9b5
Sunday, 25 Apr 2021
11:35 Rodrigo Osorio (rodrigo) search for other commits by this committer
www/c-icap-modules: Upgrade to v0.5.5

Major changes:
    * Fix: "Bug: service 'srv_clamav'. can not accept or send body data"
commit hash: e6194b78aefd117cbbe6077d8eb6b091733e0c7c commit hash: e6194b78aefd117cbbe6077d8eb6b091733e0c7c commit hash: e6194b78aefd117cbbe6077d8eb6b091733e0c7c commit hash: e6194b78aefd117cbbe6077d8eb6b091733e0c7c e6194b7
Monday, 26 Oct 2020
12:18 rodrigo search for other commits by this committer
www/c-icap: Upgrade to 0.5.7

Major changes:
 - Fix brotli performance
 - Fix various memory leaks
 - c-icap-stretch utility: Fix HTTP response status line
 - c-icap-stretch: send always an HTTP/1.1 request
 - Update accepted flags for tls-options option of TlsPort cfg parameter
 - ICAP client: support SSL connections to hostnames that contain IP addresses
 - Bug fix: False accepting connection errors
Original commitRevision:553348 
Sunday, 22 Dec 2019
21:52 rodrigo search for other commits by this committer
www/c-icap: update to 0.5.6

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>
Original commitRevision:520667 
Sunday, 30 Sep 2018
08:58 rodrigo search for other commits by this committer
Upgrade c-icap to 0.5.5

- 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
Original commitRevision:480943 
Thursday, 10 May 2018
07:00 yuri search for other commits by this committer
www/c-icap: Unbreak: add missing header files in pkg-plist

Also add missing LIB_DEPENDS.

Approved by:	portmgr (port compliance, infrastructure)
Original commitRevision:469510 
Monday, 9 Apr 2018
23:24 rodrigo search for other commits by this committer
Upgrade  www/c-icap from 0.4.4 to 0.5.3
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
Original commitRevision:466910 
Monday, 20 Feb 2017
04:19 vanilla search for other commits by this committer
Update to 0.4.4.
Original commitRevision:434432 
Sunday, 1 May 2016
05:03 pi search for other commits by this committer
www/c-icap{-modules}: 0.4.2 -> 0.4.3

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
Original commitRevision:414383 
Sunday, 3 Jan 2016
23:48 mm search for other commits by this committer
Update c-icap and c-icap-modules to 0.4.2
Original commitRevision:405200 
Saturday, 22 Nov 2014
11:35 antoine search for other commits by this committer
- Fix substitution in rc script
- Allow staging as a regular user
- Cleanup plist
Original commitRevision:373048 
10:35 mm search for other commits by this committer
Fix pkg-plist and install examples as *.sample

PR:		195276
Submitted by:	John Marino <marino@FreeBSD.org>
Original commitRevision:373046 
Friday, 21 Nov 2014
22:20 mm search for other commits by this committer
Update c-icap to 0.3.5
Fix OpenSSL support by renaming CONF to CI_CONF
Original commitRevision:373018 
Wednesday, 2 Jul 2014
15:58 tijl search for other commits by this committer
- Add USES=libtool and INSTALL_TARGET=install-strip
- Don't install static modules
- Finish staging support
Original commitRevision:360214 
Tuesday, 1 Apr 2014
18:50 antoine search for other commits by this committer
Finish stage support

Reported by:	poudriere
With hat:	portmgr
Original commitRevision:349877 
Saturday, 15 Mar 2014
03:07 mm search for other commits by this committer
Update c-icap to 0.3.3 and c-icap-modules to 0.3.2
Add staging support
Original commitRevision:348285 
Tuesday, 21 Jan 2014
23:40 bapt search for other commits by this committer
Fix properties on pkg-plist
Original commitRevision:340674 
Wednesday, 15 Aug 2012
01:01 mm search for other commits by this committer
Change configuration directory to ${PREFIX}/etc/c-icap
Original commit
00:09 mm search for other commits by this committer
Update c-icap to 0.2.1

PR:		ports/170121
Approved by:	maintainer (timeout)
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
Original commit
Thursday, 26 Mar 2009
13:59 pav search for other commits by this committer
- Update to 060708

PR:             ports/130633
Submitted by:   Vladimir Kondratiev <wulf@mail.mipt.ru>
Approved by:    Tofig Suleymanov <tofig@freebsd.az> (maintainer)
Original commit
Thursday, 3 Aug 2006
10:11 rafan search for other commits by this committer
- Fixed serious bug in utf8 web pages recognition causing c-icap to enters an
  endless loop
- Fixed typo in pkg-install
- Added to Makefile LOG_DIR, RUN_DIR and TMP_DIR variables

PR:             ports/101296
Submitted by:   Elisey Savateev <b3k at mail.ru> (maintainer)
Original commit
Sunday, 11 Jun 2006
08:33 pav search for other commits by this committer
- Update to 030606

PR:             ports/98797
Submitted by:   Elisey O. Savateev <b3k@mail.ru> (maintainer)
Original commit
Thursday, 30 Mar 2006
16:11 sem search for other commits by this committer
- Fix bugs in pkg-install and bug in pkg-plist [1]
- Add one more MASTER_SITE

PR:             ports/95061
Submitted by:   maintainer
Pointy hat to:  sem (me) [1]
Original commit
Monday, 27 Mar 2006
06:40 sem search for other commits by this committer
c-icap is an implementation of an ICAP server. It can be used with HTTP proxies
that support the ICAP protocol such as the Shweby or Squid proxy server.
c-icap allows the addition of modules, which can extend its functionality and
services. For instance, such modules can be loggers, authenticators and
authentication methods or access controlers.

WWW: http://www.chtsanti.net/c-icap

PR:             ports/92760
Submitted by:   Elisey O. Savateev <b3k@mail.ru>
Original commit

Number of commits found: 27