Re: staging without root privileges

2014-05-15 Thread Anton Shterenlikht

Am 14.05.2014 17:51, schrieb Baptiste Daroussin:

 Add USES=uidfix it should do the magic :)

...added a note to the wiki ports/StageDir...

doesn't work for me:

without USES=uidfix:

===   slatec-4.1_2 depends on executable: gfortran47 - found
===   Generating temporary packing list
install -C -o root -g wheel -m 444   libslatec.a 
/tmp/usr/ports/math/slatec/work/stage/usr/local/lib
install: /tmp/usr/ports/math/slatec/work/stage/usr/local/lib/libslatec.a: 
chown/chgrp: Operation not permitted
*** Error code 71

with USES=uidfix:

$ make WRKDIRPREFIX=/tmp PACKAGES=/tmp clean all stage plist-check package
===  Cleaning for slatec-4.1_2
===  Found saved configuration for slatec-4.1_2
===   slatec-4.1_2 depends on file: /usr/local/sbin/pkg - found
=== Fetching all distfiles required by slatec-4.1_2 for building
===  Extracting for slatec-4.1_2
= SHA256 Checksum OK for slatec/guide.
= SHA256 Checksum OK for slatec/slatec_chk.tgz.
= SHA256 Checksum OK for slatec/slatec_src.tgz.
= SHA256 Checksum OK for slatec/toc.
= SHA256 Checksum OK for slatec/d1mach.f.
= SHA256 Checksum OK for slatec/i1mach.f.
= SHA256 Checksum OK for slatec/r1mach.f.
===  Patching for slatec-4.1_2
===  Configuring for slatec-4.1_2
===  Building for slatec-4.1_2
--- objwarn ---
--- aa.po ---
--- objwarn ---
Warning: Object directory not changed from original 
/tmp/usr/ports/math/slatec/work/src
--- acosh.po ---
--- aa.po ---
f77 -pg -O -o aa.po -c aa.f
f77: not found
--- acosh.po ---
f77 -pg -O -o acosh.po -c acosh.f
--- aa.po ---
*** [aa.po] Error code 127

make[2]: stopped in /tmp/usr/ports/math/slatec/work/src
--- acosh.po ---
f77: not found

From the Makefile:

USES=   fortran
USE_LDCONFIG=   yes
WRKSRC= ${WRKDIR}/src
SHLIB_MAJOR=1

USES=   uidfix

Anton

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Unable to update to clamav 0.98.3

2014-05-15 Thread Andrei Brezan


On 05/13/14 11:55, Jerry wrote:

On Mon, 12 May 2014 11:03:50 -0300, Renato Botelho stated:


On Thursday, May 08, 2014 04:35:11 PM Jerry wrote:

FreeBSD 10.0-RELEASE

I am unable to update to clamav-0.98.3. It terminates with the
following error message:

clamd.c:335:59: warning: format specifies type 'unsigned int' but the
argument has type 'off_t' (aka 'long') [-Wformat] logg(#Log file size
limited to %u bytes.\n, logg_size); ~~^ %ld
1 warning generated.
   CC tcpserver.o
   CC localserver.o
   CC session.o
   CC thrmgr.o
   CC server-th.o
   CC scanner.o
scanner.c:105:25: warning: passing 'const unsigned char *' to parameter
of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
 strncpy(c-virhash, md5, 32);
 ^~~
/usr/include/string.h:101:57: note: passing argument to parameter here
char*strncpy(char * __restrict, const char * __restrict, size_t);
^
1 warning generated.
   CC others.o
   CC fan.o
   CCLD   clamd
gmake[3]: Leaving directory
`/usr/ports/security/clamav/work/clamav-0.98.3/clamd' Making all in
clamdscan
gmake[3]: Entering directory
`/usr/ports/security/clamav/work/clamav-0.98.3/clamdscan' CC
output.o CC optparser.o
   CC misc.o
   CC getopt.o
   CC actions.o
   CC clamdcom.o
../shared/clamdcom.c:42:13: warning: implicit declaration of function
'send' is invalid in C99 [-Wimplicit-function-declaration] int sent =
send(sockd, line, len, 0);
^
../shared/clamdcom.c:75:13: warning: implicit declaration of function
'recv' is invalid in C99 [-Wimplicit-function-declaration] s-r =
recv(s-sockd, s-cur, sizeof(s-buf) - (s-cur - s-buf), 0); ^
2 warnings generated.
   CC clamdscan.o
   CC proto.o
   CC client.o
   CCLD   clamdscan
gmake[3]: Leaving directory
`/usr/ports/security/clamav/work/clamav-0.98.3/clamdscan' Making all in
freshclam
gmake[3]: Entering directory
`/usr/ports/security/clamav/work/clamav-0.98.3/freshclam' CC
output.o CC optparser.o
   CC getopt.o
   CC misc.o
   CC cdiff.o
   CC tar.o
   CC clamdcom.o
../shared/clamdcom.c:42:13: warning: implicit declaration of function
'send' is invalid in C99 [-Wimplicit-function-declaration] int sent =
send(sockd, line, len, 0);
^
../shared/clamdcom.c:75:13: warning: implicit declaration of function
'recv' is invalid in C99 [-Wimplicit-function-declaration] s-r =
recv(s-sockd, s-cur, sizeof(s-buf) - (s-cur - s-buf), 0); ^
2 warnings generated.
   CC freshclam.o
