Skip to content

Commit

Permalink
feat: update rsyslog to 8.2406.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
deepin-community-bot[bot] committed Aug 9, 2024
1 parent 3a71dab commit 8a1ef68
Show file tree
Hide file tree
Showing 208 changed files with 9,181 additions and 1,824 deletions.
2 changes: 1 addition & 1 deletion .tarball-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2310.0
8.2406.0
259 changes: 259 additions & 0 deletions ChangeLog

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,14 @@ if ENABLE_OMAZUREEVENTHUBS
SUBDIRS += plugins/omazureeventhubs
endif

if ENABLE_IMDTLS
SUBDIRS += plugins/imdtls
endif

if ENABLE_OMDTLS
SUBDIRS += plugins/omdtls
endif

if ENABLE_OMPROG
SUBDIRS += plugins/omprog
endif
Expand Down Expand Up @@ -356,7 +364,6 @@ DISTCHECK_CONFIGURE_FLAGS=
# in a make distcheck is so that we detect code that accidently was not updated
# when some global update happened.
DISTCHECK_CONFIGURE_FLAGS+= \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \
--enable-silent-rules \
--enable-rsyslogd \
--enable-omstdout \
Expand Down Expand Up @@ -540,6 +547,14 @@ if ENABLE_OMAZUREEVENTHUBS
DISTCHECK_CONFIGURE_FLAGS+= --enable-omazureeventhubs
endif

if ENABLE_IMDTLS
DISTCHECK_CONFIGURE_FLAGS+= --enable-imdtls
endif

if ENABLE_OMDTLS
DISTCHECK_CONFIGURE_FLAGS+= --enable-omdtls
endif

if ENABLE_IMJOURNAL
DISTCHECK_CONFIGURE_FLAGS+= --enable-imjournal
endif
Expand Down
249 changes: 127 additions & 122 deletions Makefile.in

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion compat/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
Expand Down
Loading

0 comments on commit 8a1ef68

Please sign in to comment.