Download - silv3rr/wraith GitHub Wiki
Wraith
Also see GettingStarted and Contributing
If you have not read the entire Security page, you really need to, or you will be sorry.
For official release announcements send an email to: wraith-announce-subscribe@...
Where ... = botpack.net
Releases
Pre-Compiled Binaries (Recommended)
- See GettingStarted for setup guide.
1.4.9
- wraith.FreeBSD-release.tar.gz
- wraith.Linux-release.tar.gz
- wraith.OpenBSD-release.tar.gz
- wraith.SunOS-release.tar.gz
1.3.5
- wraith.FreeBSD-v1.3.5.tar.gz
- wraith.Linux-v1.3.5.tar.gz
- wraith.OpenBSD-v1.3.5.tar.gz
- wraith.SunOS-v1.3.5.tar.gz
1.2.17
- wraith.FreeBSD-v1.2.17.tar.gz
- wraith.Linux-v1.2.17.tar.gz
- wraith.OpenBSD-v1.2.17.tar.gz
- wraith.SunOS-v1.2.17.tar.gz
Pre-Compiled Binary Caveats
- openssl is required to be installed
- The FreeBSD binary requires port misc/compat7x
- Pre-compiled binaries are 32bit. Install any needed 32bit compatibility packages on 64bit systems.
- debian/ubuntu: ia32-libs
- FreeBSD: sysinstall -> Configure -> Distributions -> [X] lib32
- SunOS bin is for Open Solaris 111b+. No guarantee it will work on any other Solaris. Compile it yourself if it doesn't work.
Source
- Also see Compiling
1.4.9
1.3.5
1.2.17
Development/Testing
stable and devel are both development branches of the upcoming release. You should be in constant contact with bryan and #wraith-devel on EFNet if using these. You should also always consult bryan before upgrading to newer versions to make sure you do not have to manually fix any bugs which crept up.
Branches
Maint (Next Maintenance release)
This is the next maintenance release in testing. All changes in maint are highly tested and considered production ready.
- Please note this is still a development/testing branch, if you are not sure, use Release.
- This is the 'maint' branch from git.
- ChangeLog
Stable (Next Feature release)
This is the next feature release in testing. All changes in stable are highly tested and considered production ready.
- Please note this is still a development/testing branch, if you are not sure, use Release.
- This is the 'master' branch from git.
- ChangeLog
Devel (Unstable)
This is the bleeding edge of new changes. All changes in devel are considered unstable and may or may not be included in the next release.
Pre-Compiled Binaries (Recommended)
- See GettingStarted for setup guide.
Maint
- wraith.FreeBSD-maint.tar.gz
- wraith.Linux-maint.tar.gz
- wraith.OpenBSD-maint.tar.gz
- wraith.SunOS-maint.tar.gz
Stable
- wraith.FreeBSD-stable.tar.gz
- wraith.Linux-stable.tar.gz
- wraith.OpenBSD-stable.tar.gz
- wraith.SunOS-stable.tar.gz
Devel
- wraith.FreeBSD-devel.tar.gz
- wraith.Linux-devel.tar.gz
- wraith.OpenBSD-devel.tar.gz
- wraith.SunOS-devel.tar.gz
Pre-Compiled Binary Caveats
- The FreeBSD binary requires port misc/compat7x
- Pre-compiled binaries are 32bit. Install any needed 32bit compatibility packages on 64bit systems.
- debian/ubuntu: ia32-libs
- FreeBSD: sysinstall -> Configure -> Distributions -> [X] lib32
- SunOS bin is for Open Solaris 111b+. No guarantee it will work on any other Solaris. Compile it yourself if it doesn't work.
Source
- Also see Compiling
Maint
Stable
Devel
Git
- git clone git://github.com/wraith/wraith.git
- The public git repository can be found on github.