non port: net-mgmt/aircrack-ng/Makefile |
SVNWeb
|
Number of commits found: 73 |
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 43ac3e2 (Only the first 10 of 285 ports in this commit are shown above. )
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above )
|
Tue, 7 Jun 2022
|
[ 14:14 Lorenzo Salvadore (salvadore) ] 8c48132
net-mgmt/aircrack-ng: Mark broken on i386
The port does not compile with GCC 11, which is soon to become the
default GCC version.
PR: 264364
Reported by: exp-run (antoine)
Approved by: danfe (maintainer), gerald (mentor)
|
Mon, 25 Apr 2022
|
[ 14:12 Piotr Kubaj (pkubaj) ] 0050903
net-mgmt/aircrack-ng: correct hwcaps type
According to elf_aux_info(3), it's u_long.
|
Mon, 2 Aug 2021
|
[ 03:57 Alexey Dokuchaev (danfe) ] 35a0437
net-mgmt/aircrack-ng: further improve the port (+)
- Show in the configure summary if PCRE support had been disabled
- USES+=pkgconfig is required for successful configure regardless
of the selected options, without it fail with ``configure.ac:62:
error: possibly undefined macro: AC_SUBST''
- Allow to build against GNU crypt library, rather than OpenSSL,
as a crypto engine
|
Sat, 31 Jul 2021
|
[ 15:32 Alexey Dokuchaev (danfe) ] 88fd22f
net-mgmt/aircrack-ng: in sight of upcoming update, improve the port
- Uncomment INSTALL_TARGET and set it to `install-strip'; also, remove
the bogus related comment, as setting WITH_DEBUG prevents stripping
- Allow to use Hardware Locality (devel/hwloc2) to improve performance
- Fix broken option disabling code: passing corresponding --disable-foo
configure switch is sufficient except that for PCRE, small change to
m4 code was required
- Fix `post-patch' target so it actually does what it supposed to and
assume maintainership of the port
|
Wed, 28 Jul 2021
|
[ 20:34 Lars Engels (lme) ] c4fd779 (Only the first 10 of 45 ports in this commit are shown above. )
*: Drop maintainership on most of my ports.
Unfortunately I cannot give them the love they deserve at the moment.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 20 Sep 2020
|
[ 14:02 linimon ]
Generalize powerpc ARCH test.
Approved by: portmgr (tier-2 blanket)
|
Tue, 30 Jul 2019
|
[ 12:21 pkubaj ]
net-mgmt/aircrack-ng: fix build on powerpc*
FreeBSD doesn't have bits/hwcap.h header and elf_aux_info needs to be used
instead of getauxval.
On powerpc platforms there are libraries for Altivec installed and no libraries
for AVX and SSE are installed.
PR: 239319
Approved by: lme (maintainer), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21040
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Thu, 3 Jan 2019
|
[ 08:46 lme ]
net-mgmt/aircrack-ng:
- Update to 1.5.2 (Bugfix release)
- Changelog: https://aircrack-ng.blogspot.com/2018/12/aircrack-ng-152.html
Reported by: https://repology.org/
MFH: 2019Q1
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Mon, 1 Oct 2018
|
[ 14:52 lme ]
net-mgmt/aircrack-ng:
- Update to 1.4
- Add USE_LDCONFIG
- Pet portlint
|
Fri, 10 Aug 2018
|
[ 08:59 lme ]
I accidently passed the ports back to the pool.
Grab them back.
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Wed, 11 Jul 2018
|
[ 07:23 lme ]
net-mgmt/aircrack-ng:
- Update to 1.3
- Remove timestamps from patchfiles
|
Sat, 7 Jul 2018
|
[ 13:37 gerald ]
Use the canonical USE_GCC=yes instead of USE_GCC=6+. This has the
advantage that it'll use a current version of GCC that is present
already without a need to adjust this port as the default version
in Mk/bsd.default-versions.mk moves (or a user changes the default
locally).
Approved by: lme (maintainer)
|
[ 06:44 linimon ] (Only the first 10 of 22 ports in this commit are shown above. )
Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket)
|
Thu, 21 Jun 2018
|
[ 07:59 lme ]
net-mgmt/aicrack-ng:
- Set required GCC version to 6+, so that the default gcc version is chosen.
GCC isn't needed to successfully building the port, but according to upstream
using the gcc compiled version is 60-70% faster than the clang compiled
version.
- Bump PORTREVISION
PR: 228747
Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
|
Sat, 2 Jun 2018
|
[ 07:55 gerald ]
Use the canonical form USE_GCC=7+ instead of USE_GCC=7.0+, the latter
only working by chance.
|
Fri, 4 May 2018
|
[ 10:43 lme ]
net-mgmt/aircrack-ng:
Update to 1.2
|
Fri, 12 Jan 2018
|
[ 08:53 lme ]
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>
MFH: 2018Q1
|
Sat, 13 May 2017
|
[ 23:36 linimon ] (Only the first 10 of 16 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sun, 1 Jan 2017
|
[ 03:45 sunpoet ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Sat, 10 Sep 2016
|
[ 22:05 marino ]
net-mgmt/aircrack-ng: Add SSL build flags
Approved by: SSL blanket
|
Sun, 24 Jul 2016
|
[ 09:15 lme ]
Mark broken on FreeBSD 9.x
|
Sun, 10 Jul 2016
|
[ 13:39 lme ]
- Update to 1.2-RC4
- Remove my distfile mirror
- Switch to USES ssl
- Provide working versions of airmon-ng and airodump-ng-oui-update
|
Mon, 25 Apr 2016
|
[ 16:13 mat ] (Only the first 10 of 84 ports in this commit are shown above. )
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 20 Oct 2015
|
[ 19:27 lme ]
- Don't strip binaries when WITH_DEBUG is set
- Bump PORTREVISION
Suggested by: jbeich
|
Mon, 19 Oct 2015
|
[ 18:05 lme ]
- Update to 1.2-rc2
- Add new PCRE option for use with wesside
- Enable SQLite and PCRE by default
- Use upstream's strip make target instead of stripping manually
- Cleanup Makefile
|
Sun, 13 Sep 2015
|
[ 14:31 lme ]
- Drop "#if __FreeBSD_version > 700018" from src/osdep/freebsd.c (since this
file doesn't have <sys/param.h> included, this version was used everywhere).
- Remove pkg-message (says about addition of virtual access points (VAP) in
FreeBSD 8).
- Switch to options helpers.
- Add CFLAGS=-I${LOCALBASE}/include for sqlite.h.
- Sort USES.
- Regenerate patches with "make makepatch".
- Bump PORTREVISION.
PR: 202952
Submitted by: Andriy Voskoboinyk (s3erios@gmail.com)
|
Thu, 23 Apr 2015
|
[ 18:31 amdmi3 ]
- Add CPE info
Approved by: portmgr blanket
|
Tue, 24 Mar 2015
|
[ 18:19 marino ] (Only the first 10 of 20 ports in this commit are shown above. )
4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt
approved by: PTHREAD blanket
|
Sun, 9 Nov 2014
|
[ 18:31 lme ]
Update to 1.2-rc1
|
Fri, 4 Jul 2014
|
[ 09:41 tijl ] (Only the first 10 of 116 ports in this commit are shown above. )
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
|
Tue, 1 Apr 2014
|
[ 17:34 lme ]
- Unbreak on big-endian architectures [1]
- Use correct DISTVERSION [1]
- Style improvements [1]
- Update to 1.2-beta3
Submitted by: danfe [1]
|
Mon, 30 Dec 2013
|
[ 20:55 ohauer ] (Only the first 10 of 238 ports in this commit are shown above. )
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
Fri, 20 Dec 2013
|
[ 22:33 lme ]
- Fix install with SQLITE enabled
- Bump PORTREVISION
Noticed by: Jakub Lach <jakub_lach@mailplus.pl>
|
[ 16:41 lme ]
- Added MTU get/set operations for use in airbase-ng(8) [1]
- Bump PORTREVISION
- Add licence
- Strip binaries
PR: ports/184988 [1]
Submitted by: Yuri <yuri@rawbw.com>
Reviewed by: adrian [1]
|
Sun, 1 Dec 2013
|
[ 18:36 lme ]
- Update to 1.2-beta2
|
Mon, 30 Sep 2013
|
[ 19:28 lme ]
- Install manpages to the correct location [1]
- Pet portlint
- Bump PORTREVISION
Noticed by: antoine [1]
|
Sun, 29 Sep 2013
|
[ 14:29 lme ]
- Update to 1.2-beta1
- Use DOS2UNIX to cleanup patch-src-osdep-byteorder.h
- Stagify
- Update pkg-message
Tested by: dezzy
Requested by: Kenta Suzumoto <kentas@hush.com>
|
Thu, 26 Sep 2013
|
[ 09:02 lme ]
- Support staging
- Switch to USES gmake
- Change from PLIST_FILES to pkg-plist
|
Fri, 20 Sep 2013
|
[ 22:24 bapt ] (Only the first 10 of 336 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
|
Mon, 4 Jun 2012
|
[ 19:43 lme ]
Use the new options framework.
|
Thu, 22 Dec 2011
|
[ 11:04 linimon ]
Mark as broken on sparc64-9: fails to compile.
Hat: portmgr
|
Thu, 29 Sep 2011
|
[ 18:48 lme ]
- Add a patch that allows packet injection with capable wireless chipsets in
AHDEMO mode
- Bump PORTREVISION
PR: ports/160564
Submitted by: Jakub Lach <jakub_lach@mailplus.pl>
|
Sun, 28 Aug 2011
|
[ 16:29 lme ]
Potential fix build on sparc64
PR: ports/160183
Submitted by: naddy
Approved by: Maintainer (me)
|
Fri, 1 Oct 2010
|
[ 15:27 lme ]
Update to 1.1
|
Thu, 1 Apr 2010
|
[ 09:30 linimon ]
Mark as broken on powerpc.
Hat: portmgr
|
Wed, 18 Nov 2009
|
[ 21:18 lme ]
- Update pkg-message for FreeBSD 8.x
- Bump PORTREVISION
|
Sat, 19 Sep 2009
|
[ 22:31 linimon ]
Mark as broken on sparc64.
Feature safe: yes
|
Tue, 8 Sep 2009
|
[ 20:50 lme ]
Update to 1.0
|
Mon, 17 Aug 2009
|
[ 17:36 danfe ]
- Update to version 1.0-rc4
- Convert to PLIST_FILES
Approved by: maintainer (lme)
|
Thu, 14 Aug 2008
|
[ 05:47 danfe ]
- Update to version 1.0-rc1
- Augment CATEGORIES (add to `security')
- Improve on COMMENT, port description, and pkg-message
- Allow to build with SQLite support
- Switch to vendor-provided installation routine
- Utilize pkg-plist, since PLIST_FILES started to look overbloated,
hard to read and maintain in the future
- Remove check for FreeBSD <= 6.0, both 4.x and 5.x are beyond EOL
- Surround ${PKG_MESSAGE} with blank lines to be consistent with
with what pkg_add(1) does
Approved by: maintainer (lme)
|
Thu, 27 Mar 2008
|
[ 20:16 lme ]
- Update to 0.9.3
|
Thu, 12 Jul 2007
|
[ 18:52 lme ] (Only the first 10 of 26 ports in this commit are shown above. )
Change e-mail address of my ports to my FreeBSD.org one.
Approved by: miwi (mentor)
|
Mon, 2 Jul 2007
|
[ 12:12 miwi ]
- Update to 0.9.1
PR: 114150
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
|
Wed, 13 Jun 2007
|
[ 18:24 ehaupt ]
This port now respects CC.
PR: 113519
Approved by: maintainer
|
Fri, 25 May 2007
|
[ 22:11 miwi ]
- Update to 0.9
Changelog: http://aircrack-ng.org/doku.php#changelog
PR: 112701
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
|
Tue, 1 May 2007
|
[ 19:53 miwi ]
- Marked BROKEN on 5.X
- Add missing manpage (point to miwi)
- Bump PORTREVISION
PR: 112323
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
|
Sat, 28 Apr 2007
|
[ 12:53 miwi ]
airtun-ng and airodump-ng _do_ build on 6.x, so build them by default.
Also added a new pkg-message to explain the reason that airmon-ng is missing.
Thanks for the advises to:
Eric P. Scott, Jan Henrik Sylvester and zion.
PR: 112189
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
|
Thu, 26 Apr 2007
|
[ 19:41 miwi ]
- Update to 0.8
Changelog:
http://download.aircrack-ng.org/ChangeLog
Notes:
aireplay-ng, airdump-ng and airtun-ng now build successfully on 7-Current
PR: 112164
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
|
Wed, 24 Jan 2007
|
[ 22:39 miwi ]
- Update to 0.7
PR: 108321
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
|
Sat, 7 Oct 2006
|
[ 12:24 miwi ]
- Cleanup Makefile
- Update WWW
PR: ports/104095
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
|
Fri, 6 Oct 2006
|
[ 17:56 miwi ]
- Update to 0.6.2
PR: ports/104057
Submitted by: Lars Engels <lars.engels(at)0x20.net> (maintainer)
|
Sat, 16 Sep 2006
|
[ 19:38 miwi ]
- Update to 0.6.1
PR: ports/103317
Submitted by: Lars Engels <lars.engels(at)0x20.net> (maintainer)
|
Sat, 1 Jul 2006
|
[ 18:13 novel ]
Update to 0.6.
PR: 99689
Submitted by: Lars Engels (maintainer)
|
Tue, 30 May 2006
|
[ 08:43 erwin ]
Mark BROKEN on 4.x
PR: 98114
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
|
Sat, 27 May 2006
|
[ 07:31 clsung ]
Add aircrack-ng 0.5, aircrack-ng is the next generation of aircrack.
PR: ports/97922
Submitted by: Lars Engels <lars.engels@0x20.net>
|
Number of commits found: 73 |