[143632] trunk/dports/security/aircrack-ng
ryandesign at macports.org
ryandesign at macports.org
Tue Dec 15 20:09:26 PST 2015
Revision: 143632
https://trac.macports.org/changeset/143632
Author: ryandesign at macports.org
Date: 2015-12-15 20:09:26 -0800 (Tue, 15 Dec 2015)
Log Message:
-----------
aircrack-ng: update to 1.2-rc3
Modified Paths:
--------------
trunk/dports/security/aircrack-ng/Portfile
trunk/dports/security/aircrack-ng/files/patch-src-aircrack-ng.c.diff
trunk/dports/security/aircrack-ng/files/patch-src-common.h.diff
trunk/dports/security/aircrack-ng/files/patch-src-sha1-sse2.h.diff
Removed Paths:
-------------
trunk/dports/security/aircrack-ng/files/patch-src-osdep-radiotap-platform.h.diff
trunk/dports/security/aircrack-ng/files/portable_endian.h
Modified: trunk/dports/security/aircrack-ng/Portfile
===================================================================
--- trunk/dports/security/aircrack-ng/Portfile 2015-12-16 03:41:53 UTC (rev 143631)
+++ trunk/dports/security/aircrack-ng/Portfile 2015-12-16 04:09:26 UTC (rev 143632)
@@ -4,7 +4,7 @@
PortSystem 1.0
name aircrack-ng
-version 1.2-rc2
+version 1.2-rc3
categories security
license GPL-2
platforms darwin
@@ -23,14 +23,13 @@
homepage http://aircrack-ng.org/
master_sites http://download.aircrack-ng.org/
-checksums rmd160 2410691defa40a3479903410ad9225cd123ffc25 \
- sha256 ba5b3eda44254efc5b7c9f776eb756f7cc323ad5d0813c101e92edb483d157e9
+checksums rmd160 8b6235217eabbbc1d86d0d96378dac4d1082c113 \
+ sha256 8e595ccab9fe90fc7c770634ad13e30da2d7fef21497b34d56d7014b991a4585
patchfiles patch-common.mak.diff \
patch-src-Makefile.diff \
patch-src-aircrack-ng.c.diff \
patch-src-common.h.diff \
- patch-src-osdep-radiotap-platform.h.diff \
patch-src-sha1-sse2.h.diff
depends_build port:gmake \
Modified: trunk/dports/security/aircrack-ng/files/patch-src-aircrack-ng.c.diff
===================================================================
--- trunk/dports/security/aircrack-ng/files/patch-src-aircrack-ng.c.diff 2015-12-16 03:41:53 UTC (rev 143631)
+++ trunk/dports/security/aircrack-ng/files/patch-src-aircrack-ng.c.diff 2015-12-16 04:09:26 UTC (rev 143632)
@@ -1,3 +1,4 @@
+https://trac.aircrack-ng.org/ticket/1655
--- src/aircrack-ng.c.orig 2015-04-08 23:47:28.000000000 -0500
+++ src/aircrack-ng.c 2015-05-09 02:03:04.000000000 -0500
@@ -3929,7 +3929,7 @@
Modified: trunk/dports/security/aircrack-ng/files/patch-src-common.h.diff
===================================================================
--- trunk/dports/security/aircrack-ng/files/patch-src-common.h.diff 2015-12-16 03:41:53 UTC (rev 143631)
+++ trunk/dports/security/aircrack-ng/files/patch-src-common.h.diff 2015-12-16 04:09:26 UTC (rev 143632)
@@ -1,3 +1,4 @@
+https://trac.aircrack-ng.org/ticket/1655
--- src/common.h.orig 2012-02-09 09:14:11.000000000 -0600
+++ src/common.h 2014-04-26 18:15:48.000000000 -0500
@@ -59,7 +59,7 @@
Deleted: trunk/dports/security/aircrack-ng/files/patch-src-osdep-radiotap-platform.h.diff
===================================================================
--- trunk/dports/security/aircrack-ng/files/patch-src-osdep-radiotap-platform.h.diff 2015-12-16 03:41:53 UTC (rev 143631)
+++ trunk/dports/security/aircrack-ng/files/patch-src-osdep-radiotap-platform.h.diff 2015-12-16 04:09:26 UTC (rev 143632)
@@ -1,11 +0,0 @@
---- src/osdep/radiotap/platform.h.orig 2014-03-22 15:26:59.000000000 -0500
-+++ src/osdep/radiotap/platform.h 2015-03-09 01:18:42.000000000 -0500
-@@ -3,7 +3,7 @@
- #ifndef _BSD_SOURCE
- #define _BSD_SOURCE
- #endif
--#include <endian.h>
-+#include "portable_endian.h"
-
- #define le16_to_cpu le16toh
- #define le32_to_cpu le32toh
Modified: trunk/dports/security/aircrack-ng/files/patch-src-sha1-sse2.h.diff
===================================================================
--- trunk/dports/security/aircrack-ng/files/patch-src-sha1-sse2.h.diff 2015-12-16 03:41:53 UTC (rev 143631)
+++ trunk/dports/security/aircrack-ng/files/patch-src-sha1-sse2.h.diff 2015-12-16 04:09:26 UTC (rev 143632)
@@ -1,3 +1,4 @@
+https://trac.aircrack-ng.org/ticket/1655
--- src/sha1-sse2.h.orig 2014-07-11 21:24:03.000000000 -0500
+++ src/sha1-sse2.h 2015-05-09 02:03:04.000000000 -0500
@@ -39,7 +39,7 @@
Deleted: trunk/dports/security/aircrack-ng/files/portable_endian.h
===================================================================
--- trunk/dports/security/aircrack-ng/files/portable_endian.h 2015-12-16 03:41:53 UTC (rev 143631)
+++ trunk/dports/security/aircrack-ng/files/portable_endian.h 2015-12-16 04:09:26 UTC (rev 143632)
@@ -1,115 +0,0 @@
-// "License": Public Domain
-// I, Mathias Panzenböck, place this file hereby into the public domain. Use it at your own risk for whatever you like.
-
-#ifndef PORTABLE_ENDIAN_H__
-#define PORTABLE_ENDIAN_H__
-
-#if (defined(_WIN16) || defined(_WIN32) || defined(_WIN64)) && !defined(__WINDOWS__)
-
-# define __WINDOWS__
-
-#endif
-
-#if defined(__linux__) || defined(__CYGWIN__)
-
-# include <endian.h>
-
-#elif defined(__APPLE__)
-
-# include <libkern/OSByteOrder.h>
-
-# define htobe16(x) OSSwapHostToBigInt16(x)
-# define htole16(x) OSSwapHostToLittleInt16(x)
-# define be16toh(x) OSSwapBigToHostInt16(x)
-# define le16toh(x) OSSwapLittleToHostInt16(x)
-
-# define htobe32(x) OSSwapHostToBigInt32(x)
-# define htole32(x) OSSwapHostToLittleInt32(x)
-# define be32toh(x) OSSwapBigToHostInt32(x)
-# define le32toh(x) OSSwapLittleToHostInt32(x)
-
-# define htobe64(x) OSSwapHostToBigInt64(x)
-# define htole64(x) OSSwapHostToLittleInt64(x)
-# define be64toh(x) OSSwapBigToHostInt64(x)
-# define le64toh(x) OSSwapLittleToHostInt64(x)
-
-# define __BYTE_ORDER BYTE_ORDER
-# define __BIG_ENDIAN BIG_ENDIAN
-# define __LITTLE_ENDIAN LITTLE_ENDIAN
-# define __PDP_ENDIAN PDP_ENDIAN
-
-#elif defined(__OpenBSD__)
-
-# include <sys/endian.h>
-
-#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
-
-# include <sys/endian.h>
-
-# define be16toh(x) betoh16(x)
-# define le16toh(x) letoh16(x)
-
-# define be32toh(x) betoh32(x)
-# define le32toh(x) letoh32(x)
-
-# define be64toh(x) betoh64(x)
-# define le64toh(x) letoh64(x)
-
-#elif defined(__WINDOWS__)
-
-# include <winsock2.h>
-# include <sys/param.h>
-
-# if BYTE_ORDER == LITTLE_ENDIAN
-
-# define htobe16(x) htons(x)
-# define htole16(x) (x)
-# define be16toh(x) ntohs(x)
-# define le16toh(x) (x)
-
-# define htobe32(x) htonl(x)
-# define htole32(x) (x)
-# define be32toh(x) ntohl(x)
-# define le32toh(x) (x)
-
-# define htobe64(x) htonll(x)
-# define htole64(x) (x)
-# define be64toh(x) ntohll(x)
-# define le64toh(x) (x)
-
-# elif BYTE_ORDER == BIG_ENDIAN
-
- /* that would be xbox 360 */
-# define htobe16(x) (x)
-# define htole16(x) __builtin_bswap16(x)
-# define be16toh(x) (x)
-# define le16toh(x) __builtin_bswap16(x)
-
-# define htobe32(x) (x)
-# define htole32(x) __builtin_bswap32(x)
-# define be32toh(x) (x)
-# define le32toh(x) __builtin_bswap32(x)
-
-# define htobe64(x) (x)
-# define htole64(x) __builtin_bswap64(x)
-# define be64toh(x) (x)
-# define le64toh(x) __builtin_bswap64(x)
-
-# else
-
-# error byte order not supported
-
-# endif
-
-# define __BYTE_ORDER BYTE_ORDER
-# define __BIG_ENDIAN BIG_ENDIAN
-# define __LITTLE_ENDIAN LITTLE_ENDIAN
-# define __PDP_ENDIAN PDP_ENDIAN
-
-#else
-
-# error platform not supported
-
-#endif
-
-#endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151215/94923360/attachment.html>
More information about the macports-changes
mailing list