| non port: security/clamav/Makefile |
Number of commits found: 359 (showing only 100 on this page) |
|
Monday, 21 Feb 2011
|
11:35 garga
Fix detection if python was built with threads support and run make check
accordingly
PR: ports/154848
Submitted by: Martin Simmons <martin@lispworks.com>
 |
|
Tuesday, 8 Feb 2011
|
12:13 garga
Update to 0.97
Feature safe: yes
 |
|
Wednesday, 26 Jan 2011
|
11:04 garga
Restrict LLVM to i386 and amd64 since it doesn't build on sparc64, ia64 and
probably on ppc
Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk>
Feature safe: yes
 |
|
Thursday, 16 Dec 2010
|
17:43 garga
- On 0.96.5, clamav was leaving some zombie proccess of freshclam, fix it.
- Bump PORTREVISION
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
Obtained from:
http://git.clamav.net/gitweb?p=clamav-devel.git;a=commitdiff;h=2e136dcd0d7c34dc742475529db022d80d0dde2e
http://git.clamav.net/gitweb?p=clamav-devel.git;a=commitdiff;h=3c91587c8c894e898345086ef8e7a072fdf7b1bc
 |
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
|
Wednesday, 1 Dec 2010
|
11:46 garga
Update to 0.96.5
 |
|
Monday, 25 Oct 2010
|
19:53 garga
Update to 0.96.4
 |
|
Tuesday, 28 Sep 2010
|
17:27 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
 |
|
Monday, 27 Sep 2010
|
16:59 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>
 |
|
Monday, 20 Sep 2010
|
17:54 garga
Update to 0.96.3
 |
|
Monday, 13 Sep 2010
|
11:30 garga
- Add missing dependency (libltdl) to clamav and clamav-devel ports
- Bump PORTREVISION
PR: ports/150512
Submitted by: Philippe Pepiot <phil@philpep.org>
 |
|
Friday, 3 Sep 2010
|
11:27 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
 |
|
Tuesday, 24 Aug 2010
|
16:42 garga
Add LICENSE
 |
|
Monday, 16 Aug 2010
|
11:38 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
 |
|
Friday, 13 Aug 2010
|
11:29 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.
 |
11:05 garga
Update to 0.96.2
 |
|
Tuesday, 10 Aug 2010
|
13:24 garga
Add LICENSE
 |
|
Friday, 21 May 2010
|
12:28 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>
 |
|
Wednesday, 19 May 2010
|
16:15 garga
Update to 0.96.1
 |
|
Tuesday, 4 May 2010
|
16:08 garga
Disable LLVM/JIT build for sparc64, it should unbreak it on this arch
 |
|
Monday, 12 Apr 2010
|
13:04 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]
 |
12:53 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>
 |
|
Friday, 9 Apr 2010
|
18:48 garga
Python and gmaker are needed just if LLVM option is set
 |
|
Tuesday, 6 Apr 2010
|
17:53 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]
 |
17:24 garga
- Remove duplicated BUILD_DEPENDS
 |
12:01 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]
 |
|
Wednesday, 27 Jan 2010
|
16:56 garga
Execute a "make check" at post-build target, add libcheck as a dependency for it
 |
|
Thursday, 29 Oct 2009
|
10:46 garga
Update to 0.95.3
 |
|
Friday, 12 Jun 2009
|
11:50 garga
- Update to 0.95.2
PR: ports/135501
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org>
 |
|
Tuesday, 21 Apr 2009
|
13:43 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>
 |
|
Wednesday, 8 Apr 2009
|
18:15 garga
- Update to 0.95.1 and fix clamav-milter
 |
|
Friday, 3 Apr 2009
|
13:56 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
 |
|
Friday, 27 Mar 2009
|
11:52 garga
- Update to 0.95
 |
|
Monday, 23 Mar 2009
|
12:54 mm
- Mark MAKE_JOBS_SAFE for SMP compilation
PR: ports/132969
Approved by: garga (maintainer, via ICQ)
 |
|
Wednesday, 26 Nov 2008
|
16:46 garga
- Update to 0.94.2
 |
|
Monday, 17 Nov 2008
|
19:10 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
 |
