From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. b3c1fffa24b3ba0109b6ac3880d0740444b287d8 Date: Fri, 20 Sep 2013 20:46:32 +0200 Message-ID: <20130920184633.49F4C20F89@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2501270400887481284==" List-Id: --===============2501270400887481284== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via b3c1fffa24b3ba0109b6ac3880d0740444b287d8 (commit) via 9943604121477ba834314b444ad60adf0683e4db (commit) via 59d8b7646af5f7b1c37956d09d559439c53bd366 (commit) via e18fc0fa68db548f07da6babb482d51218bcfe9d (commit) from 22e4598587764f81f6a44927f96d6e6bdd04b6aa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b3c1fffa24b3ba0109b6ac3880d0740444b287d8 Merge: 59d8b76 9943604 Author: Michael Tremer Date: Fri Sep 20 19:46:05 2013 +0100 Merge remote-tracking branch 'arne_f/kernel' commit 9943604121477ba834314b444ad60adf0683e4db Author: Arne Fitzenreiter Date: Fri Sep 20 20:38:47 2013 +0200 kernel: fix console output. commit 59d8b7646af5f7b1c37956d09d559439c53bd366 Author: Arne Fitzenreiter Date: Fri Sep 20 12:36:15 2013 +0100 elinks: Update to 0.12pre6. =20 Fixes an issue which pages which could not be shown. commit e18fc0fa68db548f07da6babb482d51218bcfe9d Author: Arne Fitzenreiter Date: Fri Sep 20 12:35:47 2013 +0100 linux-firmware: Update to 20130910. ----------------------------------------------------------------------- Summary of changes: elinks/elinks.nm | 9 ++++++--- kernel/config-generic | 22 +++++++++++----------- kernel/kernel.nm | 2 +- linux-firmware/linux-firmware.nm | 4 ++-- 4 files changed, 20 insertions(+), 17 deletions(-) Difference in files: diff --git a/elinks/elinks.nm b/elinks/elinks.nm index 1e7bc51..82cc8b0 100644 --- a/elinks/elinks.nm +++ b/elinks/elinks.nm @@ -4,8 +4,10 @@ ############################################################################= ### =20 name =3D elinks -version =3D 0.11.7 -release =3D 2 +version =3D 0.12 +ver_suffix =3D pre6 +release =3D 1.%{ver_suffix} +thisapp =3D %{name}-%{version}%{ver_suffix} =20 groups =3D Applications/Internet url =3D http://elinks.or.cz/ @@ -19,7 +21,8 @@ description It is quite portable and runs on a variety of platforms. end =20 -source_dl =3D +source_dl =3D http://elinks.or.cz/download/ +sources =3D %{thisapp}.tar.bz2 =20 build requires diff --git a/kernel/config-generic b/kernel/config-generic index 8f9f118..38d7ea1 100644 --- a/kernel/config-generic +++ b/kernel/config-generic @@ -2992,24 +2992,24 @@ CONFIG_DRM_QXL=3Dm # CONFIG_VGASTATE is not set CONFIG_VIDEO_OUTPUT_CONTROL=3Dm CONFIG_HDMI=3Dy -CONFIG_FB=3Dm -# CONFIG_FIRMWARE_EDID is not set +CONFIG_FB=3Dy +CONFIG_FIRMWARE_EDID=3Dy # CONFIG_FB_DDC is not set -# CONFIG_FB_BOOT_VESA_SUPPORT is not set -CONFIG_FB_CFB_FILLRECT=3Dm -CONFIG_FB_CFB_COPYAREA=3Dm -CONFIG_FB_CFB_IMAGEBLIT=3Dm +CONFIG_FB_BOOT_VESA_SUPPORT=3Dy +CONFIG_FB_CFB_FILLRECT=3Dy +CONFIG_FB_CFB_COPYAREA=3Dy +CONFIG_FB_CFB_IMAGEBLITym # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set -CONFIG_FB_SYS_FILLRECT=3Dm -CONFIG_FB_SYS_COPYAREA=3Dm -CONFIG_FB_SYS_IMAGEBLIT=3Dm +CONFIG_FB_SYS_FILLRECT=3Dy +CONFIG_FB_SYS_COPYAREA=3Dy +CONFIG_FB_SYS_IMAGEBLIT=3Dy # CONFIG_FB_FOREIGN_ENDIAN is not set CONFIG_FB_SYS_FOPS=3Dm CONFIG_FB_DEFERRED_IO=3Dy # CONFIG_FB_SVGALIB is not set # CONFIG_FB_MACMODES is not set # CONFIG_FB_MODE_HELPERS is not set -# CONFIG_FB_TILEBLITTING is not set +CONFIG_FB_TILEBLITTING=3Dy =20 # # Frame buffer hardware drivers @@ -3065,7 +3065,7 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=3Dy # Console display driver support # CONFIG_DUMMY_CONSOLE=3Dy -# CONFIG_FRAMEBUFFER_CONSOLE is not set +CONFIG_FRAMEBUFFER_CONSOLE=3Dy CONFIG_FONT_8x16=3Dy CONFIG_FONT_AUTOSELECT=3Dy CONFIG_LOGO=3Dy diff --git a/kernel/kernel.nm b/kernel/kernel.nm index ad2019c..b22f071 100644 --- a/kernel/kernel.nm +++ b/kernel/kernel.nm @@ -5,7 +5,7 @@ =20 name =3D kernel version =3D 3.10.9 -release =3D 1 +release =3D 2 thisapp =3D linux-%{version} =20 maintainer =3D Arne Fitzenreiter diff --git a/linux-firmware/linux-firmware.nm b/linux-firmware/linux-firmware= .nm index 096adef..f5906f4 100644 --- a/linux-firmware/linux-firmware.nm +++ b/linux-firmware/linux-firmware.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D linux-firmware -version =3D 20130307 -git_ver =3D c530a75 +version =3D 20130910 +git_ver =3D 3fe01af release =3D 1.git%{git_ver} arch =3D noarch thisapp =3D %{name}-%{git_ver} hooks/post-receive -- IPFire 3.x development tree --===============2501270400887481284==--