Commit Graph

63 Commits

Author SHA256 Message Date
Ana Guerrero
f63b8d652b Accepting request 1228571 from server:http
OBS-URL: https://build.opensuse.org/request/show/1228571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=45
2024-12-06 13:25:53 +00:00
0e01d6d1eb - added thttpd-c99.patch
* keep using the deprecated function sigset
  * patch borrowed from fedora rpm
- Use %patch -P N instead of deprecated %patchN.
- Added hardening to systemd service(s) (bsc#1181400). Modified:
  * thttpd.service
- Allow regular users to execute makeweb (bsc#1171580)
  * Set permissions to 2751
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut through the -mini flavors.
- Update to 2.29 (bsc#1112629)
  Allow CGI to handle HTTP methods besides GET/HEAD/POST.
  Improvements to the FreeBSD startup script. (Craig Leres)
  Minor portability tweak in mmc.c.
  Fix to buffer overrun bug in htpasswd. Reported by Alessio Santoru as CVE-2017-17663.
- update thttpd-2.25b-overflow.diff
- Trim filler wording from description.
- Require group www (bsc#1057985)
- update to 2.27
  Stats syslogs changed from LOG_INFO to LOG_NOTICE.
  Use memmove() for self-overlapping string copies instead of strcpy().
  Couple of subroutine name changes for consistency.
- drop thttpd-2.25b-strcpy.patch (upstream)
- enforce single process build, as parallel does fail sometimes
- added Conflicts: apache2-example-pages
  * both packages provide /srv/www/htdocs/index.html
- build with pie and full relro
- package cleanup (bnc#899218)
  * removed SUSE branding
  * added logrotate support
  * changed note about default codepage
- added Conflicts: apache2-utils
  * both packages provide /usr/bin/htpasswd
  * see comments in https://build.opensuse.org/request/show/310178
- use /usr/sbin path in service to fix start (bnc#906696)
- drop thttpd-2.25b.tar.bz2 (old tarball)
- update to 2.26 (bnc#894285)
  Ignore ECONNABORTED on accept().
  Correctly implemented the config-file option change from "nosymlink"
  to "nosymlinkcheck", which was supposedly done in version 2.24.
  Removed mailto: link from default index page.
  Allow CGIs to provide both Location and Status headers.
  Better logic for figuring out CGI SERVER_NAME environment variable.
  Updated for clang, and general cleanup.
- dropped thttpd-2.25b-getline.patch (upstream)
- added thttpd-crypt_is_in_crypt.h.patch
- Use systemd instead of sysvinit in openSUSE > 12.2
- fix CVE-2013-0348 (bnc#853381)
  * don't create a world readable logfile
- DO not add sample index.html that will conflict with apache 
- added checks for crypt() return value (CVE-2012-5640) (bnc#783165)
  * thttpd-2.25b-CVE-2012-5640-check_crypt_return_value.patch
- use different versions of automake (SLE)
- use %set_permissions instead of %run_permissions (bnc#764110)
- fix build with automake 1.12 
- drop thttpd-2.25b-x86_64_machine_not_recognized.patch but copy
  config.guess from automake to fix ppc64 as well 
- fixed build and added -fpie for makeweb
- add libtool as buildrequire to avoid implicit dependency
- rename getline to my_getline to avoid collision with function
  from glibc 
- add new branding (bnc#492693) 
- fixed another syntax error in config file
- fix syntax error in config file
- use %config(noreplace) for /etc/thttpd.conf
- added Short-Description tag into init script 
- added config file (/etc/thttpd.conf)
- Adding check for zero length
  - from Marcus Meissner
  - zerolen.patch
- Replacing strcpy with memmove when they overlap
  - strcpy.patch
- Both from #230776
- Fix building as non-root.
- fix buffer overflows in htpasswd (#156978) 
- converted neededforbuild to BuildRequires
- fix tmp race in syslogtocern (#131056) 
- use %config(noreplace) for index.html 
- compile dynamic binaries instead of static
- compile htpasswd with -pie
- do not conflict with other webservers (bug #71742)
- update to version 2.25b
- Fix use of aclocal.
- update to 2.24, includes a fix for a buffer overflow [bug #32734]
- fixed virtual hosting security hole [bug #32757]
- fixed permissions according to permissions.secure,
  added macros %run_permissions and %verify_permissions
- added macros %stop_on_removal and %restart_on_update [bug #29022]
- remove unpackaged files from buildroot 
- fixed permissions of the init scipt [bug #25084]
- substitute correct servroot during built
- use /srv/www rather then /usr/local/httpd [bug #20802]
- adapt server root 
- Change group from wwwadmin to www
- do not source rc.config anymore
- update to version 2.23beta1
- update to version 2.20c
- added thttpd-2.20c-sec.patch
- removed START_THTTPD from README.SuSE
- removed START_THTTPD 
- fix version on template webpage
- fix /etc/init.d in thttpd-SuSE.tar.bz2 files
- split patches on configure, dirs, time_h and newautoconf 
- fix for new autoconf 
- changed initscript according to skeleton
- compiled with RPM_OPT_FLAGS
- fixed to compile
- generatig of default page moved to %install (it was in %post and
- caused [#4566]
- default cgibin pattern changed [#4564]
- rcthttpd link added
- new version: 2.20b
- moved init-script 
- fix ugly bug in startup scripts
- new version: 2.20
- fix bug in startup script
- new version: 2.19
- buildroot fixed
- buildroot added
- update to 2.16 
- moved man pages to %{_mandir}
- new version: 2.15
- bug #1268 rc.config variable set to no 
- new version: 2.11
- new conflicts (roxen, apache, aolserv), provides (http_daemon)
- new homepage
- Fix stack overflow
- ran old prepare_spec on spec file to switch to new prepare_spec.
- fixed call of Check at the end of %install section
- new package: thttpd (a _small_ webserver)
  absolutely no configuration needed - and yet save (chroot)!

OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=51
2024-12-05 17:25:02 +00:00
Dominique Leuenberger
cad3f8216d Accepting request 1153179 from server:http
OBS-URL: https://build.opensuse.org/request/show/1153179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=44
2024-02-29 20:50:32 +00:00
88f1978d01 Accepting request 1151778 from home:pgajdos:t
- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1151778
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=49
2024-02-29 11:09:20 +00:00
Dominique Leuenberger
d6a27ac427 Accepting request 980137 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/980137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=43
2022-06-01 15:34:41 +00:00
df9f95f544 Accepting request 933797 from home:jsegitz:branches:systemdhardening:server:http
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/933797
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=47
2022-05-31 16:27:18 +00:00
Dominique Leuenberger
710fb6b6cf Accepting request 806233 from server:http
OBS-URL: https://build.opensuse.org/request/show/806233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=42
2020-05-17 21:44:01 +00:00
Vítězslav Čížek
d591f8a23a Accepting request 805512 from home:vitezslav_cizek:branches:server:http
- Allow regular users to execute makeweb (bsc#1171580)
  * Set permissions to 2751

OBS-URL: https://build.opensuse.org/request/show/805512
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=45
2020-05-17 13:54:55 +00:00
Dominique Leuenberger
dda3410d3e Accepting request 772325 from server:http
OBS-URL: https://build.opensuse.org/request/show/772325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=41
2020-02-09 19:49:12 +00:00
Marguerite Su
9509cb72ff Accepting request 769730 from home:dimstar:Factory
Shortcut through -mini

OBS-URL: https://build.opensuse.org/request/show/769730
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=43
2020-02-08 10:41:08 +00:00
Dominique Leuenberger
6446f320b7 Accepting request 643958 from server:http
OBS-URL: https://build.opensuse.org/request/show/643958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=40
2018-10-23 18:41:52 +00:00
Marguerite Su
aaa8c68bda Accepting request 643659 from home:vitezslav_cizek:branches:server:http
- Update to 2.29 (bsc#1112629)
  Allow CGI to handle HTTP methods besides GET/HEAD/POST.
  Improvements to the FreeBSD startup script. (Craig Leres)
  Minor portability tweak in mmc.c.
  Fix to buffer overrun bug in htpasswd. Reported by Alessio Santoru as CVE-2017-17663.
- update thttpd-2.25b-overflow.diff

OBS-URL: https://build.opensuse.org/request/show/643659
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=41
2018-10-23 12:47:01 +00:00
Dominique Leuenberger
fa03ff4387 Accepting request 540237 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/540237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=39
2017-11-11 13:19:59 +00:00
Vítězslav Čížek
9ae98595b0 Accepting request 534895 from home:jengelh:branches:server:http
- Trim filler wording from description.

OBS-URL: https://build.opensuse.org/request/show/534895
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=39
2017-11-09 14:08:18 +00:00
Dominique Leuenberger
0527232fbb Accepting request 523016 from server:http
- Require group www (bsc#1057985) (forwarded request 523015 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/523016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=38
2017-09-12 17:54:27 +00:00
Vítězslav Čížek
e8fe8ad836 Accepting request 523015 from home:vitezslav_cizek:branches:server:http
- Require group www (bsc#1057985)

OBS-URL: https://build.opensuse.org/request/show/523015
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=37
2017-09-11 09:58:36 +00:00
Yuchen Lin
ae0742cb55 Accepting request 514492 from server:http
1

OBS-URL: https://build.opensuse.org/request/show/514492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=37
2017-08-10 12:05:17 +00:00
Marguerite Su
0a50560e7f Accepting request 509403 from home:vitezslav_cizek:branches:server:http
- update to 2.27
  Stats syslogs changed from LOG_INFO to LOG_NOTICE.
  Use memmove() for self-overlapping string copies instead of strcpy().
  Couple of subroutine name changes for consistency.
- drop thttpd-2.25b-strcpy.patch (upstream)
- enforce single process build, as parallel does fail sometimes

OBS-URL: https://build.opensuse.org/request/show/509403
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=35
2017-08-04 00:57:10 +00:00
Dominique Leuenberger
cd69cb6626 Accepting request 338840 from server:http
- added Conflicts: apache2-example-pages
  * both packages provide /srv/www/htdocs/index.html (forwarded request 331803 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/338840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=36
2015-10-19 20:51:22 +00:00
Vítězslav Čížek
26e56a0a4f Accepting request 331803 from home:vitezslav_cizek:branches:server:http
- added Conflicts: apache2-example-pages
  * both packages provide /srv/www/htdocs/index.html

OBS-URL: https://build.opensuse.org/request/show/331803
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=33
2015-10-14 12:18:32 +00:00
bee2df2210 Accepting request 315592 from home:vitezslav_cizek:branches:server:http
- build with pie and full relro

OBS-URL: https://build.opensuse.org/request/show/315592
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=32
2015-09-02 11:04:39 +00:00
Vítězslav Čížek
9542aab497 Accepting request 312678 from home:thehejik:branches:server:http
Please check and forward to Factory, requested by bnc#899218

- package cleanup (bnc#899218)
  * removed SUSE branding
  * added logrotate support
  * changed note about default codepage

OBS-URL: https://build.opensuse.org/request/show/312678
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=31
2015-07-03 07:55:09 +00:00
Dominique Leuenberger
621135e9e8 Accepting request 311315 from server:http
1

OBS-URL: https://build.opensuse.org/request/show/311315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=35
2015-06-10 07:15:26 +00:00
Dominique Leuenberger
65421b8b00 Accepting request 310309 from home:vitezslav_cizek:branches:server:http
- added Conflicts: apache2-utils
  * both packages provide /usr/bin/htpasswd
  * see comments in https://build.opensuse.org/request/show/310178

OBS-URL: https://build.opensuse.org/request/show/310309
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=29
2015-06-09 12:55:01 +00:00
Dominique Leuenberger
e5733d214f Accepting request 262962 from server:http
1

OBS-URL: https://build.opensuse.org/request/show/262962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=34
2014-11-26 09:33:50 +00:00
Vítězslav Čížek
03be045a5e Accepting request 262732 from home:bmwiedemann:branches:server:http
use /usr/sbin path in service to fix start (bnc#906696)

OBS-URL: https://build.opensuse.org/request/show/262732
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=27
2014-11-25 10:51:38 +00:00
Stephan Kulow
3145b4e8df Accepting request 250670 from server:http
- drop thttpd-2.25b.tar.bz2 (old tarball)

- update to 2.26 (bnc#894285)
  Ignore ECONNABORTED on accept().
  Correctly implemented the config-file option change from "nosymlink"
  to "nosymlinkcheck", which was supposedly done in version 2.24.
  Removed mailto: link from default index page.
  Allow CGIs to provide both Location and Status headers.
  Better logic for figuring out CGI SERVER_NAME environment variable.
  Updated for clang, and general cleanup.
- dropped thttpd-2.25b-getline.patch (upstream)
- added thttpd-crypt_is_in_crypt.h.patch

OBS-URL: https://build.opensuse.org/request/show/250670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=33
2014-09-23 08:42:42 +00:00
Vítězslav Čížek
65fceb0319 - drop thttpd-2.25b.tar.bz2 (old tarball)
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=25
2014-09-22 13:36:05 +00:00
Tomáš Chvátal
5d98a43e7e Accepting request 247376 from home:vitezslav_cizek:branches:server:http
- update to 2.26 (bnc#894285)
  Ignore ECONNABORTED on accept().
  Correctly implemented the config-file option change from "nosymlink"
  to "nosymlinkcheck", which was supposedly done in version 2.24.
  Removed mailto: link from default index page.
  Allow CGIs to provide both Location and Status headers.
  Better logic for figuring out CGI SERVER_NAME environment variable.
  Updated for clang, and general cleanup.
- dropped thttpd-2.25b-getline.patch (upstream)
- added thttpd-crypt_is_in_crypt.h.patch

OBS-URL: https://build.opensuse.org/request/show/247376
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=24
2014-09-09 14:51:18 +00:00
Stephan Kulow
5a78415803 Accepting request 241749 from server:http
1

OBS-URL: https://build.opensuse.org/request/show/241749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=31
2014-07-21 19:40:29 +00:00
Vítězslav Čížek
98340494af Accepting request 241561 from home:posophe:branches:server:http
Use systemd instead of sysvinit in openSUSE > 12.2

OBS-URL: https://build.opensuse.org/request/show/241561
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=22
2014-07-21 13:48:59 +00:00
Stephan Kulow
394b387cef Accepting request 209299 from server:http
fixes bug 853381 - VUL-0: CVE-2013-0348: thttpd: World-readable log file

OBS-URL: https://build.opensuse.org/request/show/209299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=30
2013-12-04 11:32:06 +00:00
Vítězslav Čížek
97844d4081 refresh patch
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=20
2013-12-03 14:49:37 +00:00
Vítězslav Čížek
2d51255ecc - fix CVE-2013-0348 (bnc#853381)
* don't create a world readable logfile

OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=19
2013-12-03 14:32:15 +00:00
Stephan Kulow
e4864cc251 Accepting request 181225 from server:http
- DO not add sample index.html that will conflict with apache (forwarded request 181205 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/181225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=28
2013-06-28 17:28:54 +00:00
Cristian Rodríguez
eee118cb00 Accepting request 181205 from home:elvigia:branches:server:http
- DO not add sample index.html that will conflict with apache

OBS-URL: https://build.opensuse.org/request/show/181205
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=17
2013-06-28 07:25:32 +00:00
Stephan Kulow
cfc43f0928 Accepting request 157924 from server:http
- added checks for crypt() return value (CVE-2012-5640) (bnc#783165)
  * thttpd-2.25b-CVE-2012-5640-check_crypt_return_value.patch (forwarded request 157355 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/157924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=27
2013-03-10 08:13:16 +00:00
Ismail Dönmez
551f99a542 Accepting request 157355 from home:vitezslav_cizek:branches:server:http
- added checks for crypt() return value (CVE-2012-5640) (bnc#783165)
  * thttpd-2.25b-CVE-2012-5640-check_crypt_return_value.patch

OBS-URL: https://build.opensuse.org/request/show/157355
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=15
2013-03-07 16:55:37 +00:00
Stephan Kulow
b19ddf3b7b Accepting request 139900 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/139900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=25
2012-11-02 16:43:29 +00:00
Marcel Gmür
d4577711fb - use different versions of automake (SLE)
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=13
2012-10-24 21:23:56 +00:00
Marcel Gmür
32a6c6d76a - use different versions automake (SLE)
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=12
2012-10-24 21:23:31 +00:00
Stephan Kulow
e705f182dd Accepting request 124634 from server:http
- use %set_permissions instead of %run_permissions (bnc#764110) (forwarded request 124237 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/124634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=23
2012-06-12 19:59:58 +00:00
Factory Maintainer
c7e23ba666 Accepting request 124237 from home:vitezslav_cizek:branches:server:http
- use %set_permissions instead of %run_permissions (bnc#764110)

OBS-URL: https://build.opensuse.org/request/show/124237
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=10
2012-06-12 07:09:31 +00:00
Stephan Kulow
cf6d945714 Accepting request 123037 from server:http
- fix build with automake 1.12 (forwarded request 122770 from puzel)

OBS-URL: https://build.opensuse.org/request/show/123037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=22
2012-06-01 05:24:38 +00:00
Vítězslav Čížek
a49875c593 Accepting request 122770 from home:puzel:branches:server:http
- fix build with automake 1.12

OBS-URL: https://build.opensuse.org/request/show/122770
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=8
2012-05-31 11:30:44 +00:00
Stephan Kulow
3c399651f0 Accepting request 113800 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/113800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=21
2012-04-17 05:50:08 +00:00
Vítězslav Čížek
bfab5cad69 Accepting request 110554 from home:k0da:ppc
- drop thttpd-2.25b-x86_64_machine_not_recognized.patch but copy
  config.guess from automake to fix ppc64 as well 

Please forward to the Factory

OBS-URL: https://build.opensuse.org/request/show/110554
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=6
2012-03-22 10:27:10 +00:00
Stephan Kulow
3b2eeea8c7 Accepting request 108978 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/108978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=20
2012-03-13 08:40:01 +00:00
63feab6735 Accepting request 102205 from home:vitezslav_cizek:branches:server:http
- fixed build and added -fpie for makeweb

OBS-URL: https://build.opensuse.org/request/show/102205
OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=4
2012-03-09 11:33:10 +00:00
Stephan Kulow
2c88342b8c replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=19
2011-12-06 18:08:23 +00:00