Bug 166368 - net/quagga security fix to 0.99.20.1
Summary: net/quagga security fix to 0.99.20.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-24 06:50 UTC by Boris Kovalenko
Modified: 2012-03-24 17:40 UTC (History)
0 users

See Also:


Attachments
file.txt (1.17 KB, text/plain)
2012-03-24 06:50 UTC, Boris Kovalenko
no flags Details
quagga.diff (10.35 KB, patch)
2012-03-24 13:52 UTC, Ryan Steinmetz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Kovalenko 2012-03-24 06:50:10 UTC
Quagga contains multiple vunerabilites
http://www.kb.cert.org/vuls/id/551715

Fix: Apply attached patch


Patch attached with submission follows:
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2012-03-24 12:14:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 2 Ryan Steinmetz freebsd_committer freebsd_triage 2012-03-24 13:52:18 UTC
Boris,

I've worked your update into a larger patch to:
- Update to 0.99.20.1
- Add LICENSE
- Use USERS/GROUPS
- Cleanup whitespace
- Remove legacy targets/options
- Update MASTER_SITES
- Use pkg-message instead of ${ECHO}

Please review and let me know what you think.  My testing has all been
positive.  (I am a user of net/quagga)
Comment 3 Boris Kovalenko 2012-03-24 16:53:16 UTC
Hello!

     Approve. Please commit Ryan's patch.

-- 
Regards,
Boris
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-03-24 17:31:10 UTC
zi          2012-03-24 17:31:00 UTC

  FreeBSD ports repository

  Modified files:
    net/quagga           Makefile distinfo pkg-descr pkg-plist 
  Added files:
    net/quagga           pkg-message 
  Removed files:
    net/quagga           pkg-install 
  Log:
  - Update to 0.99.20.1
  - Add LICENSE
  - Use USERS/GROUPS
  - Cleanup whitespace
  - Remove legacy targets/options
  - Update MASTER_SITES
  - Use pkg-message instead of ${ECHO}
  
  PR:             ports/166368
  Submitted by:   Boris Kovalenko <boris@tagnet.ru> (maintainer)
  Security:       42a2c82a-75b9-11e1-89b4-001ec9578670
  Feature safe:   yes
  
  Revision  Changes    Path
  1.117     +24 -89    ports/net/quagga/Makefile
  1.29      +2 -2      ports/net/quagga/distinfo
  1.4       +4 -6      ports/net/quagga/pkg-descr
  1.6       +0 -75     ports/net/quagga/pkg-install (dead)
  1.1       +13 -0     ports/net/quagga/pkg-message (new)
  1.16      +2 -0      ports/net/quagga/pkg-plist
_______________________________________________
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 5 Ryan Steinmetz freebsd_committer freebsd_triage 2012-03-24 17:31:39 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!