Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.2_4 23 Jan 2024 11:32:28 |
Alexey Dokuchaev (danfe) |
Convert more of my ports to new manual page location (part two). |
1.5.2_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.2_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.5.2_3 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
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 ) |
1.5.2_3 07 Jun 2022 14:14:46 |
Lorenzo Salvadore (salvadore) |
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) |
1.5.2_3 25 Apr 2022 14:12:37 |
Piotr Kubaj (pkubaj) |
net-mgmt/aircrack-ng: correct hwcaps type
According to elf_aux_info(3), it's u_long. |
1.5.2_2 15 Dec 2021 13:22:44 |
Alexey Dokuchaev (danfe) |
net-mgmt/aircrack-ng: unbreak the build on recent -CURRENT.
Reported by: pkg-fallout |
1.5.2_2 02 Aug 2021 03:57:22 |
Alexey Dokuchaev (danfe) |
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 |
1.5.2_2 31 Jul 2021 15:32:34 |
Alexey Dokuchaev (danfe) |
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 |
1.5.2_1 28 Jul 2021 20:34:51 |
Lars Engels (lme) |
*: Drop maintainership on most of my ports.
Unfortunately I cannot give them the love they deserve at the moment. |
1.5.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.2_1 20 Sep 2020 14:02:09 |
linimon |
Generalize powerpc ARCH test.
Approved by: portmgr (tier-2 blanket) |
1.5.2_1 30 Jul 2019 12:21:14 |
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 |
1.5.2_1 26 Jul 2019 20:46:57 |
gerald |
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 |
1.5.2 03 Jan 2019 08:46:25 |
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 |
1.4_1 12 Dec 2018 01:35:36 |
gerald |
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 |
1.4 01 Oct 2018 14:52:08 |
lme |
net-mgmt/aircrack-ng:
- Update to 1.4
- Add USE_LDCONFIG
- Pet portlint |
1.3_1 10 Aug 2018 08:59:03 |
lme |
I accidently passed the ports back to the pool.
Grab them back. |
1.3_1 29 Jul 2018 22:18:46 |
gerald |
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 |
1.3 11 Jul 2018 07:23:55 |
lme |
net-mgmt/aircrack-ng:
- Update to 1.3
- Remove timestamps from patchfiles |
1.2_1 07 Jul 2018 13:37:00 |
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) |
1.2_1 07 Jul 2018 06:44:07 |
linimon |
Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket) |
1.2_1 21 Jun 2018 07:59:02 |
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> |
1.2 02 Jun 2018 07:55:00 |
gerald |
Use the canonical form USE_GCC=7+ instead of USE_GCC=7.0+, the latter
only working by chance. |
1.2 04 May 2018 10:43:22 |
lme |
net-mgmt/aircrack-ng:
Update to 1.2 |
1.2.r4_1 12 Jan 2018 08:53:01 |
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 |
1.2.r4 13 May 2017 23:36:16 |
linimon |
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) |
1.2.r4 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
1.2.r4 10 Sep 2016 22:05:00 |
marino |
net-mgmt/aircrack-ng: Add SSL build flags
Approved by: SSL blanket |
1.2.r4 24 Jul 2016 09:15:36 |
lme |
Mark broken on FreeBSD 9.x |
1.2.r4 10 Jul 2016 13:39:28 |
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 |
1.2.r2_1 25 Apr 2016 16:13:39 |
mat |
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 |
1.2.r2_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.2.r2_1 20 Oct 2015 19:27:03 |
lme |
- Don't strip binaries when WITH_DEBUG is set
- Bump PORTREVISION
Suggested by: jbeich |
1.2.r2 19 Oct 2015 18:05:48 |
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 |
1.2.r1_1 13 Sep 2015 14:31:55 |
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) |
1.2.r1 23 Apr 2015 18:31:57 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
1.2.r1 24 Mar 2015 18:19:24 |
marino |
4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt
approved by: PTHREAD blanket |
1.2.r1 09 Nov 2014 18:31:46 |
lme |
Update to 1.2-rc1 |
1.2.b3_1 04 Jul 2014 09:41:00 |
tijl |
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) |
1.2.b3 01 Apr 2014 17:34:36 |
lme |
- Unbreak on big-endian architectures [1]
- Use correct DISTVERSION [1]
- Style improvements [1]
- Update to 1.2-beta3
Submitted by: danfe [1] |
1.2.b2_2 30 Dec 2013 20:55:19 |
ohauer |
- 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@) |
1.2.b2_2 20 Dec 2013 22:33:05 |
lme |
- Fix install with SQLITE enabled
- Bump PORTREVISION
Noticed by: Jakub Lach <jakub_lach@mailplus.pl> |
1.2.b2_1 20 Dec 2013 16:41:27 |
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] |
1.2.b2 01 Dec 2013 18:36:28 |
lme |
- Update to 1.2-beta2 |
1.2.b1_1 30 Sep 2013 19:28:25 |
lme |
- Install manpages to the correct location [1]
- Pet portlint
- Bump PORTREVISION
Noticed by: antoine [1] |
1.2.b1 29 Sep 2013 14:29:28 |
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> |
1.1_1 26 Sep 2013 09:02:13 |
lme |
- Support staging
- Switch to USES gmake
- Change from PLIST_FILES to pkg-plist |
1.1_1 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
1.1_1 04 Jun 2012 19:43:12 |
lme |
Use the new options framework. |
1.1_1 22 Dec 2011 11:04:07 |
linimon |
Mark as broken on sparc64-9: fails to compile.
Hat: portmgr |
1.1_1 29 Sep 2011 18:48:46 |
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> |
1.1 28 Aug 2011 16:29:39 |
lme |
Potential fix build on sparc64
PR: ports/160183
Submitted by: naddy
Approved by: Maintainer (me) |
1.1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.1 01 Oct 2010 15:27:26 |
lme |
Update to 1.1 |
1.0_1 01 Apr 2010 09:30:20 |
linimon |
Mark as broken on powerpc.
Hat: portmgr |
1.0_1 18 Nov 2009 21:18:55 |
lme |
- Update pkg-message for FreeBSD 8.x
- Bump PORTREVISION |
1.0 19 Sep 2009 22:31:22 |
linimon |
Mark as broken on sparc64.
Feature safe: yes |
1.0 08 Sep 2009 20:50:19 |
lme |
Update to 1.0 |
1.0.r4 17 Aug 2009 17:36:29 |
danfe |
- Update to version 1.0-rc4
- Convert to PLIST_FILES
Approved by: maintainer (lme) |
1.0.r1 14 Aug 2008 05:47:55 |
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) |
0.9.3 27 Mar 2008 20:16:28 |
lme |
- Update to 0.9.3 |
0.9.1 12 Jul 2007 18:52:00 |
lme |
Change e-mail address of my ports to my FreeBSD.org one.
Approved by: miwi (mentor) |
0.9.1 02 Jul 2007 12:12:09 |
miwi |
- Update to 0.9.1
PR: 114150
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) |
0.9 13 Jun 2007 18:24:26 |
ehaupt |
This port now respects CC.
PR: 113519
Approved by: maintainer |
0.9 25 May 2007 22:11:28 |
miwi |
- Update to 0.9
Changelog: http://aircrack-ng.org/doku.php#changelog
PR: 112701
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) |
0.8_2 01 May 2007 19:53:30 |
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) |
0.8_1 28 Apr 2007 12:53:58 |
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) |
0.8 26 Apr 2007 19:41:16 |
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) |
0.7 24 Jan 2007 22:39:54 |
miwi |
- Update to 0.7
PR: 108321
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) |
0.6.2 07 Oct 2006 12:24:03 |
miwi |
- Cleanup Makefile
- Update WWW
PR: ports/104095
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) |
0.6.2 06 Oct 2006 17:56:26 |
miwi |
- Update to 0.6.2
PR: ports/104057
Submitted by: Lars Engels <lars.engels(at)0x20.net> (maintainer) |
0.6.1 16 Sep 2006 19:38:33 |
miwi |
- Update to 0.6.1
PR: ports/103317
Submitted by: Lars Engels <lars.engels(at)0x20.net> (maintainer) |
0.6 18 Aug 2006 20:40:06 |
miwi |
- Fix author on pkg-descr
PR: ports/102108
Submitted by: Daniel Roethlisberger <daniel(at)roe.ch>
Approved by: krion (mentor), maintainer |
0.6 01 Jul 2006 18:13:37 |
novel |
Update to 0.6.
PR: 99689
Submitted by: Lars Engels (maintainer) |
0.5 28 Jun 2006 06:45:18 |
ijliao |
fix WWW |
0.5 30 May 2006 08:43:41 |
erwin |
Mark BROKEN on 4.x
PR: 98114
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) |
0.5 27 May 2006 07:31:26 |
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> |