]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- adjusted semanage patch, moved delMacroAll prototype to unglobal patch which added...
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 24 Feb 2017 23:23:11 +0000 (00:23 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 24 Feb 2017 23:23:11 +0000 (00:23 +0100)
rpm-semanage.patch
rpm-unglobal.patch

index 06672d245c1cfff704f2cabba42d056c66c26282..8d3de6dbc863f5b2e29728a060085b6fcf377640 100644 (file)
@@ -1,29 +1,11 @@
---- rpm-5.4.15/rpmio/macro.c.orig      2017-02-20 18:33:02.615449768 +0100
-+++ rpm-5.4.15/rpmio/macro.c   2017-02-20 19:38:27.348738287 +0100
-@@ -102,7 +102,7 @@
- #include "debug.h"
+--- rpm-5.4.17/rpmio/macro.c.orig      2016-04-10 02:18:38.000000000 +0200
++++ rpm-5.4.17/rpmio/macro.c   2017-02-25 00:03:03.071277546 +0100
+@@ -111,7 +111,7 @@
+ #endif
  
  /*@unchecked@*/
--#if defined(WITH_AUGEAS) || defined(WITH_FICL) || defined(WITH_GPSEE) || defined(WITH_NIX) || defined(WITH_PERLEMBED) || defined(WITH_PYTHONEMBED) || defined(WITH_RUBYEMBED) || defined(WITH_SQLITE) || defined(WITH_SQUIRREL) || defined(WITH_TCL)
-+#if defined(WITH_AUGEAS) || defined(WITH_FICL) || defined(WITH_GPSEE) || defined(WITH_NIX) || defined(WITH_PERLEMBED) || defined(WITH_PYTHONEMBED) || defined(WITH_RUBYEMBED) || defined(WITH_SQLITE) || defined(WITH_SQUIRREL) || defined(WITH_TCL) || defined(WITH_SEMANAGE)
+-#if defined(WITH_AUGEAS) || defined(WITH_FICL) || defined(WITH_MOZJS) || defined(WITH_NIX) || defined(WITH_PERLEMBED) || defined(WITH_PYTHONEMBED) || defined(WITH_RUBYEMBED) || defined(WITH_SQLITE) || defined(WITH_SQUIRREL) || defined(WITH_TCL)
++#if defined(WITH_AUGEAS) || defined(WITH_FICL) || defined(WITH_MOZJS) || defined(WITH_NIX) || defined(WITH_PERLEMBED) || defined(WITH_PYTHONEMBED) || defined(WITH_RUBYEMBED) || defined(WITH_SQLITE) || defined(WITH_SQUIRREL) || defined(WITH_TCL) || defined(WITH_SEMANAGE)
  static int _globalI = 0x80000000;
  #endif
  
-@@ -866,6 +866,8 @@
-     return se;
- }
-+void delMacroAll(MacroContext mc, const char * n);
-+
- /**
-  * Parse (and execute) macro undefinition.
-  * @param mc          macro context
-@@ -1643,7 +1645,7 @@
-  * @retval *avp               invocation args
-  * @return            script string
-  */
--#if defined(WITH_AUGEAS) || defined(WITH_FICL) || defined(WITH_GPSEE) || defined(WITH_JNIEMBED) || defined(WITH_PERLEMBED) || defined(WITH_PYTHONEMBED) || defined(WITH_RUBYEMBED) || defined(WITH_MRUBY_EMBED) || defined(WITH_SQLITE) || defined(WITH_SQUIRREL) || defined(WITH_TCL)
-+#if defined(WITH_AUGEAS) || defined(WITH_FICL) || defined(WITH_GPSEE) || defined(WITH_JNIEMBED) || defined(WITH_PERLEMBED) || defined(WITH_PYTHONEMBED) || defined(WITH_RUBYEMBED) || defined(WITH_MRUBY_EMBED) || defined(WITH_SQLITE) || defined(WITH_SQUIRREL) || defined(WITH_TCL) || defined(WITH_SEMANAGE)
- static char _FIXME_embedded_interpreter_eval_returned_null[] =
-     "FIXME: embedded interpreter eval returned null.";
- static char * parseEmbedded(const char * s, size_t nb, char *** avp)
index 2e0d9ddbc3ae5749437d3dcc5602c5931407cfed..ef777c57ce1801809b4d22f48e94fe30570b963a 100644 (file)
@@ -1,9 +1,11 @@
 --- rpm-4.5/rpmio/macro.c.org  2009-08-08 15:42:25.574860247 +0200
 +++ rpm-4.5/rpmio/macro.c      2009-08-08 15:47:20.495455961 +0200
-@@ -807,6 +807,41 @@
+@@ -807,6 +807,43 @@
      return se;
  }
  
++void delMacroAll(MacroContext mc, const char * n);
++
 +/**
 + * Parse (and execute) macro undefinition.
 + * @param mc          macro context
This page took 0.051456 seconds and 4 git commands to generate.