In file included from freshclam.c:57:
In file included from ../libclamav/others.h:21:
In file included from ../libclamav/matcher.h:28:
../libclamav/others.h:154:5: error: unknown type name 'stats_section_t'
 stats_section_t *sections;
 ^
../libclamav/others.h:323:5: error: unknown type name
'clcb_stats_add_sample' clcb_stats_add_sample cb_stats_add_sample;
 ^
../libclamav/others.h:324:5: error: unknown type name
'clcb_stats_remove_sample' clcb_stats_remove_sample
cb_stats_remove_sample; ^
../libclamav/others.h:325:5: error: unknown type name
'clcb_stats_decrement_count' clcb_stats_decrement_count
cb_stats_decrement_count;
 ^
../libclamav/others.h:326:5: error: unknown type name
'clcb_stats_submit' clcb_stats_submit cb_stats_submit;
 ^
../libclamav/others.h:327:5: error: unknown type name 'clcb_stats_flush'
 clcb_stats_flush cb_stats_flush;
 ^
../libclamav/others.h:328:5: error: unknown type name
'clcb_stats_get_num' clcb_stats_get_num cb_stats_get_num;
 ^
../libclamav/others.h:329:5: error: unknown type name
'clcb_stats_get_size' clcb_stats_get_size cb_stats_get_size;
 ^
../libclamav/others.h:330:5: error: unknown type name
'clcb_stats_get_hostid' clcb_stats_get_hostid cb_stats_get_hostid;
 ^
../libclamav/others.h:380:5: error: unknown type name
'clcb_stats_add_sample' clcb_stats_add_sample cb_stats_add_sample;
 ^
../libclamav/others.h:381:5: error: unknown type name
'clcb_stats_remove_sample' clcb_stats_remove_sample
cb_stats_remove_sample; ^
../libclamav/others.h:382:5: error: unknown type name
'clcb_stats_decrement_count' clcb_stats_decrement_count
cb_stats_decrement_count;
 ^
../libclamav/others.h:383:5: error: unknown type name
'clcb_stats_submit' clcb_stats_submit cb_stats_submit;
 ^
../libclamav/others.h:384:5: error: unknown type name 'clcb_stats_flush'
 clcb_stats_flush cb_stats_flush;
 ^
../libclamav/others.h:385:5: error: unknown type name
'clcb_stats_get_num' clcb_stats_get_num cb_stats_get_num;
 ^
../libclamav/others.h:386:5: error: unknown type name
'clcb_stats_get_size' clcb_stats_get_size cb_stats_get_size;
 ^
../libclamav/others.h:387:5: error: unknown type name
'clcb_stats_get_hostid' clcb_stats_get_hostid cb_stats_get_hostid;
 ^
freshclam.c:762:5: warning: implicit declaration of function

Re: Committer to address 2 CVE's against strongswan

2014-05-15 Thread Kurt Jaeger
Hi!

 Strongswan 5.1.1 has two CVE's that are corrected in the 5.1.3 release.
 The maintainer has provided a patch on 8th May, thank-you Francois.  The
 patch applies cleanly and the patched strongswan 5.1.3 installs and
 functions correctly.  I've installed it on two FreeBSD 9.2 (Stable) VPN
 servers, and other tunnelling firewalls.

 It would be appreciated if a ports committer could provide this patch
 for the rest of the user-base, via a strongswan port update.

Testing with

poudriere testport -j 10amd64 -o security/strongswan -n

found some pkg-plist issues:


