Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.96.3_2 28 Sep 2010 17:27:49 |
garga |
Fix a mmap() error scanning PDF files, as described on clamav's git repo commit
off_t is 64-bit, size_t is still 32-bit and that causes unexpected integer
promotion here:
map_off = map->len - 2048
First the unsigned subtraction is performed, and then the unsigned (!) value
is sign-extended to 64-bit. Hence a negative value becomes positive, which is
wrong.
Reported by: Franz Schwartau <franz@electromail.org>
Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2300 |
0.96.3_1 27 Sep 2010 16:59:07 |
garga |
- Remove GCC 4.2+ dependency, now it builds file with 3.4.6
- Add a new OPTION to TESTS, since it requires python on build time and some
people don't like this. Leave it ON by default to run tests on package
building
- Bump PORTREVISION because gcc dependency has changed
PR: ports/150984 (based on)
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> |
0.96.3 20 Sep 2010 17:54:22 |
garga |
Update to 0.96.3 |
0.96.2_3 13 Sep 2010 11:30:16 |
garga |
- Add missing dependency (libltdl) to clamav and clamav-devel ports
- Bump PORTREVISION
PR: ports/150512
Submitted by: Philippe Pepiot <phil@philpep.org> |
0.96.2_2 03 Sep 2010 11:27:22 |
garga |
- Fix bytecode problem on FreeBSD 7.1
- Bump PORTREVISION
PR: ports/150243
Submitted by: Frank Wall <fw@moov.de>
Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2235 |
0.96.2_1 24 Aug 2010 16:42:59 |
garga |
Add LICENSE |
0.96.2_1 16 Aug 2010 11:38:12 |
garga |
- Fix CPU assumptions for amd64
- Bump PORTREVISION
PR: ports/149637
Submitted by: Michael Scheidell <scheidell@secnap.net>
Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2201 |
0.96.2 13 Aug 2010 11:29:48 |
garga |
pav@ noted LICENSE code don't work fine with ports using @cwd in plist, and
it'll be fixed soon. Remove LICENSE from clamav ports for now. |
0.96.2 13 Aug 2010 11:05:04 |
garga |
Update to 0.96.2 |
0.96.1 10 Aug 2010 13:24:48 |
garga |
Add LICENSE |
0.96.1 21 May 2010 12:28:24 |
garga |
Gcc 4.2+ is only needed to build clamav with LLVM/JIT support, remove this
dependency when LLVM is not set.
Submitted by: Guy Antony Halse <G.Halse@ru.ac.za> |
0.96.1 19 May 2010 16:15:57 |
garga |
Update to 0.96.1 |
0.96_1 04 May 2010 16:08:10 |
garga |
Disable LLVM/JIT build for sparc64, it should unbreak it on this arch |
0.96_1 12 Apr 2010 13:04:18 |
garga |
- Use ${TOUCH} instead of touch
- Fix pkg-plist to delete directories installed out of PREFIX (on /var) [1]
- Bump PORTREVISION because of [1]
PR: ports/145448 [1]
Submitted by: sahil@ [1] |
0.96 12 Apr 2010 12:53:52 |
garga |
Unit tests require python built with thread support, disable make check when
local python doesn't have this
PR: ports/145520
Submitted by: Michael Scheidell <scheidell at secnap.net> |
0.96 09 Apr 2010 18:48:18 |
garga |
Python and gmaker are needed just if LLVM option is set |
0.96 06 Apr 2010 17:53:20 |
garga |
- Reduce differences between it and security/clamav-devel
- Make JIT bytecode compiler as an OPTION, On by default [1]
PR: ports/145435 [1]
Submitted by: Alexander Wittig <alexander at wittig.name> [1] |
0.96 06 Apr 2010 17:24:13 |
garga |
- Remove duplicated BUILD_DEPENDS |
0.96 06 Apr 2010 12:01:13 |
garga |
- Update to 0.96
- Fix error on make check when LC_ALL != en and subversion is installed [1]
PR: ports/145340 [1]
Submitted by: Alexander Wittig <alexander@wittig.name> [1]
Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1922 [1] |
0.95.3 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.95.3 27 Jan 2010 16:56:35 |
garga |
Execute a "make check" at post-build target, add libcheck as a dependency for it |
0.95.3 22 Jan 2010 11:13:09 |
garga |
After some requests, change permission of clamav-milter socket to 0777 |
0.95.3 29 Oct 2009 10:46:26 |
garga |
Update to 0.95.3 |
0.95.2 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
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. |
0.95.2 12 Jun 2009 11:50:56 |
garga |
- Update to 0.95.2
PR: ports/135501
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org> |
0.95.1_1 21 Apr 2009 13:43:35 |
garga |
- Add reload option to startup script, it calls clamdscan --reload, a faster
way to reload clam data without need restart
- Bump PORTREVISION
PR: ports/133868
Submitted by: Michael Scheidell <scheidell@secnap.net> |
0.95.1 08 Apr 2009 18:15:42 |
garga |
- Update to 0.95.1 and fix clamav-milter |
0.95 03 Apr 2009 13:57:13 |
garga |
- Remove wrong patch added on last commit |
0.95 03 Apr 2009 13:56:35 |
garga |
- Mark clamav-milter as BROKEN since it's not working. I updated clamav-devel
to a version that have the fix and won't update it anymore until 0.95.1 is
released |
0.95 27 Mar 2009 11:52:22 |
garga |
- Update to 0.95 |
0.94.2 23 Mar 2009 12:54:39 |
mm |
- Mark MAKE_JOBS_SAFE for SMP compilation
PR: ports/132969
Approved by: garga (maintainer, via ICQ) |
0.94.2 26 Nov 2008 16:46:24 |
garga |
- Update to 0.94.2 |
0.94.1 17 Nov 2008 19:10:38 |
garga |
- Remove libtools from depends and use its own version, without it next
versions will stop building
- Remove --disable-zlib-vcheck from CONFIGURE_ARGS to fix a warning on
configure |
0.94.1 03 Nov 2008 22:48:54 |
garga |
- Update to 0.94.1
- Add --libdir to CONFIGURE_ARGS to fix libdir detection under 6.x |
0.94_1 15 Sep 2008 20:36:53 |
garga |
- Fix pkg-plist
- Bump PORTREVISION
Reported by: QAT
Approved by: portmgr (pav) |
0.94 15 Sep 2008 19:58:34 |
garga |
- Forced commit to note the Security vulnerability fixed on last commit
Approved by: portmgr (pav)
Security: CVE-2008-1389
https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1089 |
0.94 15 Sep 2008 19:56:38 |
garga |
- Update security/clamav to 0.94 [1] and fix a remote DoS [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) |
0.93.3 21 Aug 2008 14:25:33 |
garga |
- Change pre-install: target to pre-su-install: since user and group are
created there (via pkg-install), and it must be done as root.
- While i'm here, fix the same on clamav-devel port
PR: ports/126701
Submitted by: grog |
0.93.3 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
0.93.3 18 Aug 2008 18:44:19 |
garga |
- Permit to ser owner and group to clamav milter socket [1]
- Remove @ to show some install commands, and add -v to cp
- Install clamav-milter doc
- User CHOWN and CHMOD from bsd.commands.mk
PR: ports/126069 [1]
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> [1] |
0.93.3 18 Aug 2008 14:39:59 |
garga |
- Fix wrong error message in clamav-milter startup script
PR: ports/126575
Submitted by: Paul Toirkens <paul@sapphire.toirkens.com> |
0.93.3 14 Jul 2008 11:21:50 |
garga |
- Last change on clamav-milter startup script doesn't work if used with inet[6]
sockets, fixing it now.
No bump PORTREVISION needed since MILTER option is off by default
Reported by: Gregory Shapiro <gshapiro@gshapiro.net>
Tested by: Gregory Shapiro <gshapiro@gshapiro.net> |
0.93.3 07 Jul 2008 20:37:37 |
garga |
- Update to 0.93.3
- Change clamav-milter startup script to wait clamav-milter socket be created
before try to chmod it [1]
PR: ports/124643 [1]
Submitted by: Adrian Thearle <adrian@thearle.com.au> [1] |
0.93.1_2 17 Jun 2008 11:20:04 |
garga |
- Fix checking of database viruses at startup script that i broke on last
commit
- Bump PORTREVISION again
Submitted by: George L. Yermulnik <yz@iptcom.net>
Pointyhat to: me |
0.93.1_1 16 Jun 2008 19:28:23 |
garga |
- Fix clamd startup script to support cld containers for virus databases
- Bump PORTREVISION
Reported by: Robert Huff <roberthuff@rcn.com> |
0.93.1 09 Jun 2008 23:55:21 |
garga |
- Forgot to remove one conditional about PTHREAD_LIB on last commit |
0.93.1 09 Jun 2008 23:51:17 |
garga |
- Remove < 6.1 conditional since it's no longer supported |
0.93.1 09 Jun 2008 16:13:25 |
garga |
- Update to 0.93.1 |
0.93_1 20 May 2008 18:06:34 |
garga |
- Fix default clamd socket name: clamd -> clamd.sock
- Some cosmetic changes (indentation)
- sort pkg-plist
- Add option on clamav-milter startup script to change socket permissions
(tested on clamav-devel)
- Bump PORTREVISION |
0.93 16 Apr 2008 16:05:54 |
garga |
- Update to 0.93
This version fixes lock problem reported at ports/122534
Most important changes:
*libclamav:
- New logic in scan limits: provides much more efficient protection against
DoS attacks but also results in different command line and config options
to clamscan and clamd (see below)
- New/improved modules: unzip, SIS, cabinet, CHM, SZDD, text normalisator,
entity converter
- Improved filetype detection; filetype definitions can be remotely updated
- Support for .cld containers (which replace .inc directories)
- Improved pattern matcher and signature formats
- More efficient scanning of HTML files (Only the first 15 lines of the commit message are shown above ) |
0.92.1_1 21 Feb 2008 13:19:51 |
garga |
- Fix a thread problem on FreeBSD 5.x forcing it to use -lpthread [1]
- Fix a problem on pkg-install, when umask is not default, it create dirs with
wrong permissions [2]
- Bump PORTREVISION
PR: ports/120885 [2]
Submitted by: dmx@dmx.org.ru [2]
Noticed by: havp pointyhat via pav |
0.92.1 13 Feb 2008 15:37:27 |
garga |
- Update to 0.92.1 (bugfix release) [1]
- Fix distinfo, removing unrar.diff entry since this file don't exist more. [2]
PR: ports/120547 [1], ports/120574 [2]
Submitted by: Michael Scheidell <scheidell@secnap.net> [1], delphij [2] |
0.92 24 Jan 2008 17:04:37 |
garga |
- Add an OPTION ICONV to fix a problem that can be caused by auto detection.
No PORTREVISION bump necessary since it's off by default. |
0.92 19 Dec 2007 23:08:38 |
garga |
- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports
Approved by: portmgr (pav)
Security: CVE-2007-6335, CVE-2007-6336, CVE-2007-6337 |
0.91.2_1 26 Nov 2007 17:45:55 |
ade |
Unbreak pthread-related issues on 5.x
Approved by: portmgr |
0.91.2 21 Aug 2007 16:03:49 |
garga |
- Update to 0.91.2
PR: ports/115682
Submitted by: Michael Scheidell <scheidell@secnap.net> |
0.91.1 14 Aug 2007 11:14:06 |
garga |
Fix clamav-milter startup script to don't wait clamd socket when it's using tcp
socket
PR: ports/115353 (Based on)
Submitted by: Alexander Shikoff <minotaur@crete.org.ua> |
0.91.1 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.91.1 17 Jul 2007 12:27:48 |
garga |
- Update to 0.91.1
PR: ports/114643
Submitted by: Michael Scheidell <scheidell@secnap.net> |
0.91 11 Jul 2007 15:44:30 |
garga |
- Update to 0.91
- Remove CURL option because it's not needed anymore |
0.90.3 05 Jun 2007 14:22:46 |
garga |
- Change clamav-milter rc.d script, now it just wait for clamd socket if
clamav_clamd_enable is set.
PR: ports/111545
Submitted by: Craig Leres <leres@ee.lbl.gov> |
0.90.3 01 Jun 2007 17:09:09 |
garga |
- Update to 0.90.3
- Remove unzoo support (clam doesn't support it anymore)
PR: ports/113174
Submitted by: Michael Scheidell <scheidell@secnap.net> |
0.90.2_1 28 May 2007 14:39:03 |
garga |
- Make arc, arj, lha and unzoo achives support dependency as OPTIONS enabled by
default. Clamav can run fine without these guys. PORTREVISION bump is not
needed since final package is the same.
PR: ports/113087
Submitted by: baptiste.daroussin@gmail.com |
0.90.2_1 16 Apr 2007 11:18:27 |
garga |
- Fix build with gethostbyname_r just after 601103 instead 600000
- Bump PORTREVISION
Reported by: security <security@jim-liesl.org>
Submitted by: Craig Butler <craig001@lerwick.hopto.org> |
0.90.2 13 Apr 2007 18:25:19 |
garga |
Forced commit to note last commit fix a security problem.
Security: CVE-2007-2029 |
0.90.2 13 Apr 2007 17:49:09 |
garga |
- Update to 0.90.2
- Add a patch to increase performance of clamd in threaded systems [1]
- Change clamav-milter rc.d script to use a var to determine seconds of timeout
to wait clamd socket be started [2]
- Add support to gethostbyname_r() on FreeBSD 6 and above [3]
- Install clamav-config.h [3]
- Fix all dependencies for klamav work fine [3]
PR: ports/111130 [2], ports/111478 [3]
Submitted by: Anton Yuzhaninov <citrin@rambler-co.ru> [1]
Denis Eremenko <moonshade@pnhz.kz> [2]
Anderson S. Ferreira <anderson@cnpm.embrapa.br> [3]
Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=434 [1] |
0.90.1_1 16 Mar 2007 19:16:33 |
garga |
Bump PORTREVISION for last changes
Pointy Hat to: mbr |
0.90.1 16 Mar 2007 12:20:45 |
mbr |
And unbreak support for older FreeBSDs where libthr/libpthread did not exist.
PR: 110334 |
0.90.1 16 Mar 2007 12:04:04 |
mbr |
Only use libthr for FreeBSD > 6.1 |
0.90.1 13 Mar 2007 20:11:19 |
garga |
- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer |
0.90_3 05 Mar 2007 11:32:06 |
garga |
Fix pthread lib for clamav-milter
PR: ports/109792
Submitted by: Eugene Grosbein <eugen@kuzbass.ru> |
0.90_3 01 Mar 2007 16:02:14 |
garga |
Change the way to patch configure to respect ${PTHREAD_LIBS} to a better one. |
0.90_3 01 Mar 2007 15:54:37 |
garga |
- Fix problems with thread caused by a bad REINPLACE_CMD.
- Bump PORTREVISION
Reported by: many users |
0.90_2 28 Feb 2007 18:23:12 |
garga |
Fix clamav-milter startup script like was done on clamav-devel, to make it wait
clamd socket before start.
Submitted by: ache@ |
0.90_2 18 Feb 2007 16:12:37 |
garga |
- Fix 'integer constant is too large for "long" type' warning [1]
- Convert one patch to REINPLACE_CMD
- Force to use ${PREFIX}/lib/libmilter.a if it's installed
- Fix sendmail binary detection using --with-sendmail instead SENDMAIL envvar
- Add EXPERIMENTAL OPTION to build with --enable-experimental
- Remove DESTDIR/TARGETDIR since it's useless for now
- Bump PORTREVISION
Submitted by: stas@ at #bsdports [1]
Thanks to: stas@ and simon@ [1] |
0.90_1 16 Feb 2007 11:20:24 |
garga |
- Fix sed used on (clamd|freshclam).conf to new format
- Add LDAP as an OPTION
- Bump PORTREVISION
Spoted by: ache@ |
0.90 16 Feb 2007 00:19:32 |
garga |
- Update to 0.90
- Cleanup a little bit
PR: ports/109185 (Based on)
Submitted by: Michael Scheidell <scheidell@secnap.net> |
0.88.7_1 13 Dec 2006 12:41:36 |
roam |
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports |
0.88.7 12 Dec 2006 17:03:25 |
mnag |
- Update clamav to 0.88.7
PR: 106620
Submitted by: Michael Scheidell <scheidell___secnap.net>
Approved by: maintainer timeout (18 hours)
With hat: secteam
Security: http://secunia.com/advisories/23347/,
http://www.quantenblog.net/security/virus-scanner-bypass |
0.88.6 06 Nov 2006 11:03:44 |
garga |
Forced commit to note las one was:
PR: ports/105198
Submitted by: Samm & <root@ukrlex.net> |
0.88.6 06 Nov 2006 10:54:54 |
garga |
Update to 0.88.6 |
0.88.5 16 Oct 2006 14:18:53 |
mnag |
- Update to 0.88.5
- portlint(1)
Approved by: portmgr (mnag with secteam hat), garga (maintainer)
Security:
http://lurker.clamav.net/message/20061016.015114.dc6a8930.en.html,
http://secunia.com/advisories/22370/ |
0.88.4 08 Aug 2006 19:33:04 |
garga |
Respect DESTDIR
Reworked by: gabor
Tested by: gabor |
0.88.4 08 Aug 2006 11:23:51 |
garga |
- Update to 0.88.4
- Use USE_LDCONFIG instead obsolete INSTALLS_SHLIB
- Use new MASTER_SITES magic to SF
Security: http://www.clamav.net/security/0.88.4.html |
0.88.3 03 Jul 2006 12:42:52 |
garga |
Update to 0.88.3 |
0.88.2_4 26 May 2006 16:49:53 |
garga |
- Add an option to print logs on stderr instead stdout, it's useful to catch
logs and use on smtp log. In preparation to update spamcontro to 2.4 series.
- s/unarj/arj/ on clamscan man [1]
- Bump PORTREVISION because man change
Reported by: Anton Yuzhaninov <citrin at citrin.ru> [1] |
0.88.2_3 24 May 2006 12:34:22 |
garga |
Depend of archivers/arj instead archivers/unarj |
0.88.2_2 23 May 2006 19:21:41 |
garga |
Use archivers/unzoo on DEPENDS instead zoo
Proposed by: Anton Yuzhaninov <citrin at citrin.ru> |
0.88.2_1 10 May 2006 14:46:48 |
ale |
Chase gmp library and bump PORTREVISION. |
0.88.2 30 Apr 2006 01:07:00 |
garga |
Update to 0.88.2 |
0.88.1 07 Apr 2006 10:06:53 |
garga |
Take over maintainership
Approved by: maintainer by email |
0.88.1 06 Apr 2006 15:20:18 |
garga |
- Update to 0.88.1 -- Fix multiple vulnerabilities
* CVE-2006-1614
Damian Put discovered an integer overflow in the PE header parser.
This is only exploitable if the ArchiveMaxFileSize option is disabled.
* CVE-2006-1615
Format string vulnerabilities in the logging code have been discovered,
which might lead to the execution of arbitrary code.
* CVE-2006-1630
David Luyer discovered, that ClamAV can be tricked into an invalid
memory access in the cli_bitset_set() function, which may lead to
a denial of service.
- Use USE_RC_SUBR=script
PR: ports/95403
Submitted by: garga
Approved by: maintainer timeout (mnag on behalf of secteam)
Security: VuXML 6a5174bd-c580-11da-9110-00123ffe8333 |
0.88_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.88 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
0.88 11 Jan 2006 10:27:29 |
ehaupt |
Update to 0.88, a possible heap overflow in the UPX code has been fixed
PR: 91593
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
Approved by: simon (secteam)
Security: 612a34ec-81dc-11da-a043-0002a5c3d308 (VuXML) |
0.87.1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.87.1 05 Nov 2005 14:12:26 |
mnag |
Update to 0.87.1
PR: 88482
Submitted by: garga
Approved by: rob@debank.tv (simon bypass maintainer timeout)
Security: CAN-2005-3303,
http://www.zerodayinitiative.com/advisories/ZDI-05-002.html |
0.87_2 14 Oct 2005 13:40:26 |
mnag |
Fix package list when use LIBUNRAR
If use LIBUNRAR don't need archivers/unrar
Remake patches to work without autotools
Bump PORTREVISION
PR: 87338
Approved by: Rob <rob@debank.tv> (maintainer) |
0.87_1 12 Oct 2005 10:05:11 |
vsevolod |
Fix using of libunrar in OPTIONS variable.
Noted by: ache |
0.87_1 11 Oct 2005 23:07:39 |
vsevolod |
Allow clamav to use rar 3 archives using archivers/libunrar.
PR: 86510
Submitted by: Alex Samorukov <samm@os2.kiev.ua>,
Rob <r.evers@nedstat.com> (maintainer) |