search for: verplant

Displaying 5 results from an estimated 5 matches for "verplant".

Did you mean: explant
2007 Sep 11
2
Bug#439986: Renaming `UPSCONN' to `UPSCONN_t' causes problems when upgrading.
tags 439986 upstream thanks Hi Florian, 2007/8/29, Florian Forster <octo at verplant.org>: > Package: nut-dev > Version: 2.2.0-1 > Severity: minor > > After upgrading from version 2.0.something to version 2.2.0-1 the type > `UPSCONN' had been renamed to `UPSCONN_t'. This is a problem for > software that is supposed to work with different versions of...
2007 Sep 04
2
Unresolved variable in `libupsclient-config'
...FLAGS@' is not resolved by the libupsclient-config script. The attached patch changes `@SSL_CFLAGS@' to `@LIBSSL_CFLAGS@' `@SSL_LDFLAGS@' to `@LIBSSL_LDFLAGS@' which should solve this issue. Regards, -octo -- Florian octo Forster Hacker in training GnuPG: 0x91523C3D http://verplant.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: nut-2.2.0-sslflags.patch Type: text/x-diff Size: 508 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20070904/b0923749/attachment.patch -------------- next part...
2009 Jan 24
1
Patch to always install libupsclient-config
...lease consider the attached patch, which changes the behavior of `lib/Makefile.am' to install `libupsclient-config' regardless of whether `libupsclient.pc' is installed or not. Please CC me on replies. Regards, -octo -- Florian octo Forster Hacker in training GnuPG: 0x91523C3D http://verplant.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: nut-2.2.2-libconfig.patch Type: text/x-diff Size: 390 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20090124/d3a58367/attachment.patch -------------- next part...
2009 May 27
0
[PATCH] src/linux/device.c: Fix segfault when running without `--net'.
...536 #6 0x0805b27f in main (argc=Cannot access memory at address 0x0) at tincd.c:580 This patch fixes this by checking `netname' in `setup_device'. An alternative would be to check for NULL-pointers in `xstrdup' and return NULL in this case. Signed-off-by: Florian Forster <octo at verplant.org> --- src/linux/device.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/linux/device.c b/src/linux/device.c index 2e44755..4e9591c 100644 --- a/src/linux/device.c +++ b/src/linux/device.c @@ -63,7 +63,8 @@ bool setup_device(void) if(!get_config_string(look...
2009 May 26
1
BindToAddress: TCP connections originate from random source address.
...quick patch.. Regards, -octo P. S.: Of course I know how to influence the OS and make it pick some specific address, and I know about NAT and the like, too. I don't think these are ?solutions? to this problem. -- Florian octo Forster Hacker in training GnuPG: 0x91523C3D http://verplant.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://www.tinc-vpn.org/pipermail/tinc-devel/attachments/20090526/d941a750/attachment.pgp