[wireless-regdb] 01/03: Merge tag 'debian/2016.06.10-1' into wheezy

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Jan 15 20:24:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch wheezy-security
in repository wireless-regdb.

commit e24aa1681f8f87e6e193654406f889ecc66ff401
Merge: c88ccb5 42c61e6
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Jan 12 22:49:04 2017 +0000

    Merge tag 'debian/2016.06.10-1' into wheezy

 Makefile                                           |   3 +-
 db.txt                                             | 340 +++++++++++++--------
 debian-example/control                             |   2 +-
 debian/.gitignore                                  |   6 +
 debian/README.source                               |   8 +-
 debian/changelog                                   |  75 +++++
 debian/compat                                      |   2 +-
 debian/control                                     |  10 +-
 debian/copyright                                   |   2 +-
 debian/patches/dont_auto_create_keypair            |   6 +-
 ...recording_and_using_an_external_signature.patch |  92 ++++++
 debian/patches/series                              |   2 +
 debian/patches/split_signature_generation.patch    |  45 +++
 debian/regulatory.bin.sig                          | Bin 0 -> 256 bytes
 debian/rules                                       |  11 +-
 debian/source/include-binaries                     |   1 +
 linville.key.pub.pem                               |   9 -
 sforshee.key.pub.pem                               |   9 +
 wireless-regdb.spec                                |   2 +-
 19 files changed, 473 insertions(+), 152 deletions(-)

diff --cc debian/changelog
index a0f010d,f87e2b9..fff0051
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,70 +1,86 @@@
++wireless-regdb (2016.06.10-1~deb7u1) UNRELEASED; urgency=medium
++
++  * Upload to wheezy
++  * Update the backward-compatible 'EU' regulatory domain based on
++    upstream changes for ETSI members
++
++ -- Ben Hutchings <ben at decadent.org.uk>  Thu, 12 Jan 2017 22:48:54 +0000
++
+ wireless-regdb (2016.06.10-1) unstable; urgency=medium
+ 
+   * New upstream version (Closes: #830288)
+     - Update rules for Hong Kong (HK): assign to ETSI DFS region
+     - Update rules for South Africa (ZA): remove DFS requirement and increase
+       transmit power limit for channels 100..140 (5490-5710 MHz)
+     - Update rules for Taiwan (TW): extend the 2.4 GHz and 5 GHz bands; change
+       transmit power limits for parts of the 5 GHz band; re-assign to FCC DFS
+       region
+     - Update rules for United States (US): increase transmit power limit for
+       channels 36..48 (5170-5250 MHz)
+     - Update rules for Uruguay (UY): remove channels 100..144 (5490-5730 MHz)
+     - Update rules for Russia (RU): enable VHT80 in 5 GHz band and VHT160
+       for channel 50 (5170-5330 MHz)
+     - Update rules for Ukraine (UA): enable VHT80 in 5 GHz band and VHT160
+       for channels 46..54 (5150-5350 MHz) and 114..118 (5490-5670 MHz)
+     - Update rules for Malaysia (MY): change transmit power limit for the
+       5 GHz band; enable VHT80 in 5 GHz band and VHT160 for channels 50
+       (5170-5330 MHz) and 114 (5490-5650 MHz)
+     - Update rules for Greenland (GL): enable VHT160 for channels 50
+       (5170-5330 MHz) and 114..126 (5490-5710 MHz)
+     - Update rules for Croatia (HR) and Finland (FI): extend the 2.4 GHz and
+       5 GHz bands; increase transmit power limit for channels 34..48
+       (5150-5250 MHz); add NO-OUTDOOR flag for channels 34..64 (5150-5350 MHz)
+     - Fix world regulatory domain: correct the channel width for channels
+       12..13 (2457-2482 MHz)
+     - Add rules for Cuba (CU)
+     - Update rules for Germany (DE) and Netherlands (NL): add channels
+       147..165 (5725-5875 MHz)
+     - Update rules for Bulgaria (BG): increase transmit power limit for
+       channels 36..48 (5170-5250 MHz); add NO-OUTDOOR flag for 60 GHz band
+     - Update rules for Republic of Korea (KR): add 60 GHz band
+   * debian/control: Change Vcs-Git and Vcs-Browser to canonical HTTP-S URLs
+   * debian/copyright: Change Source to HTTP-S URL
+   * Use debhelper compatibility level 9
+   * debian/control: Update Standards-Version to 3.9.8; no changes needed
+   * Remove obsolete postinst script
+   * debian/control: Update Homepage
+ 
+  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 04 Dec 2016 23:47:35 +0000
+ 
+ wireless-regdb (2015.07.20-1) unstable; urgency=medium
+ 
+   * New upstream version
+     - Update rules for Armenia (AM), Bahrain (BH), Costa Rica (CR),
+       Ecuador (EC), Guam (GU), Sri Lanka (LK), El Salvador (SV): disable VHT
+       in 5 GHz band
+     - Update rules for Australia (AU), New Zealand (NZ): assign to ETSI DFS
+       region
+     - Update rules for Bulgaria (BG): add channels 147..173 (5725-5875 MHz)
+     - Update rules for Canada (CA): remove channels 120..134 (5600-5650 MHz)
+     - Update rules for Egypt (EG): disable VHT80
+     - Update rules for Indonesia (ID), Democratic People's Republic of Korea
+       (KP): disable VHT
+     - Update rules for Japan (JP): add 60 GHz band
+     - Update rules for Macao (MO): assign to ETSI FCC region; add channels
+       100..144 (5490-5730 MHz); enable VHT80 and VHT160 in 5 GHz band
+     - Add rules for Maldives (MV), Nigeria (NG), Tanzania (TZ) and Samoa (WS)
+     - Update rules for Russia (RU): disable VHT80; add 60 GHz band
+     - Update rules for United States (US): re-add channels 100..144
+       (5490-5730 MHz)
+   * Generate a detached signature at source preparation time and append
+     it when building the binary package (thanks to Jérémy Bobbio)
+     (Closes: #725803)
+ 
+  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 30 Aug 2015 10:20:04 +0100
+ 
 +wireless-regdb (2014.11.18-1~deb7u1) wheezy; urgency=medium
 +
 +  * Upload to wheezy
 +  * Update the backward-compatible 'EU' regulatory domain based on
 +    upstream changes for ETSI members
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Fri, 02 Jan 2015 00:28:06 +0000
 +
  wireless-regdb (2014.11.18-1) unstable; urgency=medium
  
    * New upstream version
diff --cc debian/patches/series
index 5c54d85,d748e10..2afe72e
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,3 -1,4 +1,5 @@@
  dont_auto_create_keypair
 +add_EU_regdom
  keep-setting-NO_IBSS-flag.patch
+ enable_recording_and_using_an_external_signature.patch
+ split_signature_generation.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/wireless-regdb.git



More information about the Kernel-svn-changes mailing list