Bug 159078 - [PATCH] security/knock: add support for tun devices used for PPPoE
Summary: [PATCH] security/knock: add support for tun devices used for PPPoE
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: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-21 08:10 UTC by changlp
Modified: 2011-09-26 09:30 UTC (History)
1 user (show)

See Also:


Attachments
knock-0.5.20051124_2.patch (1.39 KB, patch)
2011-07-21 08:10 UTC, changlp
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description changlp 2011-07-21 08:10:08 UTC
- Support for tun devices used for PPPoE. (patch from http://www.opennet.ru/openforum/vsluhforumID10/4031.html)

Port maintainer (sbz@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-21 08:11:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sbz

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-26 09:26:32 UTC
sbz         2011-09-26 08:26:18 UTC

  FreeBSD ports repository

  Modified files:
    security/knock       Makefile distinfo 
    security/knock/files knockd.sh.in patch-knockd.conf 
  Added files:
    security/knock/files patch-Makefile.in patch-config.h.in 
                         patch-doc__knock.1.in 
                         patch-doc__knockd.1.in patch-src__knock.c 
                         patch-src__knockd.c 
  Log:
  - Add LICENSE
  - Add support for tun devices [1]
  - Update MASTER_SITES
  - Make happy portlint
  - Bump PORTEPOCH
  
  PR:             ports/159078 [1]
  Submitted by:   Lung-Pin Chang <changlp at cs.nctu.edu.tw>
  Approved by:    jadawin@ (mentor)
  
  Revision  Changes    Path
  1.9       +12 -11    ports/security/knock/Makefile
  1.3       +2 -2      ports/security/knock/distinfo
  1.3       +16 -4     ports/security/knock/files/knockd.sh.in
  1.1       +20 -0     ports/security/knock/files/patch-Makefile.in (new)
  1.1       +89 -0     ports/security/knock/files/patch-config.h.in (new)
  1.1       +15 -0     ports/security/knock/files/patch-doc__knock.1.in (new)
  1.1       +58 -0     ports/security/knock/files/patch-doc__knockd.1.in (new)
  1.2       +2 -2      ports/security/knock/files/patch-knockd.conf
  1.1       +132 -0    ports/security/knock/files/patch-src__knock.c (new)
  1.1       +520 -0    ports/security/knock/files/patch-src__knockd.c (new)
_______________________________________________
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 Sofian Brabez freebsd_committer freebsd_triage 2011-09-26 09:27:04 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!