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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: security/clamav/Makefile

Number of commits found: 359 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »  

Monday, 21 Feb 2011
11:35 garga search for other commits by this committer
Fix detection if python was built with threads support and run make check
accordingly

PR:             ports/154848
Submitted by:   Martin Simmons <martin@lispworks.com>
Original commit
Tuesday, 8 Feb 2011
12:13 garga search for other commits by this committer
Update to 0.97

Feature safe:   yes
Original commit
Wednesday, 26 Jan 2011
11:04 garga search for other commits by this committer
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
Original commit
Thursday, 16 Dec 2010
17:43 garga search for other commits by this committer
- 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
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Wednesday, 1 Dec 2010
11:46 garga search for other commits by this committer
Update to 0.96.5
Original commit
Monday, 25 Oct 2010
19:53 garga search for other commits by this committer
Update to 0.96.4
Original commit
Tuesday, 28 Sep 2010
17:27 garga search for other commits by this committer
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
Original commit
Monday, 27 Sep 2010
16:59 garga search for other commits by this committer
- 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>
Original commit
Monday, 20 Sep 2010
17:54 garga search for other commits by this committer
Update to 0.96.3
Original commit
Monday, 13 Sep 2010
11:30 garga search for other commits by this committer
- Add missing dependency (libltdl) to clamav and clamav-devel ports
- Bump PORTREVISION

PR:             ports/150512
Submitted by:   Philippe Pepiot <phil@philpep.org>
Original commit
Friday, 3 Sep 2010
11:27 garga search for other commits by this committer
- 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
Original commit
Tuesday, 24 Aug 2010
16:42 garga search for other commits by this committer
Add LICENSE
Original commit
Monday, 16 Aug 2010
11:38 garga search for other commits by this committer
- 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
Original commit
Friday, 13 Aug 2010
11:29 garga search for other commits by this committer
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.
Original commit
11:05 garga search for other commits by this committer
Update to 0.96.2
Original commit
Tuesday, 10 Aug 2010
13:24 garga search for other commits by this committer
Add LICENSE
Original commit
Friday, 21 May 2010
12:28 garga search for other commits by this committer
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>
Original commit
Wednesday, 19 May 2010
16:15 garga search for other commits by this committer
Update to 0.96.1
Original commit
Tuesday, 4 May 2010
16:08 garga search for other commits by this committer
Disable LLVM/JIT build for sparc64, it should unbreak it on this arch
Original commit
Monday, 12 Apr 2010
13:04 garga search for other commits by this committer
- 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]
Original commit
12:53 garga search for other commits by this committer
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>
Original commit
Friday, 9 Apr 2010
18:48 garga search for other commits by this committer
Python and gmaker are needed just if LLVM option is set
Original commit
Tuesday, 6 Apr 2010
17:53 garga search for other commits by this committer
- 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]
Original commit
17:24 garga search for other commits by this committer
- Remove duplicated BUILD_DEPENDS
Original commit
12:01 garga search for other commits by this committer
- 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]
Original commit
Wednesday, 27 Jan 2010
16:56 garga search for other commits by this committer
Execute a "make check" at post-build target, add libcheck as a dependency for it
Original commit
Thursday, 29 Oct 2009
10:46 garga search for other commits by this committer
Update to 0.95.3
Original commit
Friday, 12 Jun 2009
11:50 garga search for other commits by this committer
- Update to 0.95.2

PR:             ports/135501
Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org>
Original commit
Tuesday, 21 Apr 2009
13:43 garga search for other commits by this committer
- 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>
Original commit
Wednesday, 8 Apr 2009
18:15 garga search for other commits by this committer
- Update to 0.95.1 and fix clamav-milter
Original commit
Friday, 3 Apr 2009
13:56 garga search for other commits by this committer
- 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
Original commit
Friday, 27 Mar 2009
11:52 garga search for other commits by this committer
- Update to 0.95
Original commit
Monday, 23 Mar 2009
12:54 mm search for other commits by this committer
- Mark MAKE_JOBS_SAFE for SMP compilation

