diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/acpi_call/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/bbswitch/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/linux-libre-grsec/PKGBUILD | 12 | ||||
-rw-r--r-- | libre/linux-libre-grsec/config.i686 | 3 | ||||
-rw-r--r-- | libre/linux-libre-grsec/config.x86_64 | 3 | ||||
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 10 | ||||
-rw-r--r-- | libre/linux-libre-lts/config.i686 | 3 | ||||
-rw-r--r-- | libre/linux-libre-lts/config.x86_64 | 3 | ||||
-rw-r--r-- | libre/linux-libre/ChangeLog | 6 | ||||
-rw-r--r-- | libre/linux-libre/PKGBUILD | 10 | ||||
-rw-r--r-- | libre/linux-libre/config.i686 | 3 | ||||
-rw-r--r-- | libre/linux-libre/config.x86_64 | 3 | ||||
-rw-r--r-- | libre/lirc/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/ogre/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 5 | ||||
-rw-r--r-- | libre/vhba-module/PKGBUILD | 2 |
16 files changed, 42 insertions, 31 deletions
diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD index 1629c010c..8343ad32a 100644 --- a/libre/acpi_call/PKGBUILD +++ b/libre/acpi_call/PKGBUILD @@ -12,11 +12,11 @@ _basekernel=3.16 if [[ ${_kernelname} == "" ]]; then _basekernel=${_basekernel} _archrel=11 - _parabolarel=1 + _parabolarel=2 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 _archrel=7 - _parabolarel=1 + _parabolarel=2 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=3.15 _archrel=${_archrel} diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index a7d017da3..71b1d982f 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -8,7 +8,7 @@ _kernelname= _basekernel=3.16 _archrel=15 -_parabolarel=1 +_parabolarel=2 if [[ ${_kernelname} == "" ]]; then _basekernel=${_basekernel} diff --git a/libre/linux-libre-grsec/PKGBUILD b/libre/linux-libre-grsec/PKGBUILD index 94fd902f4..aed1a69c5 100644 --- a/libre/linux-libre-grsec/PKGBUILD +++ b/libre/linux-libre-grsec/PKGBUILD @@ -12,9 +12,9 @@ pkgbase=linux-libre-grsec # Build kernel with -grsec localname _pkgbasever=3.16-gnu -_pkgver=3.16.1-gnu +_pkgver=3.16.2-gnu _grsecver=3.0 -_timestamp=201409021826 +_timestamp=201409082129 _replacesarchkernel=('linux%') # '%' gets replaced with _kernelname _replacesoldkernels=('kernel26%' 'kernel26-libre%') # '%' gets replaced with _kernelname @@ -43,11 +43,11 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li # loongson-community patch: http://linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/ '3.16-7981337ad0-loongson-community.patch') sha256sums=('9c2a524c901febe0f0138f702bfdeb52d6f79f22c1fdbabaa37580bc70f16218' - '3bbc78694d76b12b6229799d7c4daf5215b9dd731908d96b03603aceb54ad5c7' - '72a86cb36deb5eca062cc495fe692d17aa4e05d2f12b57b3ba6dbcf88c25584f' + 'a6bc6d96b63ef746b7ccfe6ffb20df1e50459027f3db9f7a7f0b6b2db7f2c6e4' + '1f2cb71892020365e8f064182ddc2f534d8bae2c89f8733775e683795ae67642' 'SKIP' - 'cdb384408a20f4ffeadbfec6d20a9dfd454d495c29318969ab5e32e3f5055fa4' - '679488a6571375c3d452c447b6bd05399d01f05b990ee7d4bbb93628b6fc1115' + '0fe0836dfa1df977312a4f15f25baf558a7fa1293c6c1a258f9d7b5492e054b4' + 'cfb236dd8da3097327c3a0bf28c60f24f6b9581b5cf139b4042d44aee1922804' '54062ad5a1200fdb1a5a13fed316dbe74fbcfba87e37245328f94960d21aa365' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '074b67818582874146c389c029bc43648d145891a27e47aa2c5c42d3571f0264' diff --git a/libre/linux-libre-grsec/config.i686 b/libre/linux-libre-grsec/config.i686 index 57c93c809..c4ffc29e1 100644 --- a/libre/linux-libre-grsec/config.i686 +++ b/libre/linux-libre-grsec/config.i686 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.16.1-gnu-201409010104-1-grsec Kernel Configuration +# Linux/x86 3.16.2-gnu-201409082129-1-grsec Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4493,6 +4493,7 @@ CONFIG_DRM_PTN3460=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m +CONFIG_DRM_RADEON_KMS=y # CONFIG_DRM_RADEON_UMS is not set CONFIG_DRM_NOUVEAU=m CONFIG_NOUVEAU_DEBUG=5 diff --git a/libre/linux-libre-grsec/config.x86_64 b/libre/linux-libre-grsec/config.x86_64 index 9faa1c3f6..de6b35bc3 100644 --- a/libre/linux-libre-grsec/config.x86_64 +++ b/libre/linux-libre-grsec/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.16.1-gnu-201409010104-1-grsec Kernel Configuration +# Linux/x86 3.16.2-gnu-201409082129-1-grsec Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -4320,6 +4320,7 @@ CONFIG_DRM_PTN3460=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m +CONFIG_DRM_RADEON_KMS=y # CONFIG_DRM_RADEON_UMS is not set CONFIG_DRM_NOUVEAU=m CONFIG_NOUVEAU_DEBUG=5 diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index ef6d00464..8c6cf6a68 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -9,7 +9,7 @@ pkgbase=linux-libre-lts # Build kernel with -lts localname _pkgbasever=3.14-gnu -_pkgver=3.14.17-gnu +_pkgver=3.14.18-gnu _replacesarchkernel=('linux%') # '%' gets replaced with _kernelname _replacesoldkernels=('kernel26%' 'kernel26-libre%') # '%' gets replaced with _kernelname @@ -18,7 +18,7 @@ _replacesoldmodules=('linux-libre%-kmod-alx') # '%' gets replaced with _kernelna _srcname=linux-${_pkgbasever%-*} _archpkgver=${_pkgver%-*} pkgver=${_pkgver//-/_} -pkgrel=1.2 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -39,9 +39,9 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li # loongson-community patch: http://linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/ '3.14.14-a410a5e2b7-loongson-community.patch') sha256sums=('477555c709b9407fe37dbd70d3331ff9dde1f9d874aba2741f138d07ae6f281b' - 'f747eeb343d5105bcd1a1b02ce391c746bccbce62e58394b674fc553be844ccc' - '2114c304b6a2eb7ed6549cd7162ad2312eac30729b3dd5cb5a50aa55d954cf6a' - '76ee0a0d4e2eb6f0fd180c72b17ab1afbc77d280a246816997c8300f3ed0e97b' + 'e7344442b842212a93737f8ca274f224abb52e8aa138568f2330143f7fba22a6' + 'fac409e803e02fd37dece4eacadf387739139be28c93db60400c723ba4ff83de' + '5f3aac4a2ed06d4de18fc2965d091c073ef3b5d57c0f4884d20d00f9018e0ba2' 'b053633d23d85972e5a99a83dc93bdab9b8aa1ab8450e98e3b84b46faa669fef' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '074b67818582874146c389c029bc43648d145891a27e47aa2c5c42d3571f0264' diff --git a/libre/linux-libre-lts/config.i686 b/libre/linux-libre-lts/config.i686 index 2cf4c9e55..41057945f 100644 --- a/libre/linux-libre-lts/config.i686 +++ b/libre/linux-libre-lts/config.i686 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.14.11-gnu-1-lts Kernel Configuration +# Linux/x86 3.14.18-gnu-1-lts Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4434,6 +4434,7 @@ CONFIG_DRM_I2C_NXP_TDA998X=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m +CONFIG_DRM_RADEON_KMS=y # CONFIG_DRM_RADEON_UMS is not set CONFIG_DRM_NOUVEAU=m CONFIG_NOUVEAU_DEBUG=5 diff --git a/libre/linux-libre-lts/config.x86_64 b/libre/linux-libre-lts/config.x86_64 index a98db3b25..767cdcf2d 100644 --- a/libre/linux-libre-lts/config.x86_64 +++ b/libre/linux-libre-lts/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.14.11-gnu-1-lts Kernel Configuration +# Linux/x86 3.14.18-gnu-1-lts Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -4301,6 +4301,7 @@ CONFIG_DRM_I2C_NXP_TDA998X=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m +CONFIG_DRM_RADEON_KMS=y # CONFIG_DRM_RADEON_UMS is not set CONFIG_DRM_NOUVEAU=m CONFIG_NOUVEAU_DEBUG=5 diff --git a/libre/linux-libre/ChangeLog b/libre/linux-libre/ChangeLog index 36665a4ed..592ae2c9b 100644 --- a/libre/linux-libre/ChangeLog +++ b/libre/linux-libre/ChangeLog @@ -1,3 +1,8 @@ +2014-09-09 André Silva <emulatorman@parabola.nu> + + * linux-libre-3.16.2_gnu-1 + * Enabled CONFIG_DRM_RADEON_KMS [4] + 2014-08-31 André Silva <emulatorman@parabola.nu> * linux-libre-3.16.1_gnu-1.3 @@ -48,3 +53,4 @@ [1] https://labs.parabola.nu/issues/47 [2] https://labs.parabola.nu/issues/90 [3] https://labs.parabola.nu/issues/116 +[4] https://lists.parabolagnulinux.org/pipermail/assist/2014-September/000281.html diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 67220f848..c607a5c64 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -9,7 +9,7 @@ pkgbase=linux-libre # Build stock "" kernel _pkgbasever=3.16-gnu -_pkgver=3.16.1-gnu +_pkgver=3.16.2-gnu _replacesarchkernel=('linux%') # '%' gets replaced with _kernelname _replacesoldkernels=('kernel26%' 'kernel26-libre%') # '%' gets replaced with _kernelname @@ -18,7 +18,7 @@ _replacesoldmodules=('linux-libre%-kmod-alx') # '%' gets replaced with _kernelna _srcname=linux-${_pkgbasever%-*} _archpkgver=${_pkgver%-*} pkgver=${_pkgver//-/_} -pkgrel=1.3 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -36,9 +36,9 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li # loongson-community patch: http://linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/ '3.16-7981337ad0-loongson-community.patch') sha256sums=('9c2a524c901febe0f0138f702bfdeb52d6f79f22c1fdbabaa37580bc70f16218' - '3bbc78694d76b12b6229799d7c4daf5215b9dd731908d96b03603aceb54ad5c7' - 'df929e6e3ca5aa23ef7c4fb5c30b5a7757588ffcd1841fffa8e064feaa6c7834' - '10035cb6b7d4ce90b3743f0ada64364d1d03556589d1dc754caebd0f5919848b' + 'a6bc6d96b63ef746b7ccfe6ffb20df1e50459027f3db9f7a7f0b6b2db7f2c6e4' + '8ba899e4ced53f52696ea1cfbd17a60b245256d47a17e38f50eca378d672ba90' + '6a006447fa03e1c4fb077fc20425f7af7949213206c1737545a0d60509dbc31f' '44e9c253df7a7d1457e01f36dbd93f7c713c7e02e8a56f6e85a287f35e556bce' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '074b67818582874146c389c029bc43648d145891a27e47aa2c5c42d3571f0264' diff --git a/libre/linux-libre/config.i686 b/libre/linux-libre/config.i686 index 66da5b7ad..e33f8cf65 100644 --- a/libre/linux-libre/config.i686 +++ b/libre/linux-libre/config.i686 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.16.0-gnu-2 Kernel Configuration +# Linux/x86 3.16.2-gnu-1 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4509,6 +4509,7 @@ CONFIG_DRM_PTN3460=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m +CONFIG_DRM_RADEON_KMS=y # CONFIG_DRM_RADEON_UMS is not set CONFIG_DRM_NOUVEAU=m CONFIG_NOUVEAU_DEBUG=5 diff --git a/libre/linux-libre/config.x86_64 b/libre/linux-libre/config.x86_64 index 92607b43e..d9dfe452d 100644 --- a/libre/linux-libre/config.x86_64 +++ b/libre/linux-libre/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.16.0-gnu-2 Kernel Configuration +# Linux/x86 3.16.2-gnu-1 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -4350,6 +4350,7 @@ CONFIG_DRM_PTN3460=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m +CONFIG_DRM_RADEON_KMS=y # CONFIG_DRM_RADEON_UMS is not set CONFIG_DRM_NOUVEAU=m CONFIG_NOUVEAU_DEBUG=5 diff --git a/libre/lirc/PKGBUILD b/libre/lirc/PKGBUILD index ff9c204df..8912bfe0e 100644 --- a/libre/lirc/PKGBUILD +++ b/libre/lirc/PKGBUILD @@ -7,7 +7,7 @@ _kernelname= _basekernel=3.16 _archrel=3 -_parabolarel=1 +_parabolarel=2 if [[ ${_kernelname} == "" ]]; then _basekernel=${_basekernel} diff --git a/libre/ogre/PKGBUILD b/libre/ogre/PKGBUILD index 40b659b21..8d8bf2353 100644 --- a/libre/ogre/PKGBUILD +++ b/libre/ogre/PKGBUILD @@ -14,7 +14,7 @@ pkgname=( #$_bldname-addon-$pkgbase # package unstable ) pkgver=1.9.0 -pkgrel=6.parabola1 +pkgrel=7.parabola1 pkgdesc='Scene-oriented, flexible 3D engine written in C++, without nonfree software support and files' arch=( mips64el diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index d14d7c91e..fb56d06c8 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -12,16 +12,15 @@ _kernelname= _basekernel=3.16 -_parabolarel=1 if [[ ${_kernelname} == "" ]]; then _basekernel=${_basekernel} _archrel=52 - _parabolarel=${_parabolarel} + _parabolarel=2 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 _archrel=29 - _parabolarel=${_parabolarel} + _parabolarel=2 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=3.15 _archrel=${_archrel} diff --git a/libre/vhba-module/PKGBUILD b/libre/vhba-module/PKGBUILD index d14218281..04241760e 100644 --- a/libre/vhba-module/PKGBUILD +++ b/libre/vhba-module/PKGBUILD @@ -8,7 +8,7 @@ _kernelname= _basekernel=3.16 _archrel=6 -_parabolarel=1 +_parabolarel=2 if [[ ${_kernelname} == "" ]]; then _basekernel=${_basekernel} |