Bug 117845

Summary: ports-mgmt/portaudit -Fq isn't quiet when fetching files
Product: Ports & Packages Reporter: J. Martin Petersen <jmp>
Component: Individual Port(s)Assignee: Security Team <secteam>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description J. Martin Petersen 2007-11-05 16:30:01 UTC
When running `portaudit -Fq` you'll still see
  auditfile.tbz                                 100% of   45 kB   36 kBps
whenever a new audit file is downloaded.

Adding something like
  $opt_quiet && portaudit_fetch_cmd="${portaudit_fetch_cmd}q"
to fetch_auditfile() makes fetch be quiet as well. Don't know if that's a particular nice solution or not, though.

Fix: 

Add 
  $opt_quiet && portaudit_fetch_cmd="${portaudit_fetch_cmd}q"
or something to that effect
How-To-Repeat: rm /var/db/portaudit/auditfile.tbz
portaudit -Fq
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-05 22:55:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->secteam

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-27 09:54:29 UTC
simon       2007-12-27 09:54:23 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portaudit Makefile 
    ports-mgmt/portaudit/files portaudit-cmd.sh 
  Log:
  - Fix portaudit -Fq to actually be quiet. [1]
  - Remove support for FreeBSD older than 4.11 and 5.3.
  - Remove conditional dependency on bzip2 which I can't really see how
    could be activated automatically.
  
  Reported by:    "J. Martin Petersen" <jmp@alvorlig.dk> [1]
  PR:             ports/117845 [1]
  With hat:       maintainer / secteam
  
  Revision  Changes    Path
  1.24      +2 -18     ports/ports-mgmt/portaudit/Makefile
  1.14      +5 -1      ports/ports-mgmt/portaudit/files/portaudit-cmd.sh
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Simon L. B. Nielsen freebsd_committer freebsd_triage 2007-12-27 09:54:32 UTC
State Changed
From-To: open->closed

Fixed in portaudit 0.5.12.  Thanks for the report!