[arch-commits] Commit in apache/trunk (PKGBUILD lua53_fixes.patch)

Anatol Pomozov anatolik at archlinux.org
Wed Jul 15 16:43:47 UTC 2015


    Date: Wednesday, July 15, 2015 @ 18:43:46
  Author: anatolik
Revision: 242252

upgpkg: apache 2.4.16-1

Modified:
  apache/trunk/PKGBUILD
  apache/trunk/lua53_fixes.patch

-------------------+
 PKGBUILD          |    8 ++++----
 lua53_fixes.patch |   11 -----------
 2 files changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-15 16:16:15 UTC (rev 242251)
+++ PKGBUILD	2015-07-15 16:43:46 UTC (rev 242252)
@@ -4,8 +4,8 @@
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=apache
-pkgver=2.4.12
-pkgrel=4
+pkgver=2.4.16
+pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
 url='http://www.apache.org/dist/httpd'
@@ -36,13 +36,13 @@
     arch.layout
     lua53_fixes.patch
 )
-sha256sums=('ad6d39edfe4621d8cc9a2791f6f8d6876943a9da41ac8533d77407a2e630eae4'
+sha256sums=('ac660b47aaa7887779a6430404dcb40c0b04f90ea69e7bd49a40552e9ff13743'
             'SKIP'
             '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
             '875903831634edf35d8d57e9a51bacb818255ecb3bfff29627f03e43d1ab65c3'
             '14d0a775eea7f8c66ba55399a9ad1e4fd29e0302f479a15b28bbfc754c5aa347'
             'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3'
-            'e2c3fe0747908971449dba8f1526f008fc27b9ff5c3b490ea9d43a2a5fe8c1e4')
+            'de613a4903848ee103b73f5381a366281a62c0006dc8d2b1ebd919ddffb05398')
 validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8') # Jim Jagielski
 
 prepare() {

Modified: lua53_fixes.patch
===================================================================
--- lua53_fixes.patch	2015-07-15 16:16:15 UTC (rev 242251)
+++ lua53_fixes.patch	2015-07-15 16:43:46 UTC (rev 242252)
@@ -42,14 +42,3 @@
  
  #include "lua.h"
  #include "lauxlib.h"
-@@ -55,6 +59,10 @@
- #else
- #define lua_rawlen(L,i)   lua_objlen(L, (i))
- #endif
-+#if LUA_VERSION_NUM > 502
-+/* Load mode for lua_dump() */
-+#define lua_dump(a,b,c)   lua_dump(a,b,c,0)
-+#endif
- 
- /* Create a set of AP_LUA_DECLARE(type), AP_LUA_DECLARE_NONSTD(type) and
-  * AP_LUA_DECLARE_DATA with appropriate export and import tags for the platform



More information about the arch-commits mailing list