Discussion:
[software/drakx] 01/04: recognize new kernel-3.14 drivers
root-odJJhXpcy38dnm+
2014-04-27 22:27:22 UTC
Permalink
This is an automated email from the git hooks/post-receive script.

tv pushed a commit to branch master
in repository software/drakx.

commit 2777b336f83ffc94e7bff2baa25516cf0e898a18
Author: Thierry Vignaud <thierry.vignaud-***@public.gmane.org>
Date: Mon Apr 28 00:25:04 2014 +0200

recognize new kernel-3.14 drivers

we lack the new ones introduced in 3.13...
---
Commit Link:
http://gitweb.mageia.org/software/drakx/commit/?id=2777b336f83ffc94e7bff2baa25516cf0e898a18

images/NEWS | 2 ++
kernel/list_modules.pm | 6 +++---
mdk-stage1/NEWS | 1 +
perl-install/NEWS | 2 ++
perl-install/install/NEWS | 2 ++
5 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/images/NEWS b/images/NEWS
index ab3f46e..2b35e2c 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- sync with kernel-3.14
+
Version 2.6 - 16 February 2014 by Thierry Vignaud

- sync with kernel-3.12
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 3e971d3..8199986 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -24,7 +24,7 @@ our %l = (
qw(depca dmfe e2100 eepro eexpress enic eth16i),
qw(ewrk3 hp hp-plus hp100 i40e),
qw(iph5526), #- fibre channel
- qw(jme lance ne ni5010 ni52 ni65 nvnet),
+ qw(i40evf jme lance ne ni5010 ni52 ni65 nvnet),
qw(prism2_plx qlge r6040 rcpci rhineget),
qw(sb1000 sc92031 sh_eth smc-ultra smsc911x smc9194 smsc9420 smsc95xx),
qw(tc35815 tlan uli526x vmxnet3),
@@ -76,7 +76,7 @@ our %l = (
qw(r8187se rtl8188ee r8192_pci r8192s_usb r8192u_usb r8712u rtl8723ae ray_cs rndis_wlan rt2400 rt2400pci rt2500),
qw(rt2500pci rt2500usb rt2570 rt2800pci rt2800usb rt2860 rt2860sta rt2870),
qw(rt3070sta rt61 rt61pci rt73 rt73usb rtl8180 rtl8187 rtl8187se r8188eu rtl_pci rtl_usb rtusb),
- qw(rtl8192se rtl8192cu rtl8192de spectrum_cs sr9700 ssb usb8xxx usbvnet_rfmd vt6655_stage vt6656_stage vt_ar5k w35und),
+ qw(rtl8192se rtl8192cu rtl8192de rtl8821ae spectrum_cs sr9700 sr9800 ssb usb8xxx usbvnet_rfmd vt6655_stage vt6656_stage vt_ar5k w35und),
qw(wavelan_cs wcn36xx wl wl3501_cs wvlan_cs zd1201 zd1211rw),
if_(arch() =~ /ppc/, qw(airport)),
],
@@ -256,7 +256,7 @@ our %l = (
],
photo => [ qw(dc2xx mdc800) ],
radio => [ qw(radio-gemtek-pci radio-keene radio-maestro radio-ma901
- radio-maxiradio radio-miropcm20 radio-mr800 radio-shark
+ radio-maxiradio radio-miropcm20 radio-mr800 radio-raremono radio-shark
radio-usb-si470x shark2) ],
scanner => [ qw(scanner microtek) ],
firewire => [ qw(snd-firewire-speakers snd-isight snd-scs1x) ],
diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS
index cb002fe..acaac98 100644
--- a/mdk-stage1/NEWS
+++ b/mdk-stage1/NEWS
@@ -1,4 +1,5 @@
- drop support for supermount (dead since 2007)
+- recognize new kernel-3.14 drivers

2.1
- drop support for SPARC
diff --git a/perl-install/NEWS b/perl-install/NEWS
index bc316e4..37632fb 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+- recognize new kernel-3.14 drivers
+
Version 16.27 - 18 February 2014

- nuke create_link_source(), as we haven't supported building against an
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index a9c085c..a630a76 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- recognize new kernel-3.14 drivers
+
Version 16.27 - 18 February 2014

- fix crash when choosing a RTL language (mga#12793)
--
Mageia Git Monkeys.
root-odJJhXpcy38dnm+
2014-04-27 22:27:23 UTC
Permalink
This is an automated email from the git hooks/post-receive script.

tv pushed a commit to branch master
in repository software/drakx.

commit cca8c43c57da175f12a4d906cfb70e67e592c93b
Author: Thierry Vignaud <thierry.vignaud-***@public.gmane.org>
Date: Mon Apr 28 00:25:45 2014 +0200

2.7
---
Commit Link:
http://gitweb.mageia.org/software/drakx/commit/?id=cca8c43c57da175f12a4d906cfb70e67e592c93b

images/Makefile | 2 +-
images/NEWS | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/images/Makefile b/images/Makefile
index 9c92302..9c2e4dc 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -1,6 +1,6 @@
include ../Makefile.config

-VERSION=2.6
+VERSION=2.7
PRODUCT=drakx-installer-images
KERNELS=$(shell rpm -qf /lib/modules/3.*)

diff --git a/images/NEWS b/images/NEWS
index 2b35e2c..dcf74f1 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+Version 2.7 - 28 April 2014 by Thierry Vignaud
+
- sync with kernel-3.14

Version 2.6 - 16 February 2014 by Thierry Vignaud
--
Mageia Git Monkeys.
root-odJJhXpcy38dnm+
2014-04-27 22:27:24 UTC
Permalink
This is an automated email from the git hooks/post-receive script.

tv pushed a commit to branch master
in repository software/drakx.

commit c76c37a656b64a8daac2a09294acd10c9e73045c
Author: Thierry Vignaud <thierry.vignaud-***@public.gmane.org>
Date: Mon Apr 28 00:26:01 2014 +0200

2.2
---
Commit Link:
http://gitweb.mageia.org/software/drakx/commit/?id=c76c37a656b64a8daac2a09294acd10c9e73045c

mdk-stage1/Makefile | 2 +-
mdk-stage1/NEWS | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 2b099f8..b6fe0fc 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

-VERSION=2.1
+VERSION=2.2
PRODUCT=drakx-installer-binaries

#
diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS
index acaac98..fcfe639 100644
--- a/mdk-stage1/NEWS
+++ b/mdk-stage1/NEWS
@@ -1,3 +1,4 @@
+2.2
- drop support for supermount (dead since 2007)
- recognize new kernel-3.14 drivers
--
Mageia Git Monkeys.
root-odJJhXpcy38dnm+
2014-04-27 22:27:25 UTC
Permalink
This is an automated email from the git hooks/post-receive script.

tv pushed a commit to branch master
in repository software/drakx.

commit ae1c8ddd9e63c61ad672de7f9a4df0f4a9c2743c
Author: Thierry Vignaud <thierry.vignaud-***@public.gmane.org>
Date: Mon Apr 28 00:27:13 2014 +0200

16.28
---
Commit Link:
http://gitweb.mageia.org/software/drakx/commit/?id=ae1c8ddd9e63c61ad672de7f9a4df0f4a9c2743c

perl-install/Makefile.config | 2 +-
perl-install/NEWS | 2 ++
perl-install/install/NEWS | 2 ++
3 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index 4f30498..5c03fc6 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=16.27
+VERSION:=16.28

SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 37632fb..f27b2d9 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+Version 16.28 - 28 April 2014
+
- recognize new kernel-3.14 drivers

Version 16.27 - 18 February 2014
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index a630a76..abd0e47 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+Version 16.28 - 28 April 2014
+
- recognize new kernel-3.14 drivers

Version 16.27 - 18 February 2014
--
Mageia Git Monkeys.
Loading...