summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/build-matrix.html6
-rw-r--r--docs/packages.json6
-rw-r--r--src/expat.mk4
-rw-r--r--src/freetds.mk4
-rw-r--r--src/vmime.mk4
5 files changed, 12 insertions, 12 deletions
diff --git a/docs/build-matrix.html b/docs/build-matrix.html
index d16bc6e..4d3201b 100644
--- a/docs/build-matrix.html
+++ b/docs/build-matrix.html
@@ -529,7 +529,7 @@ feel free to submit a pull request.
<tr>
<th class="row">expat</th>
- <td>2.2.0</td>
+ <td>2.2.1</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
@@ -649,7 +649,7 @@ feel free to submit a pull request.
<tr>
<th class="row">freetds</th>
- <td>1.00.44</td>
+ <td>1.00.47</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
@@ -4169,7 +4169,7 @@ feel free to submit a pull request.
<tr>
<th class="row">vmime</th>
- <td>ea66541</td>
+ <td>3d3ed7b</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
diff --git a/docs/packages.json b/docs/packages.json
index fbb0662..415ddd1 100644
--- a/docs/packages.json
+++ b/docs/packages.json
@@ -48,7 +48,7 @@
"dlfcn-win32": {"version": "e19bf07", "website": "https://github.com/dlfcn-win32/dlfcn-win32", "description": "POSIX dlfcn wrapper for Windows"},
"eigen": {"version": "3.2.5", "website": "https://eigen.tuxfamily.org/", "description": ""},
"exiv2": {"version": "0.25", "website": "http://www.exiv2.org/", "description": "Exiv2"},
- "expat": {"version": "2.2.0", "website": "https://github.com/libexpat/libexpat", "description": "Expat XML Parser"},
+ "expat": {"version": "2.2.1", "website": "https://github.com/libexpat/libexpat", "description": "Expat XML Parser"},
"faad2": {"version": "2.7", "website": "http://www.audiocoding.com/", "description": ""},
"fdk-aac": {"version": "0.1.4", "website": "https://github.com/mstorsjo/fdk-aac", "description": "FDK-AAC"},
"ffmpeg": {"version": "3.2.4", "website": "https://ffmpeg.org/", "description": ""},
@@ -60,7 +60,7 @@
"fontconfig": {"version": "2.12.3", "website": "https://fontconfig.org/", "description": ""},
"freeglut": {"version": "3.0.0", "website": "https://freeglut.sourceforge.io/", "description": ""},
"freeimage": {"version": "3.15.4", "website": "https://freeimage.sourceforge.io/", "description": "FreeImage"},
- "freetds": {"version": "1.00.44", "website": "http://www.freetds.org/", "description": "FreeTDS"},
+ "freetds": {"version": "1.00.47", "website": "http://www.freetds.org/", "description": "FreeTDS"},
"freetype": {"version": "2.8", "website": "https://www.freetype.org/", "description": ""},
"freetype-bootstrap": {"version": "2.8", "website": "https://www.freetype.org/", "description": "freetype (without harfbuzz)"},
"fribidi": {"version": "0.19.6", "website": "https://fribidi.org/", "description": "FriBidi"},
@@ -412,7 +412,7 @@
"vcdimager": {"version": "0.7.24", "website": "https://www.gnu.org/software/vcdimager/", "description": ""},
"vidstab": {"version": "0.98b", "website": "http://public.hronopik.de/vid.stab/features.php?lang=en", "description": "vid.stab video stablizer"},
"vigra": {"version": "1.9.0", "website": "https://ukoethe.github.io/vigra/", "description": ""},
- "vmime": {"version": "ea66541", "website": "https://www.vmime.org/", "description": "VMime"},
+ "vmime": {"version": "3d3ed7b", "website": "https://www.vmime.org/", "description": "VMime"},
"vo-aacenc": {"version": "0.1.3", "website": "https://github.com/mstorsjo/vo-aacenc", "description": "VO-AACENC"},
"vo-amrwbenc": {"version": "0.1.3", "website": "https://github.com/mstorsjo/vo-amrwbenc", "description": "VO-AMRWBENC"},
"vorbis": {"version": "1.3.5", "website": "http://www.vorbis.com/", "description": "Vorbis"},
diff --git a/src/expat.mk b/src/expat.mk
index 8c5ff80..4675dcb 100644
--- a/src/expat.mk
+++ b/src/expat.mk
@@ -4,8 +4,8 @@ PKG := expat
$(PKG)_WEBSITE := https://github.com/libexpat/libexpat
$(PKG)_DESCR := Expat XML Parser
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.2.0
-$(PKG)_CHECKSUM := d9e50ff2d19b3538bd2127902a89987474e1a4db8e43a66a4d1a712ab9a504ff
+$(PKG)_VERSION := 2.2.1
+$(PKG)_CHECKSUM := 1868cadae4c82a018e361e2b2091de103cd820aaacb0d6cfa49bd2cd83978885
$(PKG)_SUBDIR := expat-$($(PKG)_VERSION)
$(PKG)_FILE := expat-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/expat/expat/$($(PKG)_VERSION)/$($(PKG)_FILE)
diff --git a/src/freetds.mk b/src/freetds.mk
index a0bab63..6609503 100644
--- a/src/freetds.mk
+++ b/src/freetds.mk
@@ -4,8 +4,8 @@ PKG := freetds
$(PKG)_WEBSITE := http://www.freetds.org/
$(PKG)_DESCR := FreeTDS
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.00.44
-$(PKG)_CHECKSUM := 7fb252f84651816abb1663ce4c5b4b8ae077e8f1e30bde43be4eb776182764b5
+$(PKG)_VERSION := 1.00.47
+$(PKG)_CHECKSUM := 28d7eab43ebb52d61274ee7465d68a221e044de5ceb511cc6b384d2bf0cc01ca
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := ftp://ftp.freetds.org/pub/$(PKG)/stable/$($(PKG)_FILE)
diff --git a/src/vmime.mk b/src/vmime.mk
index 0b5fbe1..c0459ef 100644
--- a/src/vmime.mk
+++ b/src/vmime.mk
@@ -4,8 +4,8 @@ PKG := vmime
$(PKG)_WEBSITE := https://www.vmime.org/
$(PKG)_DESCR := VMime
$(PKG)_IGNORE :=
-$(PKG)_VERSION := ea66541
-$(PKG)_CHECKSUM := 931560c0b07292611299527ef36c74b8d73104aee5d97696e2531e95e21531df
+$(PKG)_VERSION := 3d3ed7b
+$(PKG)_CHECKSUM := 0524d8492ae1f20e7295c070dae85c631a376a8d3440c48ea41d8213b2aefd6a
$(PKG)_GH_CONF := kisli/vmime/master
$(PKG)_DEPS := gcc gnutls libgsasl libiconv pthreads zlib