|
Monday, 3 Nov 2008
|
22:48 garga
- Update to 0.94.1
- Add --libdir to CONFIGURE_ARGS to fix libdir detection under 6.x
 |
|
Monday, 15 Sep 2008
|
20:36 garga
- Fix pkg-plist
- Bump PORTREVISION
Reported by: QAT
Approved by: portmgr (pav)
 |
19:58 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
 |
19:56 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)
 |
|
Thursday, 21 Aug 2008
|
14:25 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
 |
06:18 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
- 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)
 |
|
Monday, 18 Aug 2008
|
18:44 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]
 |
|
Monday, 7 Jul 2008
|
20: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]
 |
|
Tuesday, 17 Jun 2008
|
11:20 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
 |
|
Monday, 16 Jun 2008
|
19:28 garga
- Fix clamd startup script to support cld containers for virus databases
- Bump PORTREVISION
Reported by: Robert Huff <roberthuff@rcn.com>
 |
|
Monday, 9 Jun 2008
|
23:55 garga
- Forgot to remove one conditional about PTHREAD_LIB on last commit
 |
23:51 garga
- Remove < 6.1 conditional since it's no longer supported
 |
16:13 garga
- Update to 0.93.1
 |
|
Tuesday, 20 May 2008
|
18:06 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
 |
|
Wednesday, 16 Apr 2008
|
16:05 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
- Many other improvements
* clamd:
- NEW CONFIG FILE OPTIONS: MaxScanSize, MaxFileSize, MaxRecursion, MaxFiles
- ** THE FOLLOWING OPTIONS ARE NO LONGER SUPPORTED **: MailMaxRecursion,
ArchiveMaxFileSize, ArchiveMaxRecursion, ArchiveMaxFiles,
ArchiveMaxCompressionRatio, ArchiveBlockMax
* clamscan:
- NEW CMDLINE OPTIONS: --max-filesize, --max-scansize
- REMOVED OPTIONS: --block-max, --max-space, --max-ratio
* freshclam:
- NEW CONFIG OPTION CompressLocalDatabase
- NEW CMDLINE SWITCH --no-warnings
- main.inc and daily.inc directories are no longer used by ClamAV; please
remove them manually from your database directory
PR: ports/122770 [1] (based on)
ports/122534 [2]
Submitted by: Michael Scheidell <scheidell@secnap.net> [1]
Sebastian Inacker <inacker@fmsweb.de> [2]
Security: http://secunia.com/advisories/29000
 |
|
Thursday, 21 Feb 2008
|
13:19 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
 |
|
Wednesday, 13 Feb 2008
|
15:37 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]
 |
|
Thursday, 24 Jan 2008
|
17:04 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.
 |
|
Wednesday, 19 Dec 2007
|
23:08 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
 |
|
Monday, 26 Nov 2007
|
17:45 ade
Unbreak pthread-related issues on 5.x
Approved by: portmgr
 |
|
Tuesday, 21 Aug 2007
|
16:03 garga
- Update to 0.91.2
PR: ports/115682
Submitted by: Michael Scheidell <scheidell@secnap.net>
 |
|
Monday, 23 Jul 2007
|
09:36 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
 |
|
Tuesday, 17 Jul 2007
|
12:27 garga
- Update to 0.91.1
PR: ports/114643
Submitted by: Michael Scheidell <scheidell@secnap.net>
 |
|
Wednesday, 11 Jul 2007
|
15:44 garga
- Update to 0.91
- Remove CURL option because it's not needed anymore
 |
|
Friday, 1 Jun 2007
|
17: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>
 |
|
Monday, 28 May 2007
|
14:39 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
 |
|
Monday, 16 Apr 2007
|
11:18 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>
 |
|
Friday, 13 Apr 2007
|
18:25 garga
Forced commit to note last commit fix a security problem.
Security: CVE-2007-2029
 |
17:49 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]
 |
|
Friday, 16 Mar 2007
|
19:16 garga
Bump PORTREVISION for last changes
Pointy Hat to: mbr
 |
12:20 mbr
And unbreak support for older FreeBSDs where libthr/libpthread did not exist.
PR: 110334
 |
