aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2013-02-01Finally ready to start testing new rcynic install code.Rob Austein
svn path=/branches/tk377/; revision=5002
2013-02-01CheckpointRob Austein
svn path=/branches/tk377/; revision=5001
2013-02-01Add rcynic-cron.Rob Austein
svn path=/branches/tk377/; revision=4998
2013-01-31Merge from trunk.Rob Austein
svn path=/branches/tk377/; revision=4997
2013-01-31CheckpointRob Austein
svn path=/branches/tk377/; revision=4988
2013-01-18Autodetect need for --install-layout=deb on Debian-derived systems.Rob Austein
svn path=/branches/tk377/; revision=4972
2013-01-08Start work on separate RP and CA ports for FreeBSD.Rob Austein
svn path=/branches/tk377/; revision=4954
2013-01-05Initial (experimental) $top/setup.py and support code.Rob Austein
svn path=/branches/tk377/; revision=4950
2012-12-20Using autoconf to customize shell scripts (as opposed to Makefiles)Rob Austein
violates autoconf's theory of operation, and is unnecessary in the case of the rcynic Linux installation script in any case, as we can just do the expansion in the Makefile and pass settings to the script. svn path=/trunk/; revision=4939
2012-11-27Fix error message regarding the minimum version requirement for Django. See ↵Michael Elkins
#358 svn path=/trunk/; revision=4918
2012-11-26require django 1.3 or later. 1.2 is out of the support windowMichael Elkins
svn path=/branches/tk329/; revision=4903
2012-11-15Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4873
2012-11-12Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4853
2012-11-12Use real trang when available, otherwise run script which warns aboutRob Austein
out-of-date .rng files then touches them and moves on. Developers need to have trang installed, normal users don't and requiring trang just annoys them. Closes #304. svn path=/trunk/; revision=4852
2012-09-19Move ASN.1 definitions for ROAs and Manifests to common header filesRob Austein
used by all the C programs. svn path=/branches/tk274/; revision=4725
2012-09-10Checkpoint after a lot more cleanup and simplification. No longerRob Austein
linking against libssl, only libcrypto. Internal documentation almost matches current reality. A few deliberate harmless compilation warnings to remind me of loose ends that still want cleaning up. svn path=/branches/tk274/; revision=4706
2012-06-08show.sh has been replaced by rcynic-text.Rob Austein
svn path=/trunk/; revision=4531
2012-06-08Integrate check for vobject with all the other dependency checks. See #259.Rob Austein
svn path=/trunk/; revision=4530
2012-06-08make configure check for the python vobject module when building the gui, ↵Michael Elkins
and give a hint how to install. closes #259. svn path=/trunk/; revision=4529
2012-05-23Use autoconf to find rrdtool.Rob Austein
svn path=/trunk/; revision=4509
2012-05-02Case error in advisory test.Rob Austein
svn path=/trunk/; revision=4457
2012-04-20Better prerequisite checking. Closes #239.Rob Austein
svn path=/trunk/; revision=4442
2012-04-16Rework ./configure options so that user tells us what RPKI tools theyRob Austein
want to install and we tell the user if something is missing. This closes #231. svn path=/trunk/; revision=4422
2012-02-07make configure detect when running inside of virtualenv so that the ↵Michael Elkins
rpki.wsgi script can be generated properly make rpki.wsgi be generated used a sed script rather than make-django-script svn path=/branches/tk161/; revision=4312
2012-01-17web portal no longer needs to write files in ${localstatedir}Michael Elkins
svn path=/branches/tk161/; revision=4198
2011-11-23give the user explanatory feedback about why django is required when ↵Michael Elkins
configure can't find it installed. closes #150. svn path=/trunk/; revision=4094
2011-11-23remove features that depend on django 1.3, so that portal gui works with ↵Michael Elkins
django 1.2 svn path=/trunk/; revision=4093
2011-11-11Require both Python and Django >= 1.3 to be installed by default, unless the ↵Michael Elkins
use explicitly uses the --disable-* arguments. closes #120 svn path=/trunk/; revision=4088
2011-10-13use the django.contrib.staticfiles app to serve the django admin site media.Michael Elkins
svn path=/trunk/; revision=4037
2011-09-15Merge rcynic-ng/ back into rcynic/. Used svn merge --ignore-ancestryRob Austein
to minimize problems for people mirroring the repository. svn path=/configure; revision=3985
2011-08-12Set noexecstack to avoid problems with SELinux (#7)Rob Austein
svn path=/configure; revision=3948
2011-06-29swap check for www and www-data users since www matches www-dataMichael Elkins
svn path=/configure; revision=3912
2011-06-25We no longer need pywrapRob Austein
svn path=/configure; revision=3899
2011-06-06Should have been scan_roas, not scan_roa.Rob Austein
svn path=/configure; revision=3852
2011-06-06New tool scan_roa which just does text listing of all ROAs in aRob Austein
directory tree. svn path=/configure; revision=3850
2011-05-19Allow pywrap to be disabled, since -Bsymbolic may render itRob Austein
unnecessary. svn path=/configure; revision=3821
2011-05-19Turn on -Bsymbolic where supported, per suggestion from Andy Polyakov.Rob Austein
svn path=/configure; revision=3820
2011-05-17Fork rcynic so I can start hacking it for parallel rsyncRob Austein
svn path=/configure; revision=3816
2011-05-09Better handling of --with-system-openssl=yesRob Austein
svn path=/configure; revision=3808
2011-05-09Change --enable-system-openssl => --with-system-opensslRob Austein
svn path=/configure; revision=3807
2011-04-25Reorder CFLAGS and LDFLAGS to avoid search path problemsRob Austein
svn path=/configure; revision=3791
2011-04-25Revert useless changeRob Austein
svn path=/configure; revision=3790
2011-04-25Log what we are doing when fiddling with paths on FreeBSDRob Austein
svn path=/configure; revision=3789
2011-04-21Hack Doxygen IMAGE_PATH via Makefile and environment variable ratherRob Austein
than feeding doc source through autoconf. svn path=/configure; revision=3781
2011-04-19Search /usr/local automatically on FreeBSD by defaultRob Austein
svn path=/configure; revision=3777
2011-04-18Basic install target for rpki-rtr codeRob Austein
svn path=/configure; revision=3776
2011-03-04regenRob Austein
svn path=/configure; revision=3715
2011-03-03add $SUBDIRS to $top/rpkid/Makefile.in and add portal-gui when django is ↵Michael Elkins
detected by the configure script svn path=/configure; revision=3710
2011-03-02fixup configure to note new location of $top/rpkid/portal-gui/Makefile.inMichael Elkins
svn path=/configure; revision=3706
2011-03-02update configure and rpkid/Makefile.in to reflect new location of ↵Michael Elkins
$top/portal-gui svn path=/configure; revision=3705