[...]
=== Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: etc/ipsec.conf
Error: Orphaned: %%ETCDIR%%.conf
Error: Orphaned: %%ETCDIR%%.d/charon-logging.conf
Error: Orphaned: %%ETCDIR%%.d/charon.conf
Error: Orphaned: %%ETCDIR%%.d/charon/addrblock.conf
Error: Orphaned: %%ETCDIR%%.d/charon/aes.conf
Error: Orphaned: %%ETCDIR%%.d/charon/attr.conf
Error: Orphaned: %%ETCDIR%%.d/charon/blowfish.conf
Error: Orphaned: %%ETCDIR%%.d/charon/cmac.conf
Error: Orphaned: %%ETCDIR%%.d/charon/constraints.conf
Error: Orphaned: %%ETCDIR%%.d/charon/des.conf
Error: Orphaned: %%ETCDIR%%.d/charon/dnskey.conf
Error: Orphaned: %%ETCDIR%%.d/charon/eap-identity.conf
Error: Orphaned: %%ETCDIR%%.d/charon/eap-md5.conf
Error: Orphaned: %%ETCDIR%%.d/charon/eap-mschapv2.conf
Error: Orphaned: %%ETCDIR%%.d/charon/eap-peap.conf
Error: Orphaned: %%ETCDIR%%.d/charon/eap-tls.conf
Error: Orphaned: %%ETCDIR%%.d/charon/eap-ttls.conf
Error: Orphaned: %%ETCDIR%%.d/charon/fips-prf.conf
Error: Orphaned: %%ETCDIR%%.d/charon/hmac.conf
Error: Orphaned: %%ETCDIR%%.d/charon/kernel-pfkey.conf
Error: Orphaned: %%ETCDIR%%.d/charon/kernel-pfroute.conf
Error: Orphaned: %%ETCDIR%%.d/charon/md4.conf
Error: Orphaned: %%ETCDIR%%.d/charon/md5.conf
Error: Orphaned: %%ETCDIR%%.d/charon/nonce.conf
Error: Orphaned: %%ETCDIR%%.d/charon/openssl.conf
Error: Orphaned: %%ETCDIR%%.d/charon/pem.conf
Error: Orphaned: %%ETCDIR%%.d/charon/pgp.conf
Error: Orphaned: %%ETCDIR%%.d/charon/pkcs1.conf
Error: Orphaned: %%ETCDIR%%.d/charon/pkcs12.conf
Error: Orphaned: %%ETCDIR%%.d/charon/pkcs7.conf
Error: Orphaned: %%ETCDIR%%.d/charon/pkcs8.conf
Error: Orphaned: %%ETCDIR%%.d/charon/pubkey.conf
Error: Orphaned: %%ETCDIR%%.d/charon/random.conf
Error: Orphaned: %%ETCDIR%%.d/charon/rc2.conf
Error: Orphaned: %%ETCDIR%%.d/charon/resolve.conf
Error: Orphaned: %%ETCDIR%%.d/charon/revocation.conf
Error: Orphaned: %%ETCDIR%%.d/charon/sha1.conf
Error: Orphaned: %%ETCDIR%%.d/charon/sha2.conf
Error: Orphaned: %%ETCDIR%%.d/charon/socket-default.conf
Error: Orphaned: %%ETCDIR%%.d/charon/sshkey.conf
Error: Orphaned: %%ETCDIR%%.d/charon/stroke.conf
Error: Orphaned: %%ETCDIR%%.d/charon/updown.conf
Error: Orphaned: %%ETCDIR%%.d/charon/whitelist.conf
Error: Orphaned: %%ETCDIR%%.d/charon/x509.conf
Error: Orphaned: %%ETCDIR%%.d/charon/xcbc.conf
Error: Orphaned: %%ETCDIR%%.d/starter.conf
Error: Orphaned: lib/ipsec/libcharon.so.0.0.0
Error: Orphaned: lib/ipsec/libhydra.so.0.0.0
Error: Orphaned: lib/ipsec/libstrongswan.so.0.0.0
Error: Orphaned: lib/ipsec/libtls.so.0.0.0
Error: Orphaned: @dirrmtry %%ETCDIR%%.d/charon
Error: Orphaned: @dirrmtry %%ETCDIR%%.d



I'll investigate this evening (in approx. 10 hours), if someone
can look after it before that ?

--
p...@opsec.eu+49 171 3101372 6 years to go !
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


OpenCASCADE upgrade fails on i386

2014-05-15 Thread Andrea Venturoli

Hello.

Upgrading from 6.6.0 to 6.7.1 works fine on amd64.
However it fails on i386 with:

...

Creating bzip'd tar ball in 
'/var/tmp/usr/ports/cad/opencascade/work/pkg/opencascade-6.7.1_1.tbz'
tar: OpenCAS/custom_gcc_64_.sh: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** [do-package] Error code 1


Just to let you know...

 bye  Thanks
av.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD ports you maintain which are out of date

2014-05-15 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
audio/csound6   | 6.02| 6.03.2
+-+
cad/adms| 2.3.0   | 2.3.2
+-+
graphics/epix   | 1.2.13  | 1.2.14
+-+
math/asir2000   | 20110810| 20140514
+-+
net-p2p/libtorrent  | 0.13.2  | 0.13.4
+-+
net-p2p/rtorrent| 0.9.2   | 0.9.4
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Committer to address 2 CVE's against strongswan

2014-05-15 Thread Dewayne Geraghty

On 15/05/2014 6:49 PM, Kurt Jaeger wrote:
 Hi!

 Strongswan 5.1.1 has two CVE's that are corrected in the 5.1.3 release.
 The maintainer has provided a patch on 8th May, thank-you Francois.  The
 patch applies cleanly and the patched strongswan 5.1.3 installs and
 functions correctly.  I've installed it on two FreeBSD 9.2 (Stable) VPN
 servers, and other tunnelling firewalls.

 It would be appreciated if a ports committer could provide this patch
 for the rest of the user-base, via a strongswan port update.
 Testing with

 poudriere testport -j 10amd64 -o security/strongswan -n

 found some pkg-plist issues:

 
 [...]
 === Checking for items in STAGEDIR missing from pkg-plist
 Error: Orphaned: etc/ipsec.conf
 Error: Orphaned: %%ETCDIR%%.conf
 Error: Orphaned: %%ETCDIR%%.d/charon-logging.conf
 Error: Orphaned: %%ETCDIR%%.d/charon.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/addrblock.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/aes.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/attr.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/blowfish.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/cmac.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/constraints.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/des.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/dnskey.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/eap-identity.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/eap-md5.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/eap-mschapv2.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/eap-peap.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/eap-tls.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/eap-ttls.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/fips-prf.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/hmac.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/kernel-pfkey.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/kernel-pfroute.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/md4.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/md5.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/nonce.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/openssl.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/pem.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/pgp.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/pkcs1.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/pkcs12.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/pkcs7.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/pkcs8.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/pubkey.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/random.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/rc2.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/resolve.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/revocation.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/sha1.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/sha2.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/socket-default.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/sshkey.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/stroke.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/updown.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/whitelist.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/x509.conf
 Error: Orphaned: %%ETCDIR%%.d/charon/xcbc.conf
 Error: Orphaned: %%ETCDIR%%.d/starter.conf
 Error: Orphaned: lib/ipsec/libcharon.so.0.0.0
 Error: Orphaned: lib/ipsec/libhydra.so.0.0.0
 Error: Orphaned: lib/ipsec/libstrongswan.so.0.0.0
 Error: Orphaned: lib/ipsec/libtls.so.0.0.0
 Error: Orphaned: @dirrmtry %%ETCDIR%%.d/charon
 Error: Orphaned: @dirrmtry %%ETCDIR%%.d

 

 I'll investigate this evening (in approx. 10 hours), if someone
 can look after it before that ?

 --
 p...@opsec.eu+49 171 3101372 6 years to 
 go !


