Bug 165997 - [PATCH] security/openconnect: fix on FreeBSD 10.0
Summary: [PATCH] security/openconnect: fix on FreeBSD 10.0
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-13 07:00 UTC by Stanislav Sedov
Modified: 2012-04-15 15:40 UTC (History)
1 user (show)

See Also:


Attachments
openconnect-3.15_1.patch (2.19 KB, patch)
2012-03-13 07:00 UTC, Stanislav Sedov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Sedov 2012-03-13 07:00:03 UTC
- The SIOCSIFADDR ioctl was dropped on FreeBSD 10.0.  Use SIOCAIFADDR instead.
  This PR depends on ports/165992.

Added file(s):
- files/patch-tun.c

Port maintainer (dgerow@afflictions.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-13 07:00:12 UTC
Maintainer of security/openconnect,

Please note that PR ports/165997 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165997

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-13 07:00:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2012-03-13 13:58:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 4 Ryan Steinmetz freebsd_committer freebsd_triage 2012-04-01 20:19:57 UTC
Responsible Changed
From-To: miwi->zi

I'll take it.  I am the maintainer for security/openconnect.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-04-15 15:39:11 UTC
zi          2012-04-15 14:38:59 UTC

  FreeBSD ports repository

  Modified files:
    security/openconnect Makefile distinfo 
    security/openconnect/files patch-www_Makefile.am 
  Added files:
    security/openconnect/files patch-tun.c 
  Log:
  - Update to 3.16
  - Fix 10-CURRENT support [1]
  
  PR:             ports/165997 [1]
  Submitted by:   Stanislav Sedov <stas@deglitch.com> [1]
  
  Revision  Changes    Path
  1.13      +1 -1      ports/security/openconnect/Makefile
  1.7       +2 -2      ports/security/openconnect/distinfo
  1.1       +56 -0     ports/security/openconnect/files/patch-tun.c (new)
  1.2       +3 -3      ports/security/openconnect/files/patch-www_Makefile.am
_______________________________________________
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 6 Ryan Steinmetz freebsd_committer freebsd_triage 2012-04-15 15:39:22 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!