Search Criteria
Package Details: cjdns-git 21.1.r38.g20ddc268-1
Git Clone URL: | https://aur.archlinux.org/cjdns-git.git (read-only, click to copy) |
---|---|
Package Base: | cjdns-git |
Description: | A routing engine designed for security, scalability, speed and ease of use |
Upstream URL: | https://github.com/cjdelisle/cjdns |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | prurigro |
Maintainer: | prurigro |
Last Packager: | prurigro |
Votes: | 38 |
Popularity: | 0.000000 |
First Submitted: | 2012-02-06 04:01 |
Last Updated: | 2020-12-31 19:44 |
Dependencies (8)
- bash (bash-devel-git, bash-devel-static-git)
- binutils (binutils-tune-bfd-hash, binutils-git) (make)
- git (git-git) (make)
- llvm (llvm-pypy-stm, llvm39, llvm-asserts, llvm38, llvm-tce, llvm11, llvm11-libs, llvm11-ocaml, llvm-minimal-git, llvm8, llvm-toolchain-nightly-bin) (make)
- nodejs (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium) (make)
- python2 (make)
- cjdns-git-sysvinit (optional) – support for sysvinit (rc.d)
- cjdnsify (optional) – allows you to run some programs bound to your cjdns address
Required by (3)
- cjdns-git-sysvinit
- cjdnsify (requires cjdns)
- yrd-git (requires cjdns)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
makeworld commented on 2018-11-01 01:08
Does this install cjdns tools and things to /opt/cjdns? It doesn't seem to, could it?
prurigro commented on 2014-05-19 07:22
Anyone who needs/wants to build crashey instead of master can edit the PKGBUILD before building and replace the "=master" in source to "=crashey" like so: source=("git://github.com/cjdelisle/${_pkgname}.git#branch=crashey"). One day master might be more stable while crashey might be on another, and sometimes which depends on what your platform and usecase is.
gant commented on 2014-05-18 15:18
Any change of an alternative package for the crashy branch (which most of the time is actually more stable than master)
prurigro commented on 2014-02-24 02:41
@lgbsneak: Hey there- can I ask more details about your environment, configuration, board etc? I missed your message when you'd sent it so the issue might be a bit out of date by now, but my own armv7h wasn't giving me any issues when you sent your message either.
Cheers
lgbsneak commented on 2014-01-04 04:12
Build fails on armv7h with crypto_sign/ed25519/ref10/fe.h:6:1: error: unknown type name ‘crypto_int32’
prurigro commented on 2013-12-31 15:14
The cjdns.sh script and its config file were removed from the cjdns repo, so I've moved them to cjdns-git-sysvinit and taken references out of this package. I also cleaned things up a tiny bit and added some comments if that matters to anyone.
Cheers!
prurigro commented on 2013-12-27 19:46
Thanks kamiljk89, qmx and derp (via irc)-- I've pushed an update here that gets things working without the scripts, and I'll follow up re: scripting after I get back from a ski trip in Vermont for the weekend.
kamiljk87 commented on 2013-12-24 15:15
Build fail... near cjdroute2 cant find file...
qmx commented on 2013-12-24 01:56
last cjd's push broke everything mostly, the scripts vanished
I have a pull request sitting with the changes, but all my peers went the way of the dodo apparently so I'm waiting on getting connectivity again to be 100% sure it didn't break everything
prurigro commented on 2013-12-16 11:46
Package has been updated: removed the cjdns binary as it's built into cjdroute, and cmake is now a makedep (I thought I'd added that previously but I guess not?)