Kurt,
Thank-you for taking the time to look into this.  The configuration used
in the final build isn't standard, and comprises:
 CURL=on: Enable CURL to fetch CRL/OCSP
 EAPRADIUS=on: Enable EAP Radius proxy authentication
 IKEv1=on: Enable IKEv1 support
 XAUTH=on: Enable XAuth password verification

The environment is 9.2Stable i386 and amd64 as of 5th May.  Built
without both pkg_ng and poudriere. 

The entire tree was rebuilt on May 10 (all ports deleted, rebuilt and
reinstalled on two build and four test machines).  Strongswan and
libexecinfo have been rebuilt a few times since then as I've added
--enable-padlock to the build.  It has a missing include file which I've
requested upstream to include http://wiki.strongswan.org/issues/591

There are warning messages like
libtool: install: warning: remember to run `libtool --finish
/usr/local/lib/ipsec/plugins'
libtool: install: warning: relinking `libstrongswan-eap-peap.la'
libtool: install: warning: `../../src/libcharon/libcharon.la' has not
been installed in `/usr/local/lib/ipsec'
assuming that these were remnants of meta-ports flux, ignored them,
tested over a few days and deployed.  Windows7  Apple IOS clients
connect ok, as do eap-tls FreeBSD tunnels.  So its disappointing that
you've come across these errors, but does raise the prospect that
migrating to next gen tools might enhance quality control - a benefit.

Regards, Dewayne
___

Re: Committer to address 2 CVE's against strongswan

2014-05-15 Thread Kurt Jaeger
Hi!

 Testing with
 
 poudriere testport -j 10amd64 -o security/strongswan -n
 
 found some pkg-plist issues:
 
 
 [...]
 === Checking for items in STAGEDIR missing from pkg-plist
 Error: Orphaned: etc/ipsec.conf
 Error: Orphaned: %%ETCDIR%%.conf

Fixed with some adds to the pkg-plist, poudriere went OK:

http://people.freebsd.org/~pi/misc/strongswan-5.1.3.log 

Pending mentor approval.

-- 
p...@opsec.eu+49 171 3101372 6 years to go !
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Committer to address 2 CVE's against strongswan

2014-05-15 Thread Kurt Jaeger
Hi!

 Thank-you for taking the time to look into this.  The configuration used
 in the final build isn't standard, and comprises:
  CURL=on: Enable CURL to fetch CRL/OCSP
  EAPRADIUS=on: Enable EAP Radius proxy authentication
  IKEv1=on: Enable IKEv1 support
  XAUTH=on: Enable XAuth password verification

strongswan has many options and covering all those is not easy
(and not part of my build-testing it 8-) The issue would be
feature-testing it, but I hope I'm into gardening as a new
career when this happens 8-)

 The environment is 9.2Stable i386 and amd64 as of 5th May.  Built
 without both pkg_ng and poudriere. 
 
 The entire tree was rebuilt on May 10 (all ports deleted, rebuilt and
 reinstalled on two build and four test machines).  Strongswan and
 libexecinfo have been rebuilt a few times since then as I've added
 --enable-padlock to the build.

I'm not sure I'm following you here. The patch from the maintainer
in PR 189132 does probably not contain your --enable-padlock change,
right ?

Would you mind to submit a seperate PR with the change ?

 So its disappointing that
 you've come across these errors, but does raise the prospect that
 migrating to next gen tools might enhance quality control - a benefit.

Yes, and the pkg-plist issue was easy to fix 8-)

-- 
p...@opsec.eu+49 171 3101372 6 years to go !
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: staging without root privileges

