Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2018 09:20:15 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r459025 - in branches/2018Q1/net-mgmt/aircrack-ng: . files
Message-ID:  <201801150920.w0F9KFp8055255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Mon Jan 15 09:20:15 2018
New Revision: 459025
URL: https://svnweb.freebsd.org/changeset/ports/459025

Log:
  MFH: r458808
  
  net-mgmt/aircrack-ng:
  
  - Include pcap.h using a relative path. Some environments failed to find it.
  - Bump PORTREVISION
  
  This most probably also fixes 190725
  
  PR:		225050
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
  
  Approved by:	portmgr (swills)

Added:
  branches/2018Q1/net-mgmt/aircrack-ng/files/patch-src_osdep_file.c
     - copied unchanged from r458808, head/net-mgmt/aircrack-ng/files/patch-src_osdep_file.c
Modified:
  branches/2018Q1/net-mgmt/aircrack-ng/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/net-mgmt/aircrack-ng/Makefile
==============================================================================
--- branches/2018Q1/net-mgmt/aircrack-ng/Makefile	Mon Jan 15 09:18:52 2018	(r459024)
+++ branches/2018Q1/net-mgmt/aircrack-ng/Makefile	Mon Jan 15 09:20:15 2018	(r459025)
@@ -3,6 +3,7 @@
 
 PORTNAME=	aircrack-ng
 DISTVERSION=	1.2-rc4
+PORTREVISION=	1
 CATEGORIES=	net-mgmt security
 MASTER_SITES=	http://download.aircrack-ng.org/
 

Copied: branches/2018Q1/net-mgmt/aircrack-ng/files/patch-src_osdep_file.c (from r458808, head/net-mgmt/aircrack-ng/files/patch-src_osdep_file.c)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2018Q1/net-mgmt/aircrack-ng/files/patch-src_osdep_file.c	Mon Jan 15 09:20:15 2018	(r459025, copy of r458808, head/net-mgmt/aircrack-ng/files/patch-src_osdep_file.c)
@@ -0,0 +1,11 @@
+--- src/osdep/file.c.orig	2018-01-11 15:45:35 UTC
++++ src/osdep/file.c
+@@ -33,7 +33,7 @@
+ #include <err.h>
+ 
+ #include "osdep.h"
+-#include "pcap.h"
++#include "../pcap.h"
+ #include "radiotap/radiotap_iter.h"
+ 
+ struct priv_file {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801150920.w0F9KFp8055255>