PR:             ports/132969
Approved by:    garga (maintainer, via ICQ)
Original commit
Wednesday, 26 Nov 2008
16:46 garga search for other commits by this committer
- Update to 0.94.2
Original commit
Monday, 17 Nov 2008
19:10 garga search for other commits by this committer
- 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
Original commit
Monday, 3 Nov 2008
22:48 garga search for other commits by this committer
- Update to 0.94.1
- Add --libdir to CONFIGURE_ARGS to fix libdir detection under 6.x
Original commit
Monday, 15 Sep 2008
20:36 garga search for other commits by this committer
- Fix pkg-plist
- Bump PORTREVISION

Reported by:    QAT
Approved by:    portmgr (pav)
Original commit
19:58 garga search for other commits by this committer
- 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
Original commit
19:56 garga search for other commits by this committer
- 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)
Original commit
Thursday, 21 Aug 2008
14:25 garga search for other commits by this committer
- 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
Original commit
06:18 rafan search for other commits by this committer
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)
Original commit
Monday, 18 Aug 2008
18:44 garga search for other commits by this committer
- 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]
Original commit
Monday, 7 Jul 2008
20:37 garga search for other commits by this committer
- 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]
Original commit
Tuesday, 17 Jun 2008
11:20 garga search for other commits by this committer
- 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
Original commit
Monday, 16 Jun 2008
19:28 garga search for other commits by this committer
- Fix clamd startup script to support cld containers for virus databases
- Bump PORTREVISION

Reported by:    Robert Huff <roberthuff@rcn.com>
Original commit
Monday, 9 Jun 2008
23:55 garga search for other commits by this committer
- Forgot to remove one conditional about PTHREAD_LIB on last commit
Original commit
23:51 garga search for other commits by this committer
- Remove < 6.1 conditional since it's no longer supported
Original commit
16:13 garga search for other commits by this committer
- Update to 0.93.1
Original commit
Tuesday, 20 May 2008
18:06 garga search for other commits by this committer
- 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
Original commit
Wednesday, 16 Apr 2008
16:05 garga search for other commits by this committer
- 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
Original commit
Thursday, 21 Feb 2008
13:19 garga search for other commits by this committer
- 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
Original commit
Wednesday, 13 Feb 2008
15:37 garga search for other commits by this committer
- 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]
Original commit
Thursday, 24 Jan 2008
17:04 garga search for other commits by this committer
- 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.
Original commit
Wednesday, 19 Dec 2007
23:08 garga search for other commits by this committer
- 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
Original commit
Monday, 26 Nov 2007
17:45 ade search for other commits by this committer
Unbreak pthread-related issues on 5.x

Approved by:    portmgr
Original commit
Tuesday, 21 Aug 2007
16:03 garga search for other commits by this committer
- Update to 0.91.2

PR:             ports/115682
Submitted by:   Michael Scheidell <scheidell@secnap.net>
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- 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
Original commit
Tuesday, 17 Jul 2007
12:27 garga search for other commits by this committer
- Update to 0.91.1

PR:             ports/114643
Submitted by:   Michael Scheidell <scheidell@secnap.net>
Original commit
Wednesday, 11 Jul 2007
15:44 garga search for other commits by this committer
- Update to 0.91
- Remove CURL option because it's not needed anymore
Original commit
Friday, 1 Jun 2007
17:09 garga search for other commits by this committer
- Update to 0.90.3
- Remove unzoo support (clam doesn't support it anymore)

PR:             ports/113174
Submitted by:   Michael Scheidell <scheidell@secnap.net>
Original commit
Monday, 28 May 2007
14:39 garga search for other commits by this committer
- 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
Original commit
Monday, 16 Apr 2007
11:18 garga search for other commits by this committer
- 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>
Original commit
Friday, 13 Apr 2007
18:25 garga search for other commits by this committer
Forced commit to note last commit fix a security problem.

Security:       CVE-2007-2029
Original commit
17:49 garga search for other commits by this committer
- 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]
Original commit
Friday, 16 Mar 2007
19:16 garga search for other commits by this committer
Bump PORTREVISION for last changes

Pointy Hat to:  mbr
Original commit
12:20 mbr search for other commits by this committer
And unbreak support for older FreeBSDs where libthr/libpthread did not exist.

