* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 22f8b3bcd86f5afc216d9480fca79db06e0d2bfb
@ 2016-09-01 12:05 git
0 siblings, 0 replies; only message in thread
From: git @ 2016-09-01 12:05 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 5364 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 22f8b3bcd86f5afc216d9480fca79db06e0d2bfb (commit)
via f7e4b3347a59353dc4cf43733833ae7712c1fdce (commit)
via 810177ed38490a4e342b9a2c3cba2aa8c16977a3 (commit)
from b6b0f37a1d5c18a0e874c6c7aefb219facf26d6e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 22f8b3bcd86f5afc216d9480fca79db06e0d2bfb
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Thu Sep 1 14:01:29 2016 +0200
rsync: Drop config file for xinetd.
This file is not longer needed.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit f7e4b3347a59353dc4cf43733833ae7712c1fdce
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Thu Sep 1 13:44:49 2016 +0200
pdns: Update to 4.0.1
This commit updates PowerDNS to the stable
version of the version 4 series.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 810177ed38490a4e342b9a2c3cba2aa8c16977a3
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Thu Sep 1 13:42:51 2016 +0200
bash-completion: Update to 2.4.
This is a major release to the latest available version.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
bash-completion/bash-completion.nm | 17 +++++------------
pdns/pdns.nm | 7 +++----
rsync/rsync.nm | 2 +-
rsync/rsync.xinetd | 14 --------------
4 files changed, 9 insertions(+), 31 deletions(-)
delete mode 100644 rsync/rsync.xinetd
Difference in files:
diff --git a/bash-completion/bash-completion.nm b/bash-completion/bash-completion.nm
index de3eb23..ac9bcb4 100644
--- a/bash-completion/bash-completion.nm
+++ b/bash-completion/bash-completion.nm
@@ -4,12 +4,12 @@
###############################################################################
name = bash-completion
-version = 2.1
-release = 2
+version = 2.4
+release = 1
arch = noarch
groups = Development/Languages
-url = http://bash-completion.alioth.debian.org/
+url = https://github.com/scop/bash-completion
license = GPLv2+
summary = Programmable completion for Bash.
@@ -18,20 +18,13 @@ description
of the programmable completion feature of bash.
end
-source_dl = http://bash-completion.alioth.debian.org/files/
-sources = %{thisapp}.tar.bz2
+source_dl = https://github.com/scop/bash-completion/releases/download/%{version}/
+sources = %{thisapp}.tar.xz
build
install_cmds
rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{cawsay,cowthink}
- # Remove files which are provided by util-linux >= 2.22.
- rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{cal,ncal,chsh}
- rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{eject,hexdump}
- rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{hwclock,ionice}
- rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{look,renice,hd}
- rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{rtcwake,su,dmesg}
-
install -Dpm 644 %{DIR_SOURCE}/bash-completion-1.99-redefine_filedir.bash \
%{BUILDROOT}%{sysconfdir}/bash_completion.d/redefine_filedir
end
diff --git a/pdns/pdns.nm b/pdns/pdns.nm
index 10d9f84..f8cf95f 100644
--- a/pdns/pdns.nm
+++ b/pdns/pdns.nm
@@ -4,10 +4,9 @@
###############################################################################
name = pdns
-version = 4.0.0
-prerelease = alpha3
-release = 0.1-%{prerelease}
-thisapp = %{name}-%{version}-%{prerelease}
+version = 4.0.1
+release = 1
+thisapp = %{name}-%{version}
groups = Networking/DNS
url = http://powerdns.com/
diff --git a/rsync/rsync.nm b/rsync/rsync.nm
index 36e04b2..05a99f8 100644
--- a/rsync/rsync.nm
+++ b/rsync/rsync.nm
@@ -5,7 +5,7 @@
name = rsync
version = 3.1.2
-release = 1
+release = 2
groups = Applications/Internet
url = http://rsync.samba.org/
diff --git a/rsync/rsync.xinetd b/rsync/rsync.xinetd
deleted file mode 100644
index d4b591e..0000000
--- a/rsync/rsync.xinetd
+++ /dev/null
@@ -1,14 +0,0 @@
-# default: off
-# description: The rsync server is a good addition to an ftp server, as it \
-# allows crc checksumming etc.
-service rsync
-{
- disable = yes
- flags = IPv6
- socket_type = stream
- wait = no
- user = root
- server = /usr/bin/rsync
- server_args = --daemon
- log_on_failure += USERID
-}
hooks/post-receive
--
IPFire 3.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-01 12:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-01 12:05 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 22f8b3bcd86f5afc216d9480fca79db06e0d2bfb git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox