Package Details: dionaea-git 20140623-1

Package Base: dionaea-git
Description: A nepenthes successor
Upstream URL: http://dionaea.carnivore.it
Category: network
Licenses: GPL
Submitter: Gagou
Maintainer: Gagou
Last Packager: Gagou
Votes: 4
First Submitted: 2010-05-02 16:53
Last Updated: 2014-06-23 21:35

Required by (0)

Sources

  • dionaea.service
  • dionaea
  • makefiles.patch

Latest Comments

Comment by eworm

2014-09-04 19:40

Ah, and systemd unit files installed by a package belong to /usr/lib/systemd/system/. Please install dionaea.service there. Thanks!

Comment by eworm

2014-08-12 11:19

Can you please add a pkgver() function?

pkgver() {
cd "$srcdir/dionaea"
echo "0.r$(git rev-list --count master).g$(git log -1 --format="%h")"
}

(Sadly there are no tags to use...) Thanks!

Comment by ekapujiw2002

2014-06-24 02:15

ok thank you sir
after i dissect the code at module.c, it seems that some function like nl_get_error, nl_addr_parse (CMIIW) are different in its implementation on libnl1 and libnl version 3. I also have added -I/usr/include/libnl3 to the cflags but the module.c file got error also. but it see and use the libnl3. oh well, i'm gonna try it again using my other sdcard. got many lying around here,hehehehe
thank you for the fine works
cheers

Comment by Gagou

2014-06-23 21:40

Thanks to Locke report, I added armv6h in supported arch.

About libnl, I installed libnl1 and got errors too. I tried to add --with-nl-include --with-nl-lib without success. I have to look deeper to find a solution with both libraries installed.
For now, only libnl version 3 must be installed. I added a message during the build process to warn users.

Comment by ekapujiw2002

2014-06-23 04:55

i try to compile it but see a lot of error regarding the libnl. i got libnl version 3 and version 1 (hostapd use it).
should i only install libnl version 3?
thank you

Comment by Locke

2014-06-22 22:18

I forgot to post that this package is also compatible with armv6h, can you add it please?

Comment by Gagou

2014-06-21 21:43

Here are the last changes :
- Use of git source makepkg facility (thanks to eworm suggestion)
- The .rc file has been replaced by a systemd unit file (thanks to Shibumi suggestion)
- Removing unset CFLAGS and CXXFLAGS
- Adding sqlite in dependencies list

Comment by Shibumi

2014-06-18 22:40

please remove the .rc file and add a systemd unit file thx!

Comment by eworm

2013-05-03 06:28

I have some improvements for the PKGBUILD: http://pastebin.com/4jEqsebr

This makes use of makepkg's VCS capabilities. Would be great if you could upload this.

Comment by Gagou

2013-01-19 22:47

A sed command was added to avoid an error in configure.ac ('AM_CONFIG_HEADER' is obsolete).

All comments