Package Details: wwwoffle-svn 1:2.9j+svn2256.d20210530-2

Git Clone URL: https://aur.archlinux.org/wwwoffle-svn.git (read-only, click to copy)
Package Base: wwwoffle-svn
Description: Simple caching proxy server with special features (request, recursive fetch, subscription, modify HTML, ...) for use with dial-up internet links. Includes startup scripts for OpenRC, System V init, systemd.
Upstream URL: http://www.gedanken.org.uk/software/wwwoffle/
Licenses: GPL2
Conflicts: wwwoffle, wwwoffle-openrc, wwwoffle-systemd, wwwoffle-sysvinit
Provides: wwwoffle, wwwoffle-openrc, wwwoffle-systemd, wwwoffle-sysvinit
Replaces: wwwoffle
Submitter: dreieck
Maintainer: dreieck
Last Packager: dreieck
Votes: 3
Popularity: 0.000000
First Submitted: 2016-02-01 11:34 (UTC)
Last Updated: 2024-01-25 14:48 (UTC)

Dependencies (9)

Required by (0)

Sources (6)

Pinned Comments

Latest Comments

1 2 Next › Last »

dreieck commented on 2019-04-14 19:56 (UTC)

@maderios: Done. Thanks for reporting.

maderios commented on 2019-04-14 13:09 (UTC)

Please, add svn dependency. Thanks.

maderios commented on 2018-12-03 12:50 (UTC) (edited on 2018-12-03 12:51 (UTC) by maderios)

@dreieck It compiles fine now. Thanks!

dreieck commented on 2018-12-02 22:18 (UTC) (edited on 2018-12-02 22:33 (UTC) by dreieck)

@maderios:

Thanks!, that means upstream has incorporated the patch he sent to me for testing.

Great!

I removed the patch from the AUR package.

Btw.: You can format your comments here with markdown; when pasting a log include in in triple backtics on a seperate line, like this:

```
<your code>
```

or prepended with four spaces.

Code in inline text surround by a single backtick.

maderios commented on 2018-12-02 13:22 (UTC) (edited on 2018-12-02 13:24 (UTC) by maderios)

I get error

makepkg -siCc

-> Applying a patch to handle certificate related problems ... Hmm... Looks like a unified diff to me... The text leading up to this was:


|Index: src/certificates.c |=================================================================== |--- src/certificates.c (revision 2241) |+++ src/certificates.c (working copy)


patching file src/certificates.c Using Plan A... Reversed (or previously applied) patch detected! Skipping patch. Hunk #1 ignored at 805. Hunk #2 ignored at 838. Hunk #3 ignored at 896. Hunk #4 ignored at 946. Hunk #5 ignored at 1102. 5 out of 5 hunks ignored -- saving rejects to file src/certificates.c.rej done ==> ERROR: A failure occurred in prepare().

dreieck commented on 2018-08-27 17:10 (UTC)

Upstream fixed.

dreieck commented on 2018-08-27 13:20 (UTC)

@maderios: I informed the author of wwwoffle about this, and he is aware of it; for some reason compilation on his machine works fine for him.

I fixed it with a patch incorporating the proper change upstream forgot about; I think soon upstream would be fixed as well.

maderios commented on 2018-08-26 15:32 (UTC)

wwwoffle compiles successfully now. Thanks!

maderios commented on 2018-08-25 19:16 (UTC) (edited on 2018-08-25 19:18 (UTC) by maderios)

I get this error

makepkg -sicC

gcc -c -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt io.c -o io.o -I/usr/include/include -I/usr/include/gnutls/include -I/usr/include/include

io.c:774:16: error: conflicting types for ‘io_write_data’ static ssize_t io_write_data(int fd,io_context context,io_buffer iobuffer) ^~~~~~~~~~~~~ io.c:70:12: note: previous declaration of ‘io_write_data’ was here static int io_write_data(int fd,io_context context,io_buffer iobuffer); ^~~~~~~~~~~~~ io.c:70:12: warning: ‘io_write_data’ used but never defined make[1]: *** [Makefile:184: io.o] Error 1