Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37416393
en ru br
ALT Linux repos
S:0.7.13-alt1
5.0: 0.4-alt5
4.1: 0.3-alt3.M41.2
4.0: 0.2-alt7

Group :: System/Servers
RPM: vhttpd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

25 may 2023 Vladimir Rubanov <august at altlinux.org> 0.7.13-alt1

  • Add support for cgreen 1.6.2.

23 november 2022 Mikhail Efremov <sem at altlinux.org> 0.7.12-alt1

  • Fixed parallel build.

6 december 2021 Paul Wolneykien <manowar at altlinux.org> 0.7.11-alt1

  • Fix: In the case of a UTF-8 conversion error try to interpret
     the HTTP request body as Latin-1 string.

20 march 2019 Mikhail Efremov <sem at altlinux.org> 0.7.10-alt1

  • Drop libgnutls-devel from BR for now.
  • tests: Make test_message_write independent from lines order.

11 february 2019 Mikhail Efremov <sem at altlinux.org> 0.7.9-alt1

  • Use _unpackaged_files_terminate_build.
  • Set connection socket non-block immediately if needed.
  • Don't modify Makefile for e2k.
  • Don't hardcode guile version in the Makefile.
  • Get rid of close_on_exec().
  • Set CLOEXEC flag for accepted connection socket.
  • Drop unused variable.
  • Fix BR for non-e2k architectures.
  • Add OpenSSL 1.1 support.

7 february 2019 Vladislav Zavjalov <slazav at altlinux.org> 0.7.8-alt2.2

  • add BuildRequires: /proc

29 august 2018 Grigory Ustinov <grenka at altlinux.org> 0.7.8-alt2.1

  • NMU: Rebuild with new openssl 1.1.0.

18 july 2018 Michael Shigorin <mike at altlinux.org> 0.7.8-alt2

  • support e2kv4 through %e2k macro (grenka@).

27 december 2017 Paul Wolneykien <manowar at altlinux.org> 0.7.8-alt1

  • Fix: Make the Guile library locale-independent: use
     scm_from/to_utf8_string() instead of from/to_locale.
  • Fix: Use LOG_ERR insstead of LOG_EMERG.
  • Fix the dependency tracker: use CFLAGS instead of CPPFLAGS that
     is unset.

30 november 2017 Andrew Savchenko <bircoph at altlinux.org> 0.7.7-alt2

  • Add E2K and guile20 support.

18 april 2017 Sergey Bolshakov <sbolshakov at altlinux.ru> 0.7.7-alt2

  • cleanup fallout from guile2 transition

31 march 2017 Sergey Bolshakov <sbolshakov at altlinux.ru> 0.7.7-alt1

  • rebuilt with guile2

15 september 2015 Mikhail Efremov <sem at altlinux.org> 0.7.6-alt1

  • Declare request_server() in the http_client.h.
  • Add missing include.
  • Fix signed/unsigned comparison warning.
  • Use retcode_t instead of int in struct error_entry_t.
  • Fix buffer overflow in case of IPv6.

8 august 2014 Mikhail Efremov <sem at altlinux.org> 0.7.5-alt1

  • Fix work without IPv6.

25 december 2012 Mikhail Efremov <sem at altlinux.org> 0.7.4-alt1

  • Fix data recieving in case of SSL connection.

17 august 2012 Mikhail Efremov <sem at altlinux.org> 0.7.3-alt1

  • tests: Increase delay after server's process start.
  • tests: Add create_server_from_socket() test.
  • Use IPv6 if possible.
  • Create channels from an existing socket.

24 march 2011 Mikhail Efremov <sem at altlinux.org> 0.7.2-alt1

  • tests: fix for glib >= 2.28.

