Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-02 | Small improvement in directory test | Ondrej Filip | |
2022-02-20 | Small change to fix doc building on Debianv2.0.9 | Ondrej Filip | |
2022-02-20 | Small changes related to the new release | Ondrej Filip | |
2021-05-19 | Tools: Improve make-dev-archive | Ondrej Zajicek (work) | |
Use git-archive to avoid unrelated and temporary files and fix some minor issues (e.g. dependency on bash as system shell). | |||
2021-05-19 | add apkg-powered upstream packaging for deb, rpm | Jakub Ružička | |
Files in a single new distro/ dir allow apkg to build BIRD packages for various distros directly from upstream sources as well as from upstream archives. Please see distro/README.md for more detail as well as apkg docs: https://apkg.rtfd.io I've used these files to build bird-2.0.8 on all currently supported releases of following distros: * Debian * Ubuntu * Fedora * CentOS * openSUSE Please note that latest apkg with accumulated fixes for bird is needed: https://gitlab.nic.cz/packaging/apkg/-/merge_requests/35 | |||
2021-04-25 | Doc: Include full LinuxDocTools code | Ondrej Zajicek (work) | |
BIRD uses hacked LinuxDocTools for building documentation, keeping some parts locally and using remaining parts from system-installed one. This setup breaks when LinuxDocTools makes some internal changes and is hard to keep consistent. Just include full LinuxDocTools code (both hacked and unmodified parts) to avoid consistency issues. Note that we still need some binaries from LinuxDocTools, so it still needs to be installed to build documentation. | |||
2018-12-14 | Doc: Rename code documentation files back to Doc | Ondrej Zajicek (work) | |
2018-12-14 | Doc: Move root of code documentation to doc dir | Ondrej Zajicek (work) | |
It reduces clutter in root and also avoid collision with doc dir on case-insensitive filesystems when name back to Doc. | |||
2018-06-26 | Autotools: updated config.guess and config.sub | Maria Matejka | |
Updated to version 63b4ce2e8c28aee6a32133e400436e4ca885215a from git://git.savannah.gnu.org/config.git Previous version was 93b5037172b15ad28952481933517f1ba93d125b | |||
2018-06-26 | Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder ↵ | Maria Matejka | |
on case-insensitive filesystems | |||
2018-03-23 | Autoconf replaced by autoreconf | Ondrej Filip | |
2018-01-16 | Error in version guessingv2.0.1 | Ondrej Filip | |
2017-12-11 | Changes to be able to build 2.0.0v2.0.0 | Ondrej Filip | |
2016-12-07 | Documentation build system fixv2.0.0-pre0 | Ondrej Filip | |
2016-05-10 | Build system reworked to one global Makefile with includes and no nesting | Jan Moskyto Matejka | |
Also removed the lib-dir merging with sysdep. Updated #include's accordingly. Fixed make doc on recent Debian together with moving generated doc into objdir. Moved Makefile.in into root dir Retired all.o and birdlib.a Linking the final binaries directly from all the .o files. | |||
2015-12-21 | Follow-up work on integration | Ondrej Zajicek (work) | |
2015-07-18 | Simplify build messages | Ondrej Zajicek | |
Thanks to Christian Tacke for the original patch. | |||
2015-02-21 | Better Clang compatibility | Pavel Tvrdik | |
2013-08-13 | Removes strip from make install | Ondrej Zajicek | |
Thanks to Alexander V. Chernikov for the patch. | |||
2013-04-19 | Removes unnecessary client subdirectories and updates buildsystem. | Ondrej Zajicek | |
Renames some files: birdc/client.c -> birdc.c birdcl/client.c -> birdcl.c client_common.c -> common.c | |||
2013-03-19 | Add lightweight client - birdcl | Tomas Hlavacek | |
Restructure client/ subdir. Add two different flavors of client. The full featured birdc client code is in client/birdc/. The new light client birtcl is in client/birdcl/. Common sources of both clients are directly in client/. Rework on-line auto-completion in client/command.c to conditionally turn off ncurses-specific code. Add lightweight client without libreadline and ncurses dependencies - birdcl. The birdcl lacks support of history, on-line auto-completion and there are different implementations of "more" functionality and help on '?' press. New client operates in canonical terminal mode (apart from "more" display) and therefore all commands have to be executed by a return key including help commands (called by '?' character in the end of the line). Apart from these limitations the interaction style should be the same as for the full client - birdc. Build of birdcl is always on (independent on --enable-client parameter). | |||
2012-05-03 | Implements build options to specify socket dir and suffix. | Ondrej Zajicek | |
2011-04-28 | Use constants from /etc/iproute2/rt_* files. | Ondrej Zajicek | |
2010-08-04 | Fixes build on Sparc. | Ondrej Zajicek | |
2010-05-02 | Merge several fixes suggested by Joakim Tjernlund. | Ondrej Zajicek | |
2010-02-21 | Fixes installation (missing /usr/local/var/run). | Ondrej Zajicek | |
2009-09-06 | Update of config.sub & config.guess | Ondrej Filip | |
2009-08-10 | Compilation and dependency generation should be serialized. | Ondrej Zajicek | |
2009-08-10 | Clean files generated by Bison and Flex. | Ondrej Zajicek | |
2009-08-09 | Makefile changed to make it work with 'make -jN' where N>1 | Ondrej Filip | |
2009-06-02 | Inlude DESTDIR in install to make life of packagers easier. | Ondrej Filip | |
2009-06-02 | Clean also ipv6 bird.ctl | Ondrej Filip | |
2009-06-02 | Error in test fixed. | Ondrej Filip | |
2009-06-02 | Small change to make BIRD's IPv6 packaging easier | Ondrej Filip | |
2009-04-28 | Typo in gendist script. | Ondrej Filip | |
2009-04-28 | Gendist script adapted to git. | Ondrej Filip | |
2008-08-25 | Updated config.{guess,sub} to a recent version. | Martin Mares | |
Patch from the Debian package. | |||
2005-03-16 | Again back to regina.gin.cz. | Ondrej Filip | |
2005-02-21 | Ftp server change. | Ondrej Filip | |
2005-02-21 | Change of ftp servers. | Ondrej Filip | |
2004-09-08 | sort from GNU coreutils 5.2.1 doesn't accept the +- syntax | Ondrej Filip | |
anymore. Hopefully the -k syntax is supported by all other sort versions | |||
2004-08-19 | Do not forget to propagate LDFLAGS from configure. Allows static linking, | Martin Mares | |
among other things. | |||
2004-06-07 | Delete automate*cache. | Ondrej Filip | |
2004-05-31 | Updated the distribution script. | Martin Mares | |
2004-05-31 | Added a simple utility for converting CVS log messages to a reasonable | Martin Mares | |
changelog format. | |||
2004-05-31 | Bird's control socket should be in /var/run and the convention for | Martin Mares | |
--localstatedir is /var. The control socket pathname creation is thus corrected here. (Andreas) | |||
2004-05-31 | Delete autom4te.cache in 'make distclean'. | Ondrej Filip | |
2003-04-06 | Nobody is perfect. Me twice :) | Martin Mares | |
2003-04-06 | Oops, forgot to change some paths. | Martin Mares | |
2003-04-06 | Avoid problems with copying a directory to itself. | Martin Mares | |