PR:     110334
Original commit
12:04 mbr search for other commits by this committer
Only use libthr for FreeBSD > 6.1
Original commit
Tuesday, 13 Mar 2007
20:11 garga search for other commits by this committer
- 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
Original commit
Thursday, 1 Mar 2007
16:02 garga search for other commits by this committer
Change the way to patch configure to respect ${PTHREAD_LIBS} to a better one.
Original commit
15:54 garga search for other commits by this committer
- Fix problems with thread caused by a bad REINPLACE_CMD.
- Bump PORTREVISION

Reported by:    many users
Original commit
Sunday, 18 Feb 2007
16:12 garga search for other commits by this committer
- 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]
Original commit
Friday, 16 Feb 2007
11:20 garga search for other commits by this committer
- Fix sed used on (clamd|freshclam).conf to new format
- Add LDAP as an OPTION
- Bump PORTREVISION

Spoted by:      ache@
Original commit
00:19 garga search for other commits by this committer
- Update to 0.90
- Cleanup a little bit

PR:             ports/109185 (Based on)
Submitted by:   Michael Scheidell <scheidell@secnap.net>
Original commit
Wednesday, 13 Dec 2006
12:41 roam search for other commits by this committer
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
Original commit
Tuesday, 12 Dec 2006
17:03 mnag search for other commits by this committer
- 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
Original commit
Monday, 6 Nov 2006
11:03 garga search for other commits by this committer
Forced commit to note las one was:

PR:             ports/105198
Submitted by:   Samm & <root@ukrlex.net>
Original commit
10:54 garga search for other commits by this committer
Update to 0.88.6
Original commit
Monday, 16 Oct 2006
14:18 mnag search for other commits by this committer
- 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/
Original commit
Tuesday, 8 Aug 2006
19:33 garga search for other commits by this committer
Respect DESTDIR

Reworked by:    gabor
Tested by:      gabor
Original commit
11:23 garga search for other commits by this committer
- 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
Original commit
Monday, 3 Jul 2006
12:42 garga search for other commits by this committer
Update to 0.88.3
Original commit
Friday, 26 May 2006
16:49 garga search for other commits by this committer
- 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]
Original commit
Wednesday, 24 May 2006
12:34 garga search for other commits by this committer
Depend of archivers/arj instead archivers/unarj
Original commit
Tuesday, 23 May 2006
19:21 garga search for other commits by this committer
Use archivers/unzoo on DEPENDS instead zoo

Proposed by:    Anton Yuzhaninov <citrin at citrin.ru>
Original commit
Wednesday, 10 May 2006
14:46 ale search for other commits by this committer
Chase gmp library and bump PORTREVISION.
Original commit
Sunday, 30 Apr 2006
01:07 garga search for other commits by this committer
Update to 0.88.2
Original commit
Friday, 7 Apr 2006
10:06 garga search for other commits by this committer
Take over maintainership

Approved by:    maintainer by email
Original commit
Thursday, 6 Apr 2006
15:20 garga search for other commits by this committer
- 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
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Wednesday, 11 Jan 2006
10:27 ehaupt search for other commits by this committer
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)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
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.
Original commit
Saturday, 5 Nov 2005
14:12 mnag search for other commits by this committer
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
Original commit
Friday, 14 Oct 2005
13:40 mnag search for other commits by this committer
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)
Original commit
Wednesday, 12 Oct 2005
10:05 vsevolod search for other commits by this committer
Fix using of libunrar in OPTIONS variable.

Noted by:       ache
Original commit
Tuesday, 11 Oct 2005
23:07 vsevolod search for other commits by this committer
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)
Original commit
Tuesday, 20 Sep 2005
08:09 pav search for other commits by this committer
- 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/
Original commit
Tuesday, 30 Aug 2005
21:47 pav search for other commits by this committer
- Bandaid compilation on FreeBSD 5.2.1

PR:             ports/84131
Submitted by:   Thorolf <thorolf@grid.einherjar.de>
Approved by:    maintainer timeout (1 month)
Original commit
Wednesday, 27 Jul 2005
17:22 sem search for other commits by this committer
- Fix startup script for milter

PR:             ports/84104
Submitted by:   maintainer
Reported by:    Erin Fortenberry <kahn@deadbbs.com>
Original commit
Monday, 25 Jul 2005
13:43 sem search for other commits by this committer
- Update to 0.86.2

PR:             ports/84038
Submitted by:   dawnshade <h-k@mail.ru>
Approved by:    maintainer
Original commit

Number of commits found: 359 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »