Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps-packaging/apr-util/cfbuild-apr-util.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define apr_version 1.6.4
%define apr_version 1.6.5

Summary: CFEngine Build Automation -- apr-util
Name: cfbuild-apr-util
Expand Down
2 changes: 1 addition & 1 deletion deps-packaging/apr-util/distfiles
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9160444764bd1d804d7e6ee50783ec9442a88b5a8984e62470832b06983eeaa4 apr-util-1.6.4.tar.gz
f43a1c8c79eef497a022ec6c99dddbdf57e42001da6ccbfae259631ed5aa2805 apr-util-1.6.5.tar.gz
2 changes: 1 addition & 1 deletion deps-packaging/libexpat/cfbuild-libexpat.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define expat_version 2.8.2
%define expat_version 2.8.3

Summary: CFEngine Build Automation -- libexpat
Name: cfbuild-libexpat
Expand Down
2 changes: 1 addition & 1 deletion deps-packaging/libexpat/distfiles
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3ad89b8588e6644bd4e49981480d48b21289eebbcd4f0a1a4afb1c29f99b6ab4 expat-2.8.2.tar.xz
f6256df90c906773d344da084402b7d3e4f22ed41b1a59c989098a83d3ea0c85 expat-2.8.3.tar.xz
2 changes: 1 addition & 1 deletion deps-packaging/libexpat/source
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/libexpat/libexpat/releases/download/R_2_8_2/
https://github.com/libexpat/libexpat/releases/download/R_2_8_3/
2 changes: 1 addition & 1 deletion deps-packaging/postgresql/cfbuild-postgresql.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define postgresql_version 16.14
%define postgresql_version 16.15

Summary: CFEngine Build Automation -- postgresql
Name: cfbuild-postgresql
Expand Down
2 changes: 1 addition & 1 deletion deps-packaging/postgresql/distfiles
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f6d077142737920858ce958ccdb75c6ee137a63b5b0853c70693d401ac7e3471 postgresql-16.14.tar.bz2
c1575341fa7bd40f5274ea465b34390f4dc64cdd0770af327005caaeb9f6b7ed postgresql-16.15.tar.bz2
2 changes: 1 addition & 1 deletion deps-packaging/postgresql/source
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://ftp.postgresql.org/pub/source/v16.14/
https://ftp.postgresql.org/pub/source/v16.15/
12 changes: 1 addition & 11 deletions deps-packaging/rsync/cfbuild-rsync.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
%define rsync_version 3.4.4
%define rsync_version 3.5.0

Summary: CFEngine Build Automation -- rsync
Name: cfbuild-rsync
Version: %{version}
Release: 1
Source0: rsync-%{rsync_version}.tar.gz
Patch0: fix-sys-openat2-undeclared.patch
Patch1: fix-missing-openat2-header.patch
License: MIT
Group: Other
Url: https://cfengine.com
Expand All @@ -20,14 +18,6 @@ AutoReqProv: no
mkdir -p %{_builddir}
%setup -q -n rsync-%{rsync_version}

# RHEL/CentOS 7's kernel-headers lack <linux/openat2.h>; inline the header
# there. Other platforms only need the SYS_openat2 fallback.
if { [ "$OS" = rhel ] || [ "$OS" = centos ]; } && [ "$OS_VERSION_MAJOR" = 7 ]; then
patch -p1 < %{_sourcedir}/fix-missing-openat2-header.patch
else
patch -p1 < %{_sourcedir}/fix-sys-openat2-undeclared.patch
fi

# liblz4, libxxhash, libzstd, and libssl give rsync extra compression
# algorithms, extra checksum algorithms, and allow use of openssl's crypto lib
# for (potentially) faster MD4/MD5 checksums.
Expand Down
8 changes: 0 additions & 8 deletions deps-packaging/rsync/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ build: build-stamp
build-stamp:
dh_testdir

# Ubuntu 20.04's kernel-headers lack <linux/openat2.h>; inline the
# header there. Other platforms only need the SYS_openat2 fallback.
if [ "$$OS" = ubuntu ] && [ "$$OS_VERSION_MAJOR" = 20 ]; then \
patch -p1 < $(CURDIR)/fix-missing-openat2-header.patch; \
else \
patch -p1 < $(CURDIR)/fix-sys-openat2-undeclared.patch; \
fi

# liblz4, libxxhash, libzstd, and libssl give rsync extra compression
# algorithms, extra checksum algorithms, and allow use of openssl's crypto
# lib for (potentially) faster MD4/MD5 checksums.
Expand Down
2 changes: 1 addition & 1 deletion deps-packaging/rsync/distfiles
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bd88cf82fa653da32314fb229136407c5c90f80d1758d8f4b091767877d8fa96 rsync-3.4.4.tar.gz
c7ffd1ef653e99540f661e47cb00b7f9cad1ee6b972399b16f93d672656e0d33 rsync-3.5.0.tar.gz
62 changes: 0 additions & 62 deletions deps-packaging/rsync/fix-missing-openat2-header.patch

This file was deleted.

16 changes: 0 additions & 16 deletions deps-packaging/rsync/fix-sys-openat2-undeclared.patch

This file was deleted.