Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ab9cafb14a514ed81c915e716e011a13d347c19b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ab9cafb14a514ed81c915e716e011a13d347c19b)
  • Date: Thu, 6 Dec 2018 22:41:23 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

latex/texlive/HISTORY | 5 +
latex/texlive/patches/texlive-20180414-source-upstream_fixes-1.patch | 38
+++++++++-
latex/texlive/patches/texlive-20180414-source-upstream_fixes-2.patch | 2
3 files changed, 41 insertions(+), 4 deletions(-)

New commits:
commit ab9cafb14a514ed81c915e716e011a13d347c19b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

latex/texlive: added poppler 0.72.0 fix

diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index 09a0da5..70bc563 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,3 +1,8 @@
+2018-12-06 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/texlive-20180414-source-upstream_fixes-1.patch,
+ patches/texlive-20180414-source-upstream_fixes-2.patch: added
+ poppler 0.72.0 fix
+
2018-12-05 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS, patches/texlive-20180414-source-upstream_fixes-1.patch:
fixed luatex
diff --git
a/latex/texlive/patches/texlive-20180414-source-upstream_fixes-1.patch
b/latex/texlive/patches/texlive-20180414-source-upstream_fixes-1.patch
index fed7774..792efcc 100644
--- a/latex/texlive/patches/texlive-20180414-source-upstream_fixes-1.patch
+++ b/latex/texlive/patches/texlive-20180414-source-upstream_fixes-1.patch
@@ -49,9 +49,12 @@ diff -Naur a/texk/dvipdfm-x/pngimage.c
b/texk/dvipdfm-x/pngimage.c
diff -Naur a/texk/web2c/luatexdir/image/pdftoepdf.w
b/texk/web2c/luatexdir/image/pdftoepdf.w
--- a/texk/web2c/luatexdir/image/pdftoepdf.w 2018-01-17 18:00:12.000000000
+0000
+++ b/texk/web2c/luatexdir/image/pdftoepdf.w 2018-04-30 16:29:12.201899987
+0100
-@@ -35,7 +35,7 @@
+@@ -33,9 +33,9 @@

- extern void md5(Guchar *msg, int msgLen, Guchar *digest);
+ */
+
+-extern void md5(Guchar *msg, int msgLen, Guchar *digest);
++extern void md5(unsigned char *msg, int msgLen, unsigned char *digest);

-static GBool isInit = gFalse;
+static bool isInit = false;
@@ -242,6 +245,21 @@ diff -Naur a/texk/web2c/luatexdir/lua/lepdflib.cc
b/texk/web2c/luatexdir/lua/lep
else
lua_pushnil(L);
} else
+@@ -3024,12 +3022,12 @@
+
+ static int m_Attribute_setRevision(lua_State * L)
+ {
+- Guint i;
++ uint i;
+ udstruct *uin;
+ uin = (udstruct *) luaL_checkudata(L, 1, M_Attribute);
+ if (uin->pd != NULL && uin->pd->pc != uin->pc)
+ pdfdoc_changed_error(L);
+- i = (Guint) luaL_checkint(L, 2);
++ i = (uint) luaL_checkint(L, 2);
+ ((Attribute *) uin->d)->setRevision(i);
+ return 0;
+ }
@@ -3038,12 +3036,12 @@

static int m_Attribute_setHidden(lua_State * L)
@@ -266,7 +284,21 @@ diff -Naur a/texk/web2c/luatexdir/lua/lepdflib.cc
b/texk/web2c/luatexdir/lua/lep
Ref *r;
udstruct *uin, *uout;
uin = (udstruct *) luaL_checkudata(L, 1, M_StructElement);
-@@ -3226,16 +3224,16 @@
+@@ -3214,28 +3212,28 @@
+
+ static int m_StructElement_setRevision(lua_State * L)
+ {
+- Guint i;
++ uint i;
+ udstruct *uin;
+ uin = (udstruct *) luaL_checkudata(L, 1, M_StructElement);
+ if (uin->pd != NULL && uin->pd->pc != uin->pc)
+ pdfdoc_changed_error(L);
+- i = (Guint) luaL_checkint(L, 2);
++ i = (uint) luaL_checkint(L, 2);
+ ((StructElement *) uin->d)->setRevision(i);
+ return 0;
+ }

static int m_StructElement_getText(lua_State * L)
{
diff --git
a/latex/texlive/patches/texlive-20180414-source-upstream_fixes-2.patch
b/latex/texlive/patches/texlive-20180414-source-upstream_fixes-2.patch
index d426bd6..2ee9839 100644
--- a/latex/texlive/patches/texlive-20180414-source-upstream_fixes-2.patch
+++ b/latex/texlive/patches/texlive-20180414-source-upstream_fixes-2.patch
@@ -6068,7 +6068,7 @@ diff -ruN
r47457/texk/web2c/pdftexdir/pdftosrc-poppler0.71.0.cc r49040/texk/web2
+ Object objStr, obj1, obj2;
+ int nObjects, first, n;
+ int localOffset = 0;
-+ Guint firstOffset;
++ uint firstOffset;
+
+ objStr = xref->fetch(e->offset, 0);
+ assert(objStr.isStream());



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ab9cafb14a514ed81c915e716e011a13d347c19b), Pavel Vinogradov, 12/06/2018

Archive powered by MHonArc 2.6.24.

Top of Page