cups-base upgrade and samba

2007-11-12 Thread Kurt Buff
According to my portaudit, cups-base has security problems, and I
can't get samba going because of it.

http://www.FreeBSD.org/ports/portaudit/8dd9722c-8e97-11dc-b8f6-001c2514716c.html

According to the above URL, this problem affects v1.3.4, and 1.3.3_1
is the latest port, from the CVSUP I did today, and it errors out when
doing a 'portupgrad -aRr'

Seems I can't get there from here.

Any suggestions on how to move forward with this?

Kurt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cups-base upgrade and samba

2007-11-12 Thread Gerard
On November 12, 2007 at 02:42PM Kurt Buff wrote:


 According to my portaudit, cups-base has security problems, and I
 can't get samba going because of it.
 
 http://www.FreeBSD.org/ports/portaudit/8dd9722c-8e97-11dc-b8f6-001c2514716c.html
 
 According to the above URL, this problem affects v1.3.4, and 1.3.3_1
 is the latest port, from the CVSUP I did today, and it errors out when
 doing a 'portupgrad -aRr'
 
 Seems I can't get there from here.
 
 Any suggestions on how to move forward with this?

Have you tried adding the following to your /etc/make.conf file?

DISABLE_VULNERABILITIES=yes


-- 
Gerard

No matter how rich you become, how famous or powerful, when you die the size
of your funeral will still pretty much depend on the weather. 

Michael Pritchard
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cups-base upgrade and samba

2007-11-12 Thread Kurt Buff
On Nov 12, 2007 1:36 PM, Gerard [EMAIL PROTECTED] wrote:

 On November 12, 2007 at 02:42PM Kurt Buff wrote:


  According to my portaudit, cups-base has security problems, and I
  can't get samba going because of it.
 
  http://www.FreeBSD.org/ports/portaudit/8dd9722c-8e97-11dc-b8f6-001c2514716c.html
 
  According to the above URL, this problem affects v1.3.4, and 1.3.3_1
  is the latest port, from the CVSUP I did today, and it errors out when
  doing a 'portupgrad -aRr'
 
  Seems I can't get there from here.
 
  Any suggestions on how to move forward with this?

 Have you tried adding the following to your /etc/make.conf file?

 DISABLE_VULNERABILITIES=yes


 --
 Gerard

Well, that certainly seems to work, but...

I'm out of luck on security until someone updates the port, correct?

Kurt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cups-base upgrade and samba

2007-11-12 Thread David Horn
I just upgraded my cups-base install to 1.3.3_1, and ran into similar issues
at first.

Try:

portaudit -F to upgrade your audit database.  I believe portaudit
originally thought 1.3.3_1 fell into the affected versions, but looks to
be the fixed version in the latest database.

http://www.freshports.org/print/cups-base/

Good Luck.

--_Dave
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cups-base upgrade and samba

2007-11-12 Thread Yuri Pankov
On Tuesday 13 November 2007 00:53:22 Kurt Buff wrote:
 On Nov 12, 2007 1:36 PM, Gerard [EMAIL PROTECTED] wrote:
  On November 12, 2007 at 02:42PM Kurt Buff wrote:
   According to my portaudit, cups-base has security problems, and I
   can't get samba going because of it.
  
   http://www.FreeBSD.org/ports/portaudit/8dd9722c-8e97-11dc-b8f6-001c2514
  716c.html
  
   According to the above URL, this problem affects v1.3.4, and 1.3.3_1
   is the latest port, from the CVSUP I did today, and it errors out when
   doing a 'portupgrad -aRr'
  
   Seems I can't get there from here.
  
   Any suggestions on how to move forward with this?
 
  Have you tried adding the following to your /etc/make.conf file?
 
  DISABLE_VULNERABILITIES=yes
 
 
  --
  Gerard

 Well, that certainly seems to work, but...

 I'm out of luck on security until someone updates the port, correct?

 Kurt

It is already patched, please see 
http://lists.freebsd.org/pipermail/cvs-ports/2007-November/137633.html
http://lists.freebsd.org/pipermail/cvs-ports/2007-November/137639.html


Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cups-base upgrade and samba

2007-11-12 Thread Kurt Buff
-- Forwarded message --
From: Kurt Buff [EMAIL PROTECTED]
Date: Nov 12, 2007 3:07 PM
Subject: Re: cups-base upgrade and samba
To: David Horn [EMAIL PROTECTED]


On Nov 12, 2007 1:30 PM, David Horn [EMAIL PROTECTED] wrote:
 I just upgraded my cups-base install to 1.3.3_1, and ran into similar issues
 at first.

 Try:

 portaudit -F to upgrade your audit database.  I believe portaudit
 originally thought 1.3.3_1 fell into the affected versions, but looks to
 be the fixed version in the latest database.

 http://www.freshports.org/print/cups-base/

 Good Luck.

 --_Dave

This worked, thanks.

zrouter# portaudit -aF
auditfile.tbz 100% of   45 kB  130 kBps
New database installed.
0 problem(s) in your installed packages found.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cups-base upgrade and samba

2007-11-12 Thread Kurt Buff
On Nov 12, 2007 2:02 PM, Yuri Pankov [EMAIL PROTECTED] wrote:

 On Tuesday 13 November 2007 00:53:22 Kurt Buff wrote:
  On Nov 12, 2007 1:36 PM, Gerard [EMAIL PROTECTED] wrote:
   On November 12, 2007 at 02:42PM Kurt Buff wrote:
According to my portaudit, cups-base has security problems, and I
can't get samba going because of it.
   
http://www.FreeBSD.org/ports/portaudit/8dd9722c-8e97-11dc-b8f6-001c2514
   716c.html
   
According to the above URL, this problem affects v1.3.4, and 1.3.3_1
is the latest port, from the CVSUP I did today, and it errors out when
doing a 'portupgrad -aRr'
   
Seems I can't get there from here.
   
Any suggestions on how to move forward with this?
  
   Have you tried adding the following to your /etc/make.conf file?
  
   DISABLE_VULNERABILITIES=yes
  
  
   --
   Gerard
 
  Well, that certainly seems to work, but...
 
  I'm out of luck on security until someone updates the port, correct?
 
  Kurt

 It is already patched, please see
 http://lists.freebsd.org/pipermail/cvs-ports/2007-November/137633.html
 http://lists.freebsd.org/pipermail/cvs-ports/2007-November/137639.html


 Yuri

Excellent - Thanks so much.

Kurt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]