Commit Graph

62 Commits

Author SHA256 Message Date
Dominique Leuenberger
acfa9fc74c Accepting request 1153470 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1153470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=43
2024-03-02 22:20:36 +00:00
739b17cda5 Accepting request 1153469 from home:pgajdos:l
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1153469
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=54
2024-02-29 16:20:52 +00:00
Dominique Leuenberger
cfccd7a8f7 Accepting request 1058751 from devel:libraries:c_c++
- Disable the select backend, this can be easily done by lying
  to configure. This is done due to:
  * using fd number > 1024 on an fd_set results in a runtime 
    fortify source assertion, preventing further doom.
  * select will not be changed to handle fd > 1024.
  * this limit is unreasonable low for this century. (forwarded request 1058580 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/1058751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=42
2023-01-18 12:08:08 +00:00
10badc34f3 Accepting request 1058580 from home:elvigia:branches:devel:libraries:c_c++
- Disable the select backend, this can be easily done by lying
  to configure. This is done due to:
  * using fd number > 1024 on an fd_set results in a runtime 
    fortify source assertion, preventing further doom.
  * select will not be changed to handle fd > 1024.
  * this limit is unreasonable low for this century.

OBS-URL: https://build.opensuse.org/request/show/1058580
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=52
2023-01-16 17:53:10 +00:00
Dominique Leuenberger
32a90540e8 Accepting request 870473 from devel:libraries:c_c++
- Drop insserv_prereq and fillup_prereq macros: there are no
  pre-scripts that would justify these dependencies. (forwarded request 870408 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/870473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=41
2021-02-11 17:09:56 +00:00
765083cc81 Accepting request 870408 from home:dimstar:Factory
- Drop insserv_prereq and fillup_prereq macros: there are no
  pre-scripts that would justify these dependencies.

OBS-URL: https://build.opensuse.org/request/show/870408
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=50
2021-02-09 10:11:47 +00:00
Dominique Leuenberger
5066acb541 Accepting request 825271 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/825271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=40
2020-08-12 08:56:30 +00:00
a38b90afb4 Accepting request 823351 from home:dmdiss:ibevent_2.1.12
- Update to 2.1.12 stable
  * buffer: do not pass NULL to memcpy() from evbuffer_pullup()
  * http: fix undefined-shift in EVUTIL_IS*_ helpers
  * Check error code of evhttp_add_header_internal() in
    evhttp_parse_query_impl()
  * http: fix EVHTTP_CON_AUTOFREE in case of timeout
  * evdns: Add additional validation for values of dns options
  * Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE with debug enabled
  * increase segment refcnt only if evbuffer_add_file_segment() succeeds
  * evdns: fix a crash when evdns_base with waiting requests is freed
  * event_base_once: fix potential null pointer threat
  * http: do not assume body for CONNECT
  * evbuffer_add_file: fix freeing of segment in the error path
  * Fix checking return value of the evdns_base_resolv_conf_parse()
  * Support EV_CLOSED on linux for poll(2)
  * Parse IPv6 scope IDs.
  * evutil_time: detect and use _gmtime64_s()/_gmtime64()
  * bufferevent: allow setting priority on socket and openssl type
  * Fix EV_CLOSED detection/reporting
  * Revert "Warn if forked from the event loop during event_reinit()"

OBS-URL: https://build.opensuse.org/request/show/823351
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=48
2020-08-10 08:03:22 +00:00
Dominique Leuenberger
04c001d12c Accepting request 741477 from devel:libraries:c_c++
- Add upstream patches with the feature of "prepare" and "check"
  watchers. That feature is needed by envoy-proxy:
  * 0001-evwatch-Add-prepare-and-check-watchers.patch
  * 0002-evwatch-fix-race-condition.patch (forwarded request 741457 from mrostecki)

OBS-URL: https://build.opensuse.org/request/show/741477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=39
2019-10-23 13:48:52 +00:00
8ddc06dd17 Accepting request 741457 from home:mrostecki:branches:devel:kubic
- Add upstream patches with the feature of "prepare" and "check"
  watchers. That feature is needed by envoy-proxy:
  * 0001-evwatch-Add-prepare-and-check-watchers.patch
  * 0002-evwatch-fix-race-condition.patch

OBS-URL: https://build.opensuse.org/request/show/741457
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=46
2019-10-21 10:48:57 +00:00
Dominique Leuenberger
d09a7e27fc Accepting request 725008 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/725008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=38
2019-09-05 10:31:48 +00:00
c04a5bd100 Accepting request 724892 from home:dmdiss:libevent_2.1.10
- Update to 2.1.11 stable
  * Fix ABI breakage that had been introduced in 2.1.10. Strictly speaking
    this release breaks ABI again to make it compatible with <= 2.1.9.
    + See git commit 18104973 for more details
  * evdns: add new options -- so-rcvbuf/so-sndbuf
  * various autotools and cmake build changes
  * buffer: fix possible NULL dereference in evbuffer_setcb() on ENOMEM
  * Warn if forked from the event loop during event_reinit()
  * evutil: set the have_checked_interfaces in evutil_check_interfaces()
  * https-client: correction error checking

OBS-URL: https://build.opensuse.org/request/show/724892
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=44
2019-08-21 11:19:54 +00:00
5047f5e9d6 Accepting request 720457 from home:marxin:static
Use FAT LTO objects in order to provide proper static library.

OBS-URL: https://build.opensuse.org/request/show/720457
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=43
2019-08-02 08:26:52 +00:00
Dominique Leuenberger
1c004e3cf6 Accepting request 712816 from devel:libraries:c_c++
- Fix name of library package (bsc#1138369) (forwarded request 712775 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/712816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=37
2019-07-13 11:35:33 +00:00
ffa78b6b04 Accepting request 712775 from home:Andreas_Schwab:Factory
- Fix name of library package (bsc#1138369)

OBS-URL: https://build.opensuse.org/request/show/712775
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=41
2019-07-01 11:28:36 +00:00
Dominique Leuenberger
4f20896385 Accepting request 705856 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/705856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=36
2019-06-12 10:57:44 +00:00
e77241ff38 Accepting request 705710 from home:dmdiss:libevent_2.1.10
- Update to 2.1.10 stable
- rename python2-shebang.patch -> python3-shebang.patch following port

OBS-URL: https://build.opensuse.org/request/show/705710
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=39
2019-05-28 09:11:09 +00:00
Dominique Leuenberger
7b3ad8bfce Accepting request 623241 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/623241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=35
2018-07-25 14:05:22 +00:00
5979748ffa Accepting request 621930 from home:mrostecki:branches:devel:libraries:c_c++
- Make use of %license macro
- Add devel-static package, which is needed for building Envoy
  (https://www.envoyproxy.io/) and Cilium with Envoy integration
- Fix an error about /usr/bin/env shebang in event_rpcgen.py 
  * python2-shebang.patch

OBS-URL: https://build.opensuse.org/request/show/621930
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=37
2018-07-17 08:08:10 +00:00
Dominique Leuenberger
432c2e409f Accepting request 530889 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/530889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=34
2017-10-07 15:47:53 +00:00
c93bf6403b Accepting request 530571 from home:jengelh:branches:devel:libraries:c_c++
- Trim description of secondary packages and SRPM.
  Rectify RPM group.

OBS-URL: https://build.opensuse.org/request/show/530571
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=35
2017-10-03 14:11:48 +00:00
8be99960fc Accepting request 530354 from home:dimstar:Factory
- Add baselibs.conf: build libevent-2_1-8-32bit (needed by
  libqt5-qtwebengine).

OBS-URL: https://build.opensuse.org/request/show/530354
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=34
2017-10-02 08:38:41 +00:00
Dominique Leuenberger
002274cef7 Accepting request 459639 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/459639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=33
2017-02-24 23:46:42 +00:00
Ismail Dönmez
c2cadf41c5 Accepting request 459638 from home:jengelh:branches:devel:libraries:c_c++
TRIM the changelog. Remove all the unimportant things:
stuff not for Linux, build-time stuff that's irrelevant (because we are shipping a compiled version already)...

OBS-URL: https://build.opensuse.org/request/show/459638
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=32
2017-02-22 10:04:00 +00:00
Ismail Dönmez
d1d8adbbd7 -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=31
2017-02-21 18:47:23 +00:00
Ismail Dönmez
65cbf32d37 -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=30
2017-02-21 18:46:36 +00:00
Ismail Dönmez
140dcf432b -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=29
2017-02-21 18:43:08 +00:00
Ismail Dönmez
bf9671e48a OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=28 2017-02-21 18:41:30 +00:00
Ismail Dönmez
fa77242814 Accepting request 459539 from home:dmdiss:elastocloud
- Update to 2.1.8 stable
- Fix build on non-SUSE rpm based platforms.

OBS-URL: https://build.opensuse.org/request/show/459539
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=27
2017-02-21 18:41:03 +00:00
Dominique Leuenberger
d5bd0f1ccd Accepting request 291000 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/291000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=32
2015-03-19 19:34:58 +00:00
41daeb48d8 Accepting request 290770 from home:pluskalm:branches:devel:libraries:c_c++
- Cleanup spec file with spec-cleaner
- Add gpg signature
- Enable tests that do not require network connection

OBS-URL: https://build.opensuse.org/request/show/290770
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=25
2015-03-16 13:44:37 +00:00
Dominique Leuenberger
7704d20492 Accepting request 287256 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/287256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=31
2015-02-27 10:03:27 +00:00
f28a186e93 Accepting request 287225 from home:benoit_monin:branches:devel:libraries:c_c++
- update to 2.0.22
- update source URL

OBS-URL: https://build.opensuse.org/request/show/287225
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=23
2015-02-22 19:21:50 +00:00
Stephan Kulow
64b0c2761a Accepting request 181439 from devel:libraries:c_c++
update version 2.0.21 (forwarded request 181437 from MargueriteSu)

OBS-URL: https://build.opensuse.org/request/show/181439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=28
2013-06-29 17:42:36 +00:00
Dr. Werner Fink
d740f3e869 Accepting request 181437 from home:MargueriteSu:branches:devel:libraries:c_c++
update version 2.0.21

OBS-URL: https://build.opensuse.org/request/show/181437
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=21
2013-06-29 13:07:21 +00:00
Ismail Dönmez
09594317df Accepting request 141610 from devel:libraries:c_c++
update to 2.0.20 (forwarded request 141597 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/141610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=26
2012-11-18 19:30:16 +00:00
Cristian Rodríguez
c7af3fe8f3 Accepting request 141597 from home:AndreasStieger:branches:devel:libraries:c_c++
update to 2.0.20

OBS-URL: https://build.opensuse.org/request/show/141597
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=19
2012-11-17 04:18:11 +00:00
Stephan Kulow
892bb17692 Accepting request 129542 from devel:libraries:c_c++
- Libevent 2.0.19
* Fix periodic timeout behavior when time jumps forwar
* Avoid certain priority inversions 
* More evdns improvements
* lots of other bugfixes, see NEWS for details.
- Provide openssl support.

OBS-URL: https://build.opensuse.org/request/show/129542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=25
2012-08-04 07:20:49 +00:00
511485c55c fixed sourceurl
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=17
2012-08-01 09:41:57 +00:00
6674665809 Accepting request 129371 from home:elvigia:branches:devel:libraries:c_c++
- Libevent 2.0.19
* Fix periodic timeout behavior when time jumps forwar
* Avoid certain priority inversions 
* More evdns improvements
* lots of other bugfixes, see NEWS for details.
- Provide openssl support.

OBS-URL: https://build.opensuse.org/request/show/129371
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=16
2012-07-31 06:12:09 +00:00
Stephan Kulow
afd46a6510 Accepting request 104848 from devel:libraries:c_c++
- Remove redundant tags/sections per specfile guideline suggestions
- Use "pkgconfig" BR so that the package also works on Redhats.

OBS-URL: https://build.opensuse.org/request/show/104848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=23
2012-02-16 15:17:35 +00:00
63078443a1 Use pkgconfig name, for redhats
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=14
2012-02-11 01:58:04 +00:00
f73f0e70ba Remove redundant tags/sections
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=13
2012-02-01 01:15:22 +00:00
Stephan Kulow
a17d4c85e4 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=22
2011-12-06 17:23:22 +00:00
Sascha Peilicke
74feaf7b45 Autobuild autoformatter for 77947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=20
2011-08-04 07:19:51 +00:00
Sascha Peilicke
47f1082b1c Accepting request 77947 from devel:libraries:c_c++
to fix the unresolvables in Gnome:Apps e.g.transmission 2.33

gruss friseer (forwarded request 77922 from Friseer)

OBS-URL: https://build.opensuse.org/request/show/77947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=19
2011-08-04 07:19:40 +00:00
Cristian Rodríguez
a1eb98374b Accepting request 77922 from home:Friseer
to fix the unresolvables in Gnome:Apps e.g.transmission 2.33

gruss friseer

OBS-URL: https://build.opensuse.org/request/show/77922
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=11
2011-08-04 03:17:51 +00:00
Sascha Peilicke
2b9252b906 Autobuild autoformatter for 64828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=18
2011-03-24 15:39:43 +00:00
OBS User buildservice-autocommit
8470c45d0f Updating link to change in openSUSE:Factory/libevent revision 18.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=fd67f50fc79421735329d7db78fa448d
2011-03-24 15:39:43 +00:00
Sascha Peilicke
3efb0ef613 Accepting request 64828 from devel:libraries:c_c++
Accepted submit request 64828 from user coolo

OBS-URL: https://build.opensuse.org/request/show/64828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=17
2011-03-24 15:39:34 +00:00