2014-05-15 Thread Baptiste Daroussin
On Thu, May 15, 2014 at 09:05:46AM +0100, Anton Shterenlikht wrote:
 
 Am 14.05.2014 17:51, schrieb Baptiste Daroussin:
 
  Add USES=uidfix it should do the magic :)
 
 ...added a note to the wiki ports/StageDir...
 
 doesn't work for me:
 
 without USES=uidfix:
 
 ===   slatec-4.1_2 depends on executable: gfortran47 - found
 ===   Generating temporary packing list
 install -C -o root -g wheel -m 444   libslatec.a 
 /tmp/usr/ports/math/slatec/work/stage/usr/local/lib
 install: /tmp/usr/ports/math/slatec/work/stage/usr/local/lib/libslatec.a: 
 chown/chgrp: Operation not permitted
 *** Error code 71
 
 with USES=uidfix:
 
 $ make WRKDIRPREFIX=/tmp PACKAGES=/tmp clean all stage plist-check package
 ===  Cleaning for slatec-4.1_2
 ===  Found saved configuration for slatec-4.1_2
 ===   slatec-4.1_2 depends on file: /usr/local/sbin/pkg - found
 === Fetching all distfiles required by slatec-4.1_2 for building
 ===  Extracting for slatec-4.1_2
 = SHA256 Checksum OK for slatec/guide.
 = SHA256 Checksum OK for slatec/slatec_chk.tgz.
 = SHA256 Checksum OK for slatec/slatec_src.tgz.
 = SHA256 Checksum OK for slatec/toc.
 = SHA256 Checksum OK for slatec/d1mach.f.
 = SHA256 Checksum OK for slatec/i1mach.f.
 = SHA256 Checksum OK for slatec/r1mach.f.
 ===  Patching for slatec-4.1_2
 ===  Configuring for slatec-4.1_2
 ===  Building for slatec-4.1_2
 --- objwarn ---
 --- aa.po ---
 --- objwarn ---
 Warning: Object directory not changed from original 
 /tmp/usr/ports/math/slatec/work/src
 --- acosh.po ---
 --- aa.po ---
 f77 -pg -O -o aa.po -c aa.f
 f77: not found
 --- acosh.po ---
 f77 -pg -O -o acosh.po -c acosh.f
 --- aa.po ---
 *** [aa.po] Error code 127
 
 make[2]: stopped in /tmp/usr/ports/math/slatec/work/src
 --- acosh.po ---
 f77: not found
 
 From the Makefile:
 
 USES=   fortran
 USE_LDCONFIG=   yes
 WRKSRC= ${WRKDIR}/src
 SHLIB_MAJOR=1
 
 USES=   uidfix
 
 Anton

You USES=uidfix is overwriting USES=fortran so it doesn't find the compiler, you
want to append it.

regards,
Bapt


pgplUkOy7gfNi.pgp
Description: PGP signature


Re: staging without root privileges

2014-05-15 Thread Baptiste Daroussin
On Wed, May 14, 2014 at 08:48:07PM +0200, Matthias Andree wrote:
 Am 14.05.2014 17:51, schrieb Baptiste Daroussin:
 
  Add USES=uidfix it should do the magic :)
 
 ...added a note to the wiki ports/StageDir...
 

it is documented already in the handbook:
http://www.freebsd.org/doc/en/books/porters-handbook/appendices.html#uses-values
that is why I guess noone added it to the wiki page.

regards,
Bapt


pgpicdrD3hsnJ.pgp
Description: PGP signature


Re: Unable to update to clamav 0.98.3

2014-05-15 Thread Renato Botelho
On Tuesday, May 13, 2014 05:55:04 AM Jerry wrote:
 On Mon, 12 May 2014 11:03:50 -0300, Renato Botelho stated:
  On Thursday, May 08, 2014 04:35:11 PM Jerry wrote:
   FreeBSD 10.0-RELEASE
   
   I am unable to update to clamav-0.98.3. It terminates with the
   following error message:
   
   clamd.c:335:59: warning: format specifies type 'unsigned int' but the
   argument has type 'off_t' (aka 'long') [-Wformat] logg(#Log file size
   limited to %u bytes.\n, logg_size); ~~^ %ld
   1 warning generated.
   
 CC tcpserver.o
 CC localserver.o
 CC session.o
 CC thrmgr.o
 CC server-th.o
 CC scanner.o
   
   scanner.c:105:25: warning: passing 'const unsigned char *' to parameter
   of type 'const char *' converts between pointers to integer types with
   different sign [-Wpointer-sign]
   
   strncpy(c-virhash, md5, 32);
   
   ^~~
   
   /usr/include/string.h:101:57: note: passing argument to parameter here
   char*strncpy(char * __restrict, const char * __restrict, size_t);
   
  ^
   
   1 warning generated.
   
 CC others.o
 CC fan.o
 CCLD   clamd
   
   gmake[3]: Leaving directory
   `/usr/ports/security/clamav/work/clamav-0.98.3/clamd' Making all in
   clamdscan
   gmake[3]: Entering directory
   `/usr/ports/security/clamav/work/clamav-0.98.3/clamdscan' CC
   output.o CC optparser.o
   
 CC misc.o
 CC getopt.o
 CC actions.o
 CC clamdcom.o
   
   ../shared/clamdcom.c:42:13: warning: implicit declaration of function
   'send' is invalid in C99 [-Wimplicit-function-declaration] int sent =
   send(sockd, line, len, 0);
   
  ^
   
   ../shared/clamdcom.c:75:13: warning: implicit declaration of function
   'recv' is invalid in C99 [-Wimplicit-function-declaration] s-r =
   recv(s-sockd, s-cur, sizeof(s-buf) - (s-cur - s-buf), 0); ^
   2 warnings generated.
   
 CC clamdscan.o
 CC proto.o
 CC client.o
 CCLD   clamdscan
   
   gmake[3]: Leaving directory
   `/usr/ports/security/clamav/work/clamav-0.98.3/clamdscan' Making all in
   freshclam
   gmake[3]: Entering directory
   `/usr/ports/security/clamav/work/clamav-0.98.3/freshclam' CC
   output.o CC optparser.o
   
 CC getopt.o
 CC misc.o
 CC cdiff.o
 CC tar.o
 CC clamdcom.o
   
   ../shared/clamdcom.c:42:13: warning: implicit declaration of function
   'send' is invalid in C99 [-Wimplicit-function-declaration] int sent =
   send(sockd, line, len, 0);
   
  ^
   
   ../shared/clamdcom.c:75:13: warning: implicit declaration of function
   'recv' is invalid in C99 [-Wimplicit-function-declaration] s-r =
   recv(s-sockd, s-cur, sizeof(s-buf) - (s-cur - s-buf), 0); ^
   2 warnings generated.
   
 CC freshclam.o
   
   In file included from freshclam.c:57:
   In file included from ../libclamav/others.h:21:
   In file included from ../libclamav/matcher.h:28:
   ../libclamav/others.h:154:5: error: unknown type name 'stats_section_t'
   
   stats_section_t *sections;
   ^
   
   ../libclamav/others.h:323:5: error: unknown type name
   'clcb_stats_add_sample' clcb_stats_add_sample cb_stats_add_sample;
   
   ^
   
   ../libclamav/others.h:324:5: error: unknown type name
   'clcb_stats_remove_sample' clcb_stats_remove_sample
   cb_stats_remove_sample; ^
   ../libclamav/others.h:325:5: error: unknown type name
   'clcb_stats_decrement_count' clcb_stats_decrement_count
   cb_stats_decrement_count;
   
   ^
   
   ../libclamav/others.h:326:5: error: unknown type name
   'clcb_stats_submit' clcb_stats_submit cb_stats_submit;
   
   ^
   
   ../libclamav/others.h:327:5: error: unknown type name 'clcb_stats_flush'
   
   clcb_stats_flush cb_stats_flush;
   ^
   
   ../libclamav/others.h:328:5: error: unknown type name
   'clcb_stats_get_num' clcb_stats_get_num cb_stats_get_num;
   
   ^
   
   ../libclamav/others.h:329:5: error: unknown type name
   'clcb_stats_get_size' clcb_stats_get_size cb_stats_get_size;
   
   ^
   
   ../libclamav/others.h:330:5: error: unknown type name
   'clcb_stats_get_hostid' clcb_stats_get_hostid cb_stats_get_hostid;
   
   ^
   
   ../libclamav/others.h:380:5: error: unknown type name
   'clcb_stats_add_sample' clcb_stats_add_sample cb_stats_add_sample;
   
   ^
   
   ../libclamav/others.h:381:5: error: unknown type name
   'clcb_stats_remove_sample' clcb_stats_remove_sample
   cb_stats_remove_sample; ^
   ../libclamav/others.h:382:5: error: unknown type name
   'clcb_stats_decrement_count' clcb_stats_decrement_count
   cb_stats_decrement_count;
   
   ^
   
   ../libclamav/others.h:383:5: error: unknown type name
   'clcb_stats_submit' clcb_stats_submit cb_stats_submit;
   
   ^
   
   ../libclamav/others.h:384:5: error: unknown type name 'clcb_stats_flush'
   
  

