diff --git a/_service b/_service
index b3adacc..7a22f8d 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
v(.*)
- v1.14.0
+ v1.14.1
diff --git a/libvpx-1.14.0.obscpio b/libvpx-1.14.0.obscpio
deleted file mode 100644
index 5eb4098..0000000
--- a/libvpx-1.14.0.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:6582d97bafb39f22522f1dd6b1deb26b486f41a5c8c6999ae0da428b6e750f34
-size 24609805
diff --git a/libvpx-1.14.1.obscpio b/libvpx-1.14.1.obscpio
new file mode 100644
index 0000000..88fac93
--- /dev/null
+++ b/libvpx-1.14.1.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4456c9e4c860075504a838eb04f07e09c01aa3edd5d09478cac7941871742384
+size 24654861
diff --git a/libvpx.changes b/libvpx.changes
index be5823f..e7e6a7a 100644
--- a/libvpx.changes
+++ b/libvpx.changes
@@ -1,3 +1,21 @@
+-------------------------------------------------------------------
+Wed Jul 3 08:23:41 UTC 2024 - Adrian Schröter
+
+- Update to version 1.14.1:
+ * Added buffer bounds checks to vpx_writer and vpx_write_bit_buffer.
+ * Fix to GetSegmentationData() crash in aq_mode=0 for RTC rate control.
+ * Fix to alloc for row_base_thresh_freq_fac.
+ * Free row mt memory before freeing cpi->tile_data.
+ * Fix to buffer alloc for vp9_bitstream_worker_data.
+ * Fix to VP8 race issue for multi-thread with pnsr_calc.
+ * Fix to uv width/height in vp9_scale_and_extend_frame_ssse3.
+ * Fix to integer division by zero and overflow in calc_pframe_target_size().
+ * Fix to integer overflow in vpx_img_alloc() & vpx_img_wrap()(CVE-2024-5197).
+ * Fix to UBSan error in vp9_rc_update_framerate().
+ * Fix to UBSan errors in vp8_new_framerate().
+ * Fix to integer overflow in vp8 encodeframe.c.
+ * Handle EINTR from sem_wait().
+
-------------------------------------------------------------------
Tue Feb 27 08:57:04 UTC 2024 - Adrian Schröter
diff --git a/libvpx.obsinfo b/libvpx.obsinfo
index fc6cb14..9d6e9fa 100644
--- a/libvpx.obsinfo
+++ b/libvpx.obsinfo
@@ -1,4 +1,4 @@
name: libvpx
-version: 1.14.0
-mtime: 1704834742
-commit: 602e2e8979d111b02c959470da5322797dd96a19
+version: 1.14.1
+mtime: 1717012823
+commit: 12f3a2ac603e8f10742105519e0cd03c3b8f71dd
diff --git a/libvpx.spec b/libvpx.spec
index 1dfb3e5..e3b79d0 100644
--- a/libvpx.spec
+++ b/libvpx.spec
@@ -18,7 +18,7 @@
%define sover 9
Name: libvpx
-Version: 1.14.0
+Version: 1.14.1
Release: 0
Summary: VP8/VP9 codec library
License: BSD-3-Clause AND GPL-2.0-or-later