aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* 1.32-releaseToni Uhlig2019-01-24
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* support BSD arc4random() if availableToni Uhlig2018-12-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* autoconf check for srandom()/random() or fallback to less secure srand()/rand()Toni Uhlig2018-12-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* added additional autoconf ICMP_FILTER compile checkToni Uhlig2018-12-24
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* 1.31-releasev1.31Toni Uhlig2018-12-03
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* fix configure error for OpenWrt also (see ↵Toni Uhlig2018-11-26
| | | | | | c1cecbab40ef2d70446308aabdef10d9c8e21be1) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* android host build: check for __android_log_vprint in liblog.so to prevent ↵Toni Uhlig2018-11-26
| | | | | | linker errors in the logging facility Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* support for android eabi buildsToni Uhlig2018-11-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* 1.3-releaseToni Uhlig2018-10-19
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* autogen.sh, configure.ac: fix build for mingw-w64 xcompiler, cleanup ↵Toni Uhlig2018-08-10
| | | | | | superfluous code Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* bump to 1.2: ChangeLog updateToni Uhlig2018-07-15
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* archlinux pkgbuild, version bumplns2017-12-24
|
* md readme for travis build status, -std=gnu99 autoconf checkToni Uhlig2017-12-20
|
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | * pcap for Windows is optional (but recommended)
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | | * autoconf mingw dlltool check * build import library and link ptunnel-ng.exe against it
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | | | * fixed mingw64 cross compile issues * using getaddrinfo instead of obsolete gethostbyname * removed IS_WINDOWS AM_CONDITIONAL
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | * fixed missing conditionaled compile for pcap * ported to mingw64
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | | * ChangeLog updated for 1.0 release * additional autoconf checks e.g. _GNU_SOURCE, syslog, getopt * manpage updated
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | | | * autotools set/use package version string * autotools renamed output binary to ptunnel-ng * more "intuitive" short options * removed ptunnel version info, copyright update
* ptunnel-ng:Toni Uhlig2017-12-18
* this is now an autotools project (added/renamed required files e.g. AUTHORS, COPYING) * removed user defined ip header (buggy; not useful anymore)