12:04 mbr
Only use libthr for FreeBSD > 6.1
 |
|
Tuesday, 13 Mar 2007
|
20:11 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
 |
|
Thursday, 1 Mar 2007
|
16:02 garga
Change the way to patch configure to respect ${PTHREAD_LIBS} to a better one.
 |
15:54 garga
- Fix problems with thread caused by a bad REINPLACE_CMD.
- Bump PORTREVISION
Reported by: many users
 |
|
Sunday, 18 Feb 2007
|
16:12 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]
 |
|
Friday, 16 Feb 2007
|
11:20 garga
- Fix sed used on (clamd|freshclam).conf to new format
- Add LDAP as an OPTION
- Bump PORTREVISION
Spoted by: ache@
 |
00:19 garga
- Update to 0.90
- Cleanup a little bit
PR: ports/109185 (Based on)
Submitted by: Michael Scheidell <scheidell@secnap.net>
 |
|
Wednesday, 13 Dec 2006
|
12:41 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
 |
|
Tuesday, 12 Dec 2006
|
17:03 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
 |
|
Monday, 6 Nov 2006
|
11:03 garga
Forced commit to note las one was:
PR: ports/105198
Submitted by: Samm & <root@ukrlex.net>
 |
10:54 garga
Update to 0.88.6
 |
|
Monday, 16 Oct 2006
|
14:18 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/
 |
|
Tuesday, 8 Aug 2006
|
19:33 garga
Respect DESTDIR
Reworked by: gabor
Tested by: gabor
 |
11:23 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
 |
|
Monday, 3 Jul 2006
|
12:42 garga
Update to 0.88.3
 |
|
Friday, 26 May 2006
|
16:49 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]
 |
|
Wednesday, 24 May 2006
|
12:34 garga
Depend of archivers/arj instead archivers/unarj
 |
|
Tuesday, 23 May 2006
|
19:21 garga
Use archivers/unzoo on DEPENDS instead zoo
Proposed by: Anton Yuzhaninov <citrin at citrin.ru>
 |
|
Wednesday, 10 May 2006
|
14:46 ale
Chase gmp library and bump PORTREVISION.
 |
|
Sunday, 30 Apr 2006
|
01:07 garga
Update to 0.88.2
 |
|
Friday, 7 Apr 2006
|
10:06 garga
Take over maintainership
Approved by: maintainer by email
 |
|
Thursday, 6 Apr 2006
|
15:20 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
 |
|
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
|
Wednesday, 11 Jan 2006
|
10:27 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)
 |
|
Tuesday, 15 Nov 2005
|
06:52 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.
 |
|
Saturday, 5 Nov 2005
|
14:12 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
 |
|
Friday, 14 Oct 2005
|
13:40 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)
 |
|
Wednesday, 12 Oct 2005
|
10:05 vsevolod
Fix using of libunrar in OPTIONS variable.
Noted by: ache
 |
|
Tuesday, 11 Oct 2005
|
23:07 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)
 |
|
Tuesday, 20 Sep 2005
|
08:09 pav
- Update to 0.87
PR: ports/86276
Submitted by: dawnshade <h-k@mail.ru>
Approved by: maintainer timeout (3 days)
timeout rushed by simon (secteam hat)
Security: CAN-2005-2919, CAN-2005-2920,
http://www.secunia.com/advisories/16848/
 |
|
Tuesday, 30 Aug 2005
|
21:47 pav
- Bandaid compilation on FreeBSD 5.2.1
PR: ports/84131
Submitted by: Thorolf <thorolf@grid.einherjar.de>
Approved by: maintainer timeout (1 month)
 |
|
Wednesday, 27 Jul 2005
|
17:22 sem
- Fix startup script for milter
PR: ports/84104
Submitted by: maintainer
Reported by: Erin Fortenberry <kahn@deadbbs.com>
 |
|
Monday, 25 Jul 2005
|
13:43 sem
- Update to 0.86.2
PR: ports/84038
Submitted by: dawnshade <h-k@mail.ru>
Approved by: maintainer
 |
Number of commits found: 359 (showing only 100 on this page) |