| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
log:
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
Notes:
svn path=/head/; revision=262044
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=261960
|
|
|
|
| |
Notes:
svn path=/head/; revision=261500
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/150512
Submitted by: Philippe Pepiot <phil@philpep.org>
Notes:
svn path=/head/; revision=261071
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/150243
Submitted by: Frank Wall <fw@moov.de>
Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2235
Notes:
svn path=/head/; revision=260480
|
|
|
|
| |
Notes:
svn path=/head/; revision=259917
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/149637
Submitted by: Michael Scheidell <scheidell@secnap.net>
Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2201
Notes:
svn path=/head/; revision=259347
|
|
|
|
|
|
|
| |
it'll be fixed soon. Remove LICENSE from clamav ports for now.
Notes:
svn path=/head/; revision=259168
|
|
|
|
| |
Notes:
svn path=/head/; revision=259167
|
|
|
|
| |
Notes:
svn path=/head/; revision=259066
|
|
|
|
|
|
|
|
|
| |
dependency when LLVM is not set.
Submitted by: Guy Antony Halse <G.Halse@ru.ac.za>
Notes:
svn path=/head/; revision=254723
|
|
|
|
| |
Notes:
svn path=/head/; revision=254600
|
|
|
|
| |
Notes:
svn path=/head/; revision=253689
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=252591
|
|
|
|
|
|
|
|
|
|
| |
local python doesn't have this
PR: ports/145520
Submitted by: Michael Scheidell <scheidell at secnap.net>
Notes:
svn path=/head/; revision=252590
|
|
|
|
| |
Notes:
svn path=/head/; revision=252484
|
|
|
|
|
|
|
|
|
|
| |
- Make JIT bytecode compiler as an OPTION, On by default [1]
PR: ports/145435 [1]
Submitted by: Alexander Wittig <alexander at wittig.name> [1]
Notes:
svn path=/head/; revision=252330
|
|
|
|
| |
Notes:
svn path=/head/; revision=252326
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=252317
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
| |
Notes:
svn path=/head/; revision=248701
|
|
|
|
| |
Notes:
svn path=/head/; revision=248356
|
|
|
|
| |
Notes:
svn path=/head/; revision=243443
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/135501
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org>
Notes:
svn path=/head/; revision=235641
|
|
|
|
|
|
|
|
|
|
|
| |
way to reload clam data without need restart
- Bump PORTREVISION
PR: ports/133868
Submitted by: Michael Scheidell <scheidell@secnap.net>
Notes:
svn path=/head/; revision=232421
|
|
|
|
| |
Notes:
svn path=/head/; revision=231892
|
|
|
|
| |
Notes:
svn path=/head/; revision=231546
|
|
|
|
|
|
|
|
| |
to a version that have the fix and won't update it anymore until 0.95.1 is
released
Notes:
svn path=/head/; revision=231545
|
|
|
|
| |
Notes:
svn path=/head/; revision=231107
|
|
|
|
|
|
|
|
| |
PR: ports/132969
Approved by: garga (maintainer, via ICQ)
Notes:
svn path=/head/; revision=230737
|
|
|
|
| |
Notes:
svn path=/head/; revision=223414
|
|
|
|
|
|
|
|
|
| |
versions will stop building
- Remove --disable-zlib-vcheck from CONFIGURE_ARGS to fix a warning on
configure
Notes:
svn path=/head/; revision=222980
|
|
|
|
|
|
|
| |
- Add --libdir to CONFIGURE_ARGS to fix libdir detection under 6.x
Notes:
svn path=/head/; revision=222366
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: QAT
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=220393
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=218954
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 @ 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]
Notes:
svn path=/head/; revision=218781
|
|
|
|
|
|
|
|
| |
PR: ports/126575
Submitted by: Paul Toirkens <paul@sapphire.toirkens.com>
Notes:
svn path=/head/; revision=218767
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=216827
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=216495
|
|
|
|
|
|
|
|
|
|
|
| |
commit
- Bump PORTREVISION again
Submitted by: George L. Yermulnik <yz@iptcom.net>
Pointyhat to: me
Notes:
svn path=/head/; revision=215001
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: Robert Huff <roberthuff@rcn.com>
Notes:
svn path=/head/; revision=214967
|
|
|
|
| |
Notes:
svn path=/head/; revision=214598
|
|
|
|
| |
Notes:
svn path=/head/; revision=214597
|
|
|
|
| |
Notes:
svn path=/head/; revision=214587
|
|
|
|
|
|
|
|
|
|
|
| |
- Some cosmetic changes (indentation)
- sort pkg-plist
- Add option on clamav-milter startup script to change socket permissions
(tested on clamav-devel)
- Bump PORTREVISION
Notes:
svn path=/head/; revision=213398
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=211374
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=207721
|