21 december 2010 Michael Shigorin <mike at altlinux.org> 0.7.1-alt1

  • applied connection close patch by slazav@ (closes: #24795)
  • tiny spec cleanup

7 december 2010 Igor Vlasenko <viy at altlinux.ru> 0.7-alt1.1

  • rebuild with new openssl and/or boost by request of git.alt administrator

3 december 2009 Stanislav Ievlev <inger at altlinux.org> 0.7-alt1

  • major code improvements
  • new API
  • support both client and server connections

10 november 2009 Stanislav Ievlev <inger at altlinux.org> 0.6-alt1

  • preliminary support of http clients was added
  • more unit tests

15 october 2009 Stanislav Ievlev <inger at altlinux.org> 0.5-alt1

  • socket.c: add support for unix domain sockets
  • (vhttpd): add (make-unix-server-socket) and (make-unix-client-socket)

23 july 2009 Stanislav Ievlev <inger at altlinux.org> 0.4-alt9

  • fix utf-8 encoding name in content-type detection code

21 may 2009 Stanislav Ievlev <inger at altlinux.org> 0.4-alt8

  • add "close-on-exec" flag to all used descriptors

6 may 2009 Stanislav Ievlev <inger at altlinux.org> 0.4-alt7

  • fix content-type field value in file responses

5 may 2009 Stanislav Ievlev <inger at altlinux.org> 0.4-alt6

  • fix buffer length calculation

22 april 2009 Stanislav Ievlev <inger at altlinux.org> 0.4-alt5

  • scm_to_local_string: rewrite to modern style
  • remove wrong printf

21 april 2009 Stanislav Ievlev <inger at altlinux.org> 0.4-alt4

  • fix make-string-response function

12 march 2009 Stanislav Ievlev <inger at altlinux.org> 0.4-alt3

  • use RPM_OPT_FLAGS
  • fix work with va_args

11 december 2008 Stanislav Ievlev <inger at altlinux.org> 0.4-alt2

  • little updates for guile-1.8
  • improve makefile
  • export encode-url-component

9 december 2008 Stanislav Ievlev <inger at altlinux.org> 0.4-alt1

  • switch to guile-1.8

24 november 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt8

  • fix format string error

20 november 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt7

  • fix requires

18 november 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt6

  • new utils: encode-url-component, decode-url-component

11 november 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt5

  • add unit tests

25 september 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt4

  • little code improvements

22 august 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt3

  • remove libvhttpdutil library

21 august 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt2

  • rebuild

18 august 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt1

  • add functions for daemon creation (daemonize, drop_privs)
  • add guile bindings

30 june 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt12

  • basic_auth_get_cred: fix latest fix

26 june 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt11

  • fix segfault

4 may 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt10

  • parse cookie header

7 april 2008 Vladislav Zavjalov <slazav at altlinux.org> 0.2-alt9

  • fix error with retcode in tls_openssl.c/_handshake

14 march 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt8

  • fix tls shutdown, minor code improvements

15 february 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt7

  • fix typo

15 february 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt6

  • use openssl

13 february 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt5

  • add utils subpackage

12 february 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt4

  • use '%m' instead of strerror

11 february 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt3

  • fix start-line parsing (doesn't allow tabs)
  • add raw start line to message (useful for logs)

8 february 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt2

  • add config file reload feature

3 february 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt1

  • add http_strerror function

16 january 2008 Stanislav Ievlev <inger at altlinux.org> 0.1-alt10

  • add support for if-modified-since header

14 january 2008 Stanislav Ievlev <inger at altlinux.org> 0.1-alt9

  • add more additional information to request package

14 january 2008 Stanislav Ievlev <inger at altlinux.org> 0.1-alt8

  • improve API (rename log_error to runtime_error)

12 january 2008 Stanislav Ievlev <inger at altlinux.org> 0.1-alt7

  • improve message logging

12 december 2007 Stanislav Ievlev <inger at altlinux.org> 0.1-alt6

  • cookie support

11 december 2007 Stanislav Ievlev <inger at altlinux.org> 0.1-alt5

  • add basic auth support

7 december 2007 Stanislav Ievlev <inger at altlinux.org> 0.1-alt4

  • add config file support

4 december 2007 Stanislav Ievlev <inger at altlinux.org> 0.1-alt3

  • add static handler to util library

30 november 2007 Stanislav Ievlev <inger at altlinux.org> 0.1-alt2

  • ssl are ready to use

23 november 2007 Stanislav Ievlev <inger at altlinux.org> 0.1-alt1

  • Initial build
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin