-devel 1.6-dev0 has came out
Search Criteria
Package Details: haproxy-devel 1.6-1
Package Actions
| Package Base: | haproxy-devel |
|---|---|
| Description: | The Reliable, High Performance TCP/HTTP Load Balancer (development branch) |
| Upstream URL: | http://haproxy.1wt.eu |
| Category: | daemons |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | vchimishuk |
| Maintainer: | endre |
| Last Packager: | endre |
| Votes: | 4 |
| First Submitted: | 2012-05-24 00:18 |
| Last Updated: | 2014-10-22 13:48 |
Required by (0)
Sources
Latest Comments
Comment by endre
Comment by endre
DO NOT use this -devel as stable version 1.5 (and 1.5.1) superseeded this version in June, 2014. Currently, there is no up to date -devel version, use stable instead. It's AUR URL is:
https://aur.archlinux.org/packages/haproxy/
I will update this package when haproxy crew comes out with a -devel version.
Comment by rgacogne
Hi,
dev22 has been released for some time now. A simple PKGBUILD update is enough:
-pkgverdev=dev21
+pkgverdev=dev22
-md5sums=('c784f55537c8718ed024b2b725cd3770')
+md5sums=('980332c79ab0ffa908c77fafdf61b8cc')
+sha256sums=('b0978b4802a48ee60ca79c01c0b020c5155ac8248af65d24a248ace91b87ac2e')
Comment by marcoc
It seems to build nicely with a few changes to PKGBUILD
% diff PKGBUILD PKGBUILD.orig
6,7c6,7
< pkgverdev=dev21
< pkgrel=1
---
> pkgverdev=dev19
> pkgrel=3
19c19
< md5sums=('c784f55537c8718ed024b2b725cd3770')
---
> md5sums=('7140a43637233bcb9cc51f789c0d3e0f')
Comment by marcoc
dev21 is out.
dev20 appeared only shortly because, as stated on http://haproxy.1wt.eu/ "Several early testers reported a few annoying bugs yesterday, so I preferred to fix them quickly and issue another release than wasting everyone's time on these bugs. Use this version instead of 1.5-dev20 to be safe."
Comment by h50
Oh, it's because i'm on QEMU virtual hardware. I just changed it to CPU=generic for now. we'll see if it performs reasonably.
Comment by h50
I'm having trouble building.
thoughts?
==> Making package: haproxy-devel 1.5-3 (Thu Dec 12 16:08:17 EST 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found haproxy-1.5-dev19.tar.gz
==> Validating source files with md5sums...
haproxy-1.5-dev19.tar.gz ... Passed
==> Extracting sources...
-> Extracting haproxy-1.5-dev19.tar.gz with bsdtar
==> Removing existing pkg/ directory...
==> Starting build()...
gcc -Iinclude -Iebtree -Wall -O2 -march=native -g -fno-strict-aliasing -DCONFIG_HAP_LINUX_SPLICE -DTPROXY -DCONFIG_HAP_LINUX_TPROXY -DCONFIG_HAP_CRYPT -DUSE_ZLIB -DENABLE_POLL -DENABLE_EPOLL -DUSE_CPU_AFFINITY -DASSUME_SPLICE_WORKS -DUSE_ACCEPT4 -DNETFILTER -DUSE_GETSOCKNAME -DUSE_OPENSSL -DUSE_SYSCALL_FUTEX -DUSE_PCRE -I/usr/include -DCONFIG_HAPROXY_VERSION=\"1.5-dev19\" -DCONFIG_HAPROXY_DATE=\"2013/06/17\" \
-DBUILD_TARGET='"linux2628"' \
-DBUILD_ARCH='""' \
-DBUILD_CPU='"native"' \
-DBUILD_CC='"gcc"' \
-DBUILD_CFLAGS='"-O2 -march=native -g -fno-strict-aliasing"' \
-DBUILD_OPTIONS='"USE_ZLIB=1 USE_OPENSSL=1 USE_PCRE=1"' \
-c -o src/haproxy.o src/haproxy.c
src/haproxy.c:1:0: error: CPU you selected does not support x86-64 instruction set
/*
^
Makefile:673: recipe for target 'src/haproxy.o' failed
make: *** [src/haproxy.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
------------------------------------------------------------
~/tmp/haproxy-devel » uname -a bp@iron
Linux iron 3.9.4-1-ARCH #1 SMP PREEMPT Sat May 25 16:14:55 CEST 2013 x86_64 GNU/Linux
------------------------------------------------------------
Comment by jpike
Outdated... editing the package to change dev18 to dev19 and a "makepkg -g" and it works for me.
Comment by vchimishuk
endre, you are right, I do not use haproxy for a long time. I hope you will be better maintainer for it now. Take it.
Comment by endre
Outdated again. I use haproxy everyday and can take the maintainership of this package if you wish.
Comment by vchimishuk
artificialexit, thanks for help. Package updated.
coverslide, sorry for delay.
Anonymous comment
dev18 PKGFILE
(including systemd service file)
https://gist.github.com/artificialexit/5381762/raw/b1c382452b877430a262b7a2e8116322df8c8c97/PKGFILE
Comment by coverslide
dev14 is out, and has numerous bugfixes over dev12 and dev13
md5sum:
29be41f5c37f021e623af9a1c09c9248
and also to enable ssl:
make TARGET=linux26 USE_PCRE=1 USE_SSL=1
Just to make your life easier :)
Comment by coverslide
SSL is in the 1.5-dev12 branch! No more stunnel!