Re: www/openx: CVE-2013-7149 no patch available?

2014-05-15 Thread Volodymyr Kostyrko

07.05.2014 11:56, Alan Hicks wrote:

On 06/05/2014 20:26, Volodymyr Kostyrko wrote:

Hi all.

In case anyone is still using www/openx.

Does anyone know about any patches for this issue? Had anyone patched
openx by himself?



The project has moved to https://github.com/revive-adserver

Although I have patched my copy of OpenX for both the vulnerability and
PostgreSQL support, there was no interest from the people at
revive-adserver, though they have since patched the vulnerability.
Having almost completed the removal of OpenX from my servers there is
little interest in supporting it.  Original patch attached for reference.


Thanks, I'll try to move to revive-adserver. Already filed a PR with a 
new port.


--
Sphinx of black quartz, judge my vow.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


[QAT] 354127: 4x leftovers

2014-05-15 Thread Ports-QAT
. Support stage
. Move to new LIB_DEPENDS

Approved by:portmgr (blanket)
-

  Build ID:  20140515140400-29876
  Job owner: ga...@freebsd.org
  Buildtime: 12 minutes
  Enddate:   Thu, 15 May 2014 14:15:40 GMT

  Revision:  354127
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=354127

-

Port:security/clamcour 0.3.8_6

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515140400-29876-332494/clamcour-0.3.8_6.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515140400-29876-332495/clamcour-0.3.8_6.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515140400-29876-332496/clamcour-0.3.8_6.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515140400-29876-332497/clamcour-0.3.8_6.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20140515140400-29876
redports https://qat.redports.org/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


[QAT] 354141: 8x leftovers, 24x success

2014-05-15 Thread Ports-QAT
. Add USES=libtool on security/clamav
. Drop .la files
. Since lib version was downgraded, bump portrevision on ports that depends of 
clamav
. Fix REQUIRE names on rc.d scripts
-

  Build ID:  20140515154200-47456
  Job owner: ga...@freebsd.org
  Buildtime: 44 minutes
  Enddate:   Thu, 15 May 2014 16:26:17 GMT

  Revision:  354141
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=354141

-

Port:security/clamav 0.98.3_2

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332554/clamav-0.98.3_2.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332555/clamav-0.98.3_2.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332556/clamav-0.98.3_2.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332557/clamav-0.98.3_2.log

-

Port:security/clamcour 0.3.8_7

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332558/clamcour-0.3.8_7.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332559/clamcour-0.3.8_7.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332560/clamcour-0.3.8_7.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332561/clamcour-0.3.8_7.log

-

Port:security/py-clamav 0.4.1_4

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332562/py27-clamav-0.4.1_4.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332563/py27-clamav-0.4.1_4.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332564/py27-clamav-0.4.1_4.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332565/py27-clamav-0.4.1_4.log

-

Port:security/spybye 0.3_3

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332566/spybye-0.3_3.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332567/spybye-0.3_3.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332568/spybye-0.3_3.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332569/spybye-0.3_3.log

-

Port:www/c-icap-modules 0.3.2_3

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332570/c-icap-modules-0.3.2_3.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332571/c-icap-modules-0.3.2_3.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332572/c-icap-modules-0.3.2_3.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332573/c-icap-modules-0.3.2_3.log

-

Port:www/gurlchecker 0.10.1_21

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ga...@freebsd.org/20140515154200-47456-332574/gurlchecker-0.10.1_21.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 

Re: staging without root privileges

2014-05-15 Thread Matthias Andree
Am 15.05.2014 13:28, schrieb Baptiste Daroussin:
 On Wed, May 14, 2014 at 08:48:07PM +0200, Matthias Andree wrote:
 Am 14.05.2014 17:51, schrieb Baptiste Daroussin:

 Add USES=uidfix it should do the magic :)

 ...added a note to the wiki ports/StageDir...

 
 it is documented already in the handbook:
 http://www.freebsd.org/doc/en/books/porters-handbook/appendices.html#uses-values
 that is why I guess noone added it to the wiki page.

Understood, but the wiki ports/StageDir page is more of a HOWTO-guide
and the cited section of the porter's handbook is more of a reference,
so I believed it useful... and that's where Anton checked.

Even if his most recent problem is apparently another. That's also why I
spelt USES+=uidfix on the Wiki ;)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: OpenCASCADE upgrade fails on i386

2014-05-15 Thread Thierry Thomas
Le jeu 15 mai 14 à 10:57:13 +0200, Andrea Venturoli m...@netfence.it
 écrivait :

 Hello.

Hello,

 ...
  Creating bzip'd tar ball in 
  '/var/tmp/usr/ports/cad/opencascade/work/pkg/opencascade-6.7.1_1.tbz'
  tar: OpenCAS/custom_gcc_64_.sh: Cannot stat: No such file or directory
  tar: Error exit delayed from previous errors.
  pkg_create: make_dist: tar command failed with code 256
  *** [do-package] Error code 1
 
 Just to let you know...

Fixed, thanks!
-- 
Th. Thomas.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD Port: print/cups-base - Avahi backend

2014-05-15 Thread Kurt Jaeger
Hi!

 The cups-base port has been marked as BROKEN if built against
 Avahi since version 1.4.
[...]

Thanks for the patch. I'm currently trying to dig into this.

-- 
p...@opsec.eu+49 171 3101372 6 years to go !
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


clamav-0.98.3_2: LibClamAV Warning: Cannot dlopen libclamunrar_iface...

2014-05-15 Thread Dr. Peter Voigt
After the upgrade to clamav-0.98.3_2 I am obtaining following error on
every start of ClamAV:

# service clamav-clamd start
Starting clamav_clamd.
LibClamAV Warning: Cannot dlopen libclamunrar_iface: file not found -
unrar support unavailable

ClamAV, however, seems to work correctly. Is this a known issue?

I am on 10.0-RELEASE-p3 amd64.

Regards,
Peter
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: clamav-0.98.3_2: LibClamAV Warning: Cannot dlopen libclamunrar_iface...

2014-05-15 Thread Shawn Webb
On Thu, May 15, 2014 at 3:59 PM, Dr. Peter Voigt pvo...@uos.de wrote:

 After the upgrade to clamav-0.98.3_2 I am obtaining following error on
 every start of ClamAV:

 # service clamav-clamd start
 Starting clamav_clamd.
 LibClamAV Warning: Cannot dlopen libclamunrar_iface: file not found -
 unrar support unavailable

 ClamAV, however, seems to work correctly. Is this a known issue?

 I am on 10.0-RELEASE-p3 amd64.

 Regards,
 Peter


Hey Peter,

This can be fixed by applying this patch:
https://github.com/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc4dd16ee372e5

CC'd on this email is the ports maintainer for ClamAV.

Thanks,

Shawn
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: clamav-0.98.3_2: LibClamAV Warning: Cannot dlopen libclamunrar_iface...

2014-05-15 Thread Shawn Webb
On Thu, May 15, 2014 at 5:20 PM, Dr. Peter Voigt pvo...@uos.de wrote:

 Am Thu, 15 May 2014 16:23:28 -0400
 schrieb Shawn Webb latt...@gmail.com:

  On Thu, May 15, 2014 at 3:59 PM, Dr. Peter Voigt pvo...@uos.de
  wrote:
 
   After the upgrade to clamav-0.98.3_2 I am obtaining following error
   on every start of ClamAV:
  
   # service clamav-clamd start
   Starting clamav_clamd.
   LibClamAV Warning: Cannot dlopen libclamunrar_iface: file not found
   - unrar support unavailable
  
   ClamAV, however, seems to work correctly. Is this a known issue?
  
   I am on 10.0-RELEASE-p3 amd64.
  
   Regards,
   Peter
  
 
  Hey Peter,
 
  This can be fixed by applying this patch:
 
 https://github.com/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc4dd16ee372e5
 
  CC'd on this email is the ports maintainer for ClamAV.
 
  Thanks,
 
  Shawn

 Shawn, thanks for your extremely quick reply. I am afraid, I am not yet
 experienced enough to apply a patch to files of a port that are not
 permanently present in the ports tree like configure and
 m4/reorganization/version.m4.

 Nevertheless, the issue is obviously ClamAV related and should be
 merged to a new version of security/clamav. Should I open a
 corresponding PR or does the CC-ed maintainer feel informed
 sufficiently?

 Regards,
 Peter


Opening a PR never hurts. I'm sure Renato will see both. As you can see by
the link I provided, the fix for this is in upstream ClamAV 0.98.4, which
will be released in the near future (sorry, no exact ETA).

Thanks,

Shawn
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: clamav-0.98.3_2: LibClamAV Warning: Cannot dlopen libclamunrar_iface...

2014-05-15 Thread Dr. Peter Voigt
Am Thu, 15 May 2014 16:23:28 -0400
schrieb Shawn Webb latt...@gmail.com:

 On Thu, May 15, 2014 at 3:59 PM, Dr. Peter Voigt pvo...@uos.de
 wrote:
 
  After the upgrade to clamav-0.98.3_2 I am obtaining following error
  on every start of ClamAV:
 
  # service clamav-clamd start
  Starting clamav_clamd.
  LibClamAV Warning: Cannot dlopen libclamunrar_iface: file not found
  - unrar support unavailable
 
  ClamAV, however, seems to work correctly. Is this a known issue?
 
  I am on 10.0-RELEASE-p3 amd64.
 
  Regards,
  Peter
 
 
 Hey Peter,
 
 This can be fixed by applying this patch:
 https://github.com/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc4dd16ee372e5
 
 CC'd on this email is the ports maintainer for ClamAV.
 
 Thanks,
 
 Shawn

Shawn, thanks for your extremely quick reply. I am afraid, I am not yet
experienced enough to apply a patch to files of a port that are not
permanently present in the ports tree like configure and
m4/reorganization/version.m4.

Nevertheless, the issue is obviously ClamAV related and should be
merged to a new version of security/clamav. Should I open a
corresponding PR or does the CC-ed maintainer feel informed
sufficiently?

Regards,
Peter
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: clamav-0.98.3_2: LibClamAV Warning: Cannot dlopen libclamunrar_iface...

2014-05-15 Thread Renato Botelho
On Thursday, May 15, 2014 04:23:28 PM Shawn Webb wrote:
 On Thu, May 15, 2014 at 3:59 PM, Dr. Peter Voigt pvo...@uos.de wrote:
  After the upgrade to clamav-0.98.3_2 I am obtaining following error on
  every start of ClamAV:
  
  # service clamav-clamd start
  Starting clamav_clamd.
  LibClamAV Warning: Cannot dlopen libclamunrar_iface: file not found -
  unrar support unavailable
  
  ClamAV, however, seems to work correctly. Is this a known issue?
  
  I am on 10.0-RELEASE-p3 amd64.
  
  Regards,
  Peter
 
 Hey Peter,
 
 This can be fixed by applying this patch:
 https://github.com/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc
 4dd16ee372e5
 
 CC'd on this email is the ports maintainer for ClamAV.

Fixed. Thanks!

-- 
Renato Botelho garga @ FreeBSD.org
   garga.bsd @ gmail.com
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Unable to update to clamav 0.98.3

2014-05-15 Thread Jerry
On Thu, 15 May 2014 07:33:01 -0400, Renato Botelho stated:

 Do you remember what was the version you had installed when tried to
 build the new version? I'm still trying to reproduce the issue to be able

It was the latest version available before this new one was released.

-- 
Jerry
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Committer to address 2 CVE's against strongswan

2014-05-15 Thread Kurt Jaeger
Hi!

Warning: The update from strongswan 5.1.1 to 5.1.3 will overwrite
existing config files (/usr/local/etc/ipsec.conf and
/usr/local/etc/strongswan.conf) -- thanks to Dewayne to find this
issue.

If someone can provide a patch that fixes this, that would be
appreciated.

-- 
p...@opsec.eu+49 171 3101372 6 years to go !
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: clamav-0.98.3_2: LibClamAV Warning: Cannot dlopen libclamunrar_iface...

2014-05-15 Thread Dr. Peter Voigt
Am Thu, 15 May 2014 18:33:36 -0400
schrieb Renato Botelho ga...@freebsd.org:

 On Thursday, May 15, 2014 04:23:28 PM Shawn Webb wrote:
  On Thu, May 15, 2014 at 3:59 PM, Dr. Peter Voigt pvo...@uos.de
  wrote:
   After the upgrade to clamav-0.98.3_2 I am obtaining following
   error on every start of ClamAV:
   
   # service clamav-clamd start
   Starting clamav_clamd.
   LibClamAV Warning: Cannot dlopen libclamunrar_iface: file not
   found - unrar support unavailable
   
   ClamAV, however, seems to work correctly. Is this a known issue?
   
   I am on 10.0-RELEASE-p3 amd64.
   
   Regards,
   Peter
  
  Hey Peter,
  
  This can be fixed by applying this patch:
  https://github.com/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc
  4dd16ee372e5
  
  CC'd on this email is the ports maintainer for ClamAV.
 
 Fixed. Thanks!
 

Yeah, thanks, I've just pulled in clamav-0.98.3_3 which has this issue
fixed.

Regards,
Peter
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org