Commit Graph

32 Commits

Author SHA1 Message Date
武丹 96e5474ce1 2023-04-17-delete-get-freq-code 2023-04-17 09:31:14 +08:00
武丹 e2399c60ee 2023-04-17-delete-get-freq-code 2023-04-17 09:23:58 +08:00
武丹 d649c09d4e 2023-04-14-fix-wifi6/wifi6+ 2023-04-14 17:54:55 +08:00
solod 6b128a4e4e
!10 delete patchs
Merge pull request !10 from solod/openkylin/yangtze
2023-04-06 08:51:04 +00:00
武丹 ee7b7419b7 delete patch 2023-04-06 15:25:03 +08:00
solod 7a3a602c76
!8 fix changelog
Merge pull request !8 from solod/openkylin/yangtze
2023-04-03 02:17:05 +00:00
武丹 c5f6b8f6b5 fix-changelog 2023-04-03 09:32:24 +08:00
solod 0614e5e66f
!7 update upstream 2.10
Merge pull request !7 from solod/openkylin/yangtze
2023-03-31 08:35:19 +00:00
武丹 8dbc64c31d 触发CI平台 2023-03-31 16:20:10 +08:00
武丹 af33fd67bd fix quilt to native 2023-03-31 14:28:36 +08:00
武丹 e0a24c3438 fix package connect 2023-03-31 14:14:45 +08:00
武丹 010bc19ccb merge debian connect 2023-03-31 11:27:43 +08:00
武丹 ba53ce4933 merage upstream 2.10 2023-03-31 11:09:17 +08:00
wudan 3146ad0114 add-wifi6/6+ and get-5g-freq 2022-11-23 10:38:35 +08:00
luzhiping 57cf168ff9 update info 2022-08-22 17:01:04 +08:00
openKylinBot 067fef9dcb changed debian/source/format to native 2022-05-14 03:18:56 +08:00
openKylinBot 9097c2cecb apply patches 2022-05-14 03:18:56 +08:00
openKylinBot 0d26a8603d format patches 2022-05-14 03:18:56 +08:00
Ouden ebd6824eaa nl80211: Fix RTM NEW/DELLINK IFLA_IFNAME copy for maximum ifname length
If the kernel rtm_newlink or rtm_dellink send the maximum length of
ifname (IFNAMSIZ), the event handlers in
wpa_driver_nl80211_event_rtm_addlink() and
wpa_driver_nl80211_event_rtm_dellink() did not copy the IFLA_IFNAME
value. Because the RTA_PAYLOAD (IFLA_IFNAME) length already includes the
NULL termination, that equals the IFNAMSIZ.

Fix the condition when IFNAME reach maximum size.

Signed-off-by: Ouden <Ouden.Biz@gmail.com>

Gbp-Pq: Name git_realtek_macrand.patch
2022-05-14 03:18:56 +08:00
Jouni Malinen d1b434e871 [PATCH] AP: Silently ignore management frame from unexpected source address
Do not process any received Management frames with unexpected/invalid SA
so that we do not add any state for unexpected STA addresses or end up
sending out frames to unexpected destination. This prevents unexpected
sequences where an unprotected frame might end up causing the AP to send
out a response to another device and that other device processing the
unexpected response.

In particular, this prevents some potential denial of service cases
where the unexpected response frame from the AP might result in a
connected station dropping its association.

Signed-off-by: Jouni Malinen <j@w1.fi>

Gbp-Pq: Name CVE-2019-16275.patch
2022-05-14 03:18:56 +08:00
Ubuntu Developers eb06256083 wpa_service_ignore-on-isolate
Updated: 2017-11-10

Gbp-Pq: Name wpa_service_ignore-on-isolate.patch
2022-05-14 03:18:56 +08:00
Jeremy Nickurak 1e7b193dc1 Disable the session ticket TLS extension.
Gbp-Pq: Name session-ticket.patch
2022-05-14 03:18:56 +08:00
Andrej Shadura e5c63b5ab3 Enable TLSv1.0 by default
OpenSSL 1.1.1 disables TLSv1.0 by default and sets the security level to 2.
Some older networks may support for TLSv1.0 and less secure cyphers.


Gbp-Pq: Name allow-tlsv1.patch
2022-05-14 03:18:56 +08:00
Stefan Lippers-Hollmann 3ef10df2ab wpa_supplicant: Fix dependency odering when invoked with DBus
Make sure that DBus isn't shut down before wpa_supplicant, as that would
also bring down wireless links which are still holding open NFS shares.

Debian bug: https://bugs.debian.org/785579
systemd upstream bug: https://bugs.freedesktop.org/show_bug.cgi?id=89847

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>

Gbp-Pq: Name wpa_supplicant_fix-dependency-odering-when-invoked-with-dbus.patch
2022-05-14 03:18:56 +08:00
Stefan Lippers-Hollmann f333bbb003 wpasupplicant: configure driver fallback for networkd
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>

Gbp-Pq: Name networkd-driver-fallback.patch
2022-05-14 03:18:56 +08:00
Raphael Geissert a4945d4877 Use KDE's KNotify when running under KDE
Bug-Debian: http://bugs.debian.org/582793

Gbp-Pq: Name 12_wpa_gui_knotify_support.patch
2022-05-14 03:18:56 +08:00
Kel Modderman 53e5534e40 Tweak D-Bus/systemd service activation configuration files:
* log wpa_supplicant messages to syslog
 * activate control socket interface so that wpa_cli can be used by D-Bus
   activated wpa_supplicant daemon

Gbp-Pq: Name 07_dbus_service_syslog.patch
2022-05-14 03:18:56 +08:00
Kel Modderman d5671ecd65 Use full executable path into wpa_gui.desktop
Debian specific patch to desktop menu entry, so that we may exec
wpa_gui which being in /usr/sbin may not be in the PATH

Gbp-Pq: Name 06_wpa_gui_menu_exec_path.patch
2022-05-14 03:18:56 +08:00
Michael Biebl e0028b23a0 Add D-Bus group policy
Debian does not use pam_console but uses group membership
to control access to D-Bus. Activating both options in the conf file
makes it work on Debian and Ubuntu.

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=15;bug=412179

Gbp-Pq: Name 02_dbus_group_policy.patch
2022-05-14 03:18:56 +08:00
Reinhard Tartler 838e3e223a Use pkg-config for libpcsclite linkage flags
At least in debian, we can rely on pkg-config being available and
returning more accurate ldflags.

Gbp-Pq: Name 01_use_pkg-config_for_pcsc-lite_module.patch
2022-05-14 03:18:56 +08:00
openKylinBot b726ff8f97 Import Debian changes 2:2.9-ok1
wpa (2:2.9-ok1) yangtze; urgency=medium

  * Build for openKylin.
2022-05-14 03:18:48 +08:00
openKylinBot 19e879109e Import Upstream version 2.9 2022-05-14 03:18:47 +08:00