Information for build cjdns-18-7.fc26

ID860225
Package Namecjdns
Version18
Release7.fc26
Epoch
SummaryThe privacy-friendly network without borders
DescriptionCjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks.
Built bysdgathman
State complete
Volume fedora_koji_archive01
StartedSun, 19 Feb 2017 07:20:37 UTC
CompletedSun, 19 Feb 2017 07:28:52 UTC
Taskbuild (rawhide, /rpms/cjdns:6bfc925b20b833999664cd8f4b19070c36ddaadd)
Tags
f26
RPMs
src
cjdns-18-7.fc26.src.rpm (info) (download)
aarch64
cjdns-18-7.fc26.aarch64.rpm (info) (download)
cjdns-debuginfo-18-7.fc26.aarch64.rpm (info) (download)
armv7hl
cjdns-18-7.fc26.armv7hl.rpm (info) (download)
cjdns-debuginfo-18-7.fc26.armv7hl.rpm (info) (download)
i686
cjdns-18-7.fc26.i686.rpm (info) (download)
cjdns-debuginfo-18-7.fc26.i686.rpm (info) (download)
noarch
cjdns-graph-18-7.fc26.noarch.rpm (info) (download)
cjdns-python-18-7.fc26.noarch.rpm (info) (download)
cjdns-selinux-18-7.fc26.noarch.rpm (info) (download)
cjdns-tools-18-7.fc26.noarch.rpm (info) (download)
ppc64
cjdns-18-7.fc26.ppc64.rpm (info) (download)
cjdns-debuginfo-18-7.fc26.ppc64.rpm (info) (download)
ppc64le
cjdns-18-7.fc26.ppc64le.rpm (info) (download)
cjdns-debuginfo-18-7.fc26.ppc64le.rpm (info) (download)
x86_64
cjdns-18-7.fc26.x86_64.rpm (info) (download)
cjdns-debuginfo-18-7.fc26.x86_64.rpm (info) (download)
Logs
x86_64
build.log
root.log
state.log
ppc64le
root.log
build.log
state.log
aarch64
build.log
root.log
state.log
ppc64
build.log
state.log
root.log
i686
root.log
state.log
build.log
armv7hl
state.log
root.log
build.log
Changelog * Sat Feb 18 2017 Stuart D. Gathman <stuart@gathman.org> 18-7 - Fix errors and document nits found by gcc7 * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 18-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Jan 07 2017 Stuart D. Gathman <stuart@gathman.org> 18-5 - Run scripts in %{sysconfdir}/cjdns/up.d when cjdns comes up. * Sun Nov 06 2016 Stuart D. Gathman <stuart@gathman.org> 18-4 - update cjdns-online man page - Support ppc64, ppc64le, s390x * Fri Oct 14 2016 Stuart D. Gathman <stuart@gathman.org> 18-3 - libstdc++ not needed with libsodium * Fri Oct 14 2016 Stuart D. Gathman <stuart@gathman.org> 18-2 - Remove Sign.c which uses a private API and isn't needed until supernodes. - Use libsodium by default: seems best performance of dynamic libraries * Wed Oct 12 2016 Stuart D. Gathman <stuart@gathman.org> 18-1 - Update to 18 upstream release * Mon Aug 15 2016 Stuart D. Gathman <stuart@gathman.org> 17.4-7 - Move modprobe to cjdns-loadmodules.service * Wed Aug 10 2016 Stuart D. Gathman <stuart@gathman.org> 17.4-6 - Fix logic for %bcond_without seccomp * Wed Aug 10 2016 Stuart D. Gathman <stuart@gathman.org> 17.4-5 - cjdns.service: add CapabilityBoundingSet * Fri Jun 24 2016 Stuart D. Gathman <stuart@gathman.org> 17.4-4 - cjdns-selinux: allow cjdroute to manipulate route table * Thu Jun 23 2016 Stuart D. Gathman <stuart@gathman.org> 17.4-3 - Remove cjdns-resume.service patch, incorporated upstream - Add --interface option to cjdns-online.sh * Thu Jun 23 2016 Stuart D. Gathman <stuart@gathman.org> 17.4-2 - Move tool manpages to tool subpackage. * Thu Jun 23 2016 Stuart D. Gathman <stuart@gathman.org> 17.4-1 - Update to 17.4 upstream release - Remove cap3 patch, as it is incorporated upstream - Remove Constant.js patch, as it is incorporated upstream * Tue May 03 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-13 - man page for cjdnslog - Fix running on Fedora as well as openVZ. :-P - Make cjdns exclusive to nodejs_arches. Rafael Fonseca <rdossant@redhat.com> * Mon Apr 18 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-12 - Run modprobe only if /dev/tun not present - fixes running on openVZ - Select nacl/libsodium with a macro - Switch back to nacl for platforms that support it - man page for peerStats * Tue Apr 05 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-11 - Patch some bugs in traceroute and symlink to /usr/bin/cjdns-traceroute - man page for cjdns-traceroute, sessionStats - switch to libsodium instead of nacl * Thu Mar 10 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-10 - Mark nodejs and selinux noarch - Remove _isa from noarch subpackages. * Thu Mar 10 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-9 - Strip /8 from IPs printed by cjdns-online - Add GPL3+ to cjdns-online - ghost /etc/cjdroute.conf - Include _isa formula in subpackage requires. * Tue Mar 08 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-8 - Add release to main package dependencies - More man pages - Restore missing cjdns-resume.service - Add empty config to be owned by package * Tue Mar 01 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-7 - Add explicit systemd dependency - Add selinux-policy-targeted dependency - Add version to main package dependencies - Remove use of #!/usr/bin/env in nodejs tools - Change all top level define to global - Remove workaround for missing -fPIC on libnacl for X86_64 on f22. * Mon Feb 29 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-6 - Man pages - Move /usr/lib/cjdns to /usr/libexec/cjdns - Move all C tools to main package, mark (nodejs) tools noarch * Wed Feb 24 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-5 - Add use_embedded option - Reorganize with use_systemd, use_upstart - Set __restorecon only if not defined - Use install instead of cp to set file modes - Move randombytes,publictoip6 and /usr/lib/cjdns to main package - Fix bad #! lines in contrib/python - Patch util/Security.c to call setgroups(0,...) before setuid(). * Fri Feb 12 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-4 - Add Fedora README - No libnacl on EL7 or EPEL7 * Tue Feb 02 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-3 - Add node_modules to tools - Add #pragmas to ignore bogus warnings from gcc6 - Fix shift of signed int * Mon Feb 01 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-2 - Fix extra line in updated sbin patch * Mon Feb 01 2016 Stuart D. Gathman <stuart@gathman.org> 17.3-1 - New upstream release - Add cjdns-resume.service to restart cjdns on resume from sleep * Tue Jan 19 2016 Stuart D. Gathman <stuart@gathman.org> 17.2-1 - New upstream release * Sat Nov 07 2015 Stuart D. Gathman <stuart@gathman.org> 17.1-3 - remove defattr - TODO: generate default config at install time, not first start * Wed Nov 04 2015 Stuart D. Gathman <stuart@gathman.org> 17.1-2 - use dynamic nacl library backported from rawhide * Tue Nov 03 2015 Stuart D. Gathman <stuart@gathman.org> 17.1-1 - update to new protocol version * Tue Oct 27 2015 Stuart D. Gathman <stuart@gathman.org> 16.3-2 - move graphing tools to graph subpackage: networkx has a lot of dependencies. - use embedded nacl only for i686 (which compiles it with -fPIC) * Fri Oct 16 2015 Stuart D. Gathman <stuart@gathman.org> 16.3-1 - Allow hostname lookup in selinux policy - python tools subpackage * Sun Oct 04 2015 Stuart D. Gathman <stuart@gathman.org> 16.0-6 - restorecon after selinux install to initialize cjdroute context - remove module_request (to load tun driver) from selinux policy - make init scripts load tun driver * Sun Sep 27 2015 Stuart D. Gathman <stuart@gathman.org> 16.0-5 - Restart cjdroute on update, stop on uninstall - symlink selected tools to bin - use /var/empty/cjdns for chroot - patch genconf to change chroot and setuser * Wed Sep 23 2015 Stuart D. Gathman <stuart@gathman.org> 16.0-4 - Remove doc subpackage - only a meg of docs, and protocol is experimental. - Fix for RLIMIT_NPROC - setuid bug. - Add setgid to Security.c - add contrib/nodejs so tools work * Wed Sep 23 2015 Stuart D. Gathman <stuart@gathman.org> 16.0-3 - Add selinux, doc and tools subpackages - Support EL6 * Mon Sep 21 2015 Stuart D. Gathman <stuart@gathman.org> 16.0-2 - nodejs not a runtime dependency of main package - move binaries to /usr/bin (good idea?) * Mon Sep 21 2015 Stuart D. Gathman <stuart@gathman.org> 16.0-1 - Initial RPM