39 Commits

Author SHA1 Message Date
Augustin Cavalier
62d06ed7e6 wpa_supplicant 2.11. 2024-11-12 23:38:05 -05:00
PulkoMandy
21ead58135 Enable Openssl3, bump recipes that depend on it and are used by Haiku 2024-08-08 14:27:03 -04:00
Augustin Cavalier
745d17f32a wpa_supplicant: Fix for GCC2. 2023-11-24 12:54:21 -05:00
Augustin Cavalier
e5c59176a4 wpa_supplicant: Bump version.
Picks up fix for https://dev.haiku-os.org/ticket/18685
2023-11-24 12:10:09 -05:00
Augustin Cavalier
fea211b819 wpa_supplicant: Bump version. 2022-08-17 23:43:15 -04:00
Augustin Cavalier
ba0a3c4807 wpa_supplicant: Bump version. 2022-06-09 01:28:59 -04:00
Augustin Cavalier
83068f23fe wpa_supplicant 2.10. 2022-03-03 15:23:31 -05:00
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Humdinger
ef8e70279a Bump revision of wpa_supplicant
+ Added vector icon
+ New and updated translations
2021-08-03 19:38:35 +02:00
Humdinger
fd7039d2e6 Update wpa_supplicant recipe
...to include new/updated translations
2020-05-12 19:13:23 +02:00
Augustin Cavalier
fff6e373b4 wpa_supplicant: Add recipe for 2.9. 2020-04-13 18:37:14 -04:00
Augustin Cavalier
4544092188 wpa_supplicant: Drop old versions. 2020-04-12 19:03:14 -04:00
Augustin Cavalier
e23e9be3cf Bump revisions of all packages that depend on OpenSSL. 2020-03-19 20:08:50 -04:00
waddlesplash
8e52dc679d wpa_supplicant: Bump. 2018-09-26 01:06:10 -04:00
Augustin Cavalier
bbd4c7fa57 wpa_supplicant: Add recipe for version 2.7~devel. 2018-08-17 18:51:29 -04:00
Augustin Cavalier
4ee7cac75e wpa_supplicant: Remove oldest (unused) version. 2018-08-17 18:46:42 -04:00
Adrien Destugues
9abcdaebe6 wpa_supplicant: add recipe for 2.4.
mmlr apparently did all the work to update our port, but then
the result was never packaged. Seems to work just fine on my
machine, both on encrypted and unencrypted networks.
2017-11-25 11:51:29 +01:00
Jerome Duval
fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00
Jérôme Duval
3dfe22944c wpa_supplicant: link with g++.
* with gcc, would get an undefined reference to vtable...
2016-12-13 20:10:35 +01:00
Vale
6f4f45198e Fix HOMEPAGE, COPYRIGHT, and LICENSE blocks 2016-03-05 14:19:01 -05:00
Vale
f8aeb53372 More ordering & layout fixes 2016-02-26 10:33:51 -05:00
Vale
4ceccd41e1 Fix ordering 2016-02-17 14:39:36 -05:00
Adrien Destugues
96a02ed31a wpa_supplicant: bump revision for openssl update. 2015-11-10 11:50:22 +01:00
Augustin Cavalier
4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04:00
Augustin Cavalier
f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Oliver Tappe
52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00
Oliver Tappe
80bbd70b83 Let all recipes use SHA-256 checksums only. 2014-04-21 19:31:51 +02:00
noryb009
630bd7aaca Rewrap net-wireless DESCRIPTIONs 2014-01-02 16:40:58 -05:00
Alexander von Gluck IV
d97a2aabd9 all: Don't use portVersionedName for SOURCE_DIR
* portVersionedName contains the secondary architecture,
  so using it means secondary package builds fail.
  example: $portVersionedName is libwow_x86-0.0.0 when
  doing an x86 build on x86_gcc2
2013-12-25 17:52:56 -06:00
Oliver Tappe
8ec70f6e92 Add x86_64 as supported architecture to ports required by Haiku. 2013-09-02 11:51:26 +02:00
Ingo Weinhold
d3fff39e6e Declare most recipes stable on x86 2013-08-17 09:40:03 +02:00
Oliver Tappe
39a646a289 Adjust recipes to separation of buildhost and target packages 2013-08-05 00:14:47 +02:00
Ingo Weinhold
272581b5f3 wpa_supplicant 2.0: update recipe 2013-06-18 10:23:38 +02:00
Ingo Weinhold
68ea76c1c7 Convert wpa_suplicant-2.0 recipe to an actual recipe
Also adjust the patch to use the correct private Haiku header
directories. Doesn't build yet, since it requires newer Haiku API.
2013-04-22 22:49:39 +02:00
Ingo Weinhold
f271a239d3 Rename wpa_supplicant-2.0.bep to *.recipe 2013-04-22 22:41:29 +02:00
Michael Lotz
e247faabc4 Update wpa_supplicant to version 2.0 and bring in improvements.
* Updated to version 2.0 of vendor code.
* Reliability improvements in controlling the underlying devices.
* Implement leaving networks.
* Better timeout handling.
* Usability enhancements like cancel on escape, ok button being the
  default and the password field having focus on start.
* Storing of the password using BKeyStore.
2013-04-22 22:40:03 +02:00
Ingo Weinhold
fd7e08593c Convert wpa_supplicant recipe to an actual recipe
Also adjust the patch to use the correct private Haiku headers.
2013-04-22 22:24:36 +02:00
Oliver Tappe
60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Oliver Tappe
94cc6aaf85 Merge all changes from trunk 2013-03-29 14:04:07 +00:00