Vítězslav Čížek
3163e51bea
Accepting request 151574 from home:vitezslav_cizek:branches:devel:libraries:c_c++
...
- fixed CVE-2013-0249 (bnc#802411)
- refreshed patches
OBS-URL: https://build.opensuse.org/request/show/151574
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=87
2013-02-07 12:27:21 +00:00
515a79e0c1
Accepting request 148130 from home:sbrabec:branches:devel:libraries:c_c++
...
- Break build loop and make GPG signature verification optional.
OBS-URL: https://build.opensuse.org/request/show/148130
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=85
2013-01-11 21:01:33 +00:00
Michal Vyskocil
cb83f5749c
Accepting request 143883 from home:sbrabec:gpg-offline-verify
...
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.
If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":
--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif
Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------
OBS-URL: https://build.opensuse.org/request/show/143883
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=83
2012-12-18 10:09:31 +00:00
Ismail Dönmez
9ef148d620
Accepting request 142224 from home:elvigia:branches:devel:libraries:c_c++
...
- Curl 7.28.1
* FTP: prevent the multi interface from blocking Obsoletes
curl-ftp-prevent-the-multi-interface-from-blocking.patch
* don't send '#' fragments when using proxy
* OpenSSL: Disable SSL/TLS compression - avoid the "CRIME" attack
* TFTP: handle resend
* memory leak: CURLOPT_RESOLVE with multi interface
* SSL: Several SSL-backend related fixes
OBS-URL: https://build.opensuse.org/request/show/142224
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=81
2012-11-21 13:55:02 +00:00
Ismail Dönmez
1edb8f7e94
Accepting request 140140 from home:gberh:branches:devel:libraries:c_c++
...
- added curl-ftp-prevent-the-multi-interface-from-blocking.patch in
order to prevent the multi interface from blocking when using ftp
and the remote end responds very slowly (sf#3579064)
OBS-URL: https://build.opensuse.org/request/show/140140
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=79
2012-11-06 08:40:05 +00:00
Sascha Peilicke
864962b335
Accepting request 129235 from home:elvigia:branches:devel:libraries:c_c++
...
- Curl 7.27.0
* support metalinks
* Add sasl authentication support
* various bugfixes
- Fix previous change, _GNU_SOURCE --> AC_USE_SYSTEM_EXTENSIONS
OBS-URL: https://build.opensuse.org/request/show/129235
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=77
2012-07-30 07:42:51 +00:00
4588af0b80
Accepting request 127418 from home:dnh:branches:devel:libraries:c_c++
...
define _GNU_SOURCE for oS/SLES <= 11.4, as O_CLOEXEC is
defined inside a ifdef __USE_GNU
OBS-URL: https://build.opensuse.org/request/show/127418
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=75
2012-07-09 15:14:59 +00:00
Michal Vyskocil
aa7a41bd85
Accepting request 120863 from home:jengelh:branches:devel:libraries:c_c++
...
- Update to new upstream release 7.25.0
* Added CURLOPT_TCP_KEEPALIVE, CURLOPT_TCP_KEEPIDLE,
CURLOPT_TCP_KEEPINTVL
* use new library-side TCP_KEEPALIVE options
* Added a new CURLOPT_MAIL_AUTH option
* Added support for --mail-auth
* (for more see the shipped CHANGES file)
OBS-URL: https://build.opensuse.org/request/show/120863
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=73
2012-05-14 08:01:48 +00:00
Cristian Rodríguez
80b30ca0e4
Accepting request 103144 from home:elvigia:branches:devel:libraries:c_c++
...
- Problem with the c-ares backend, workaround for [bnc#745534]
OBS-URL: https://build.opensuse.org/request/show/103144
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=71
2012-02-08 00:47:02 +00:00
Cristian Rodríguez
c6966aed7d
Accepting request 102532 from home:elvigia:branches:devel:libraries:c_c++
...
- Update to version curl 7.24.0
- refresh patches to fix broken build
OBS-URL: https://build.opensuse.org/request/show/102532
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=69
2012-02-02 18:50:23 +00:00
a712d04fa2
- use the rpmoptflags unconditionally, don't do own compiler flag
...
magic. Fixes debuginfo package built
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=67
2012-01-18 12:50:45 +00:00
Ismail Dönmez
ffe78d65d1
Accepting request 98350 from home:michal-m:branches:devel:libraries:c_c++
...
- Package /usr/share/aclocal to avoid build dependency on automake.
OBS-URL: https://build.opensuse.org/request/show/98350
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=65
2011-12-28 11:33:17 +00:00
Cristian Rodríguez
ef33e4f697
Accepting request 94633 from home:elvigia:branches:devel:libraries:c_c++
...
- Use O_CLOEXEC in library code.
OBS-URL: https://build.opensuse.org/request/show/94633
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=63
2011-11-30 22:43:55 +00:00
a197500b88
Remove redundant/unwanted tags/section (cf. specfile guidelines)
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=62
2011-11-29 12:39:52 +00:00
Ismail Dönmez
c81b8a7590
- Use original source tarball
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=61
2011-11-29 08:41:20 +00:00
Ismail Dönmez
cc0620d61f
Accepting request 94200 from games
...
Updated according to your wishes.
OBS-URL: https://build.opensuse.org/request/show/94200
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=60
2011-11-29 08:10:06 +00:00
Ismail Dönmez
ba9bec586e
Accepting request 86267 from home:dimstar:branches:devel:libraries:c_c++
...
Update to 7.22.0
OBS-URL: https://build.opensuse.org/request/show/86267
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=58
2011-10-03 17:46:54 +00:00
Ismail Dönmez
9cad9a3042
Accepting request 83159 from home:jengelh:bl-c
...
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
OBS-URL: https://build.opensuse.org/request/show/83159
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=56
2011-09-18 18:45:34 +00:00
Ismail Dönmez
7b671dfcc3
Accepting request 82516 from home:jengelh:bl
...
- Add curl-devel to baselibs
OBS-URL: https://build.opensuse.org/request/show/82516
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=55
2011-09-16 18:30:01 +00:00
Ismail Dönmez
4db92a5989
Accepting request 78841 from home:elvigia:branches:devel:libraries:c_c++
...
- Use SSL_MODE_RELEASE_BUFFERS if available, accepted
in upstream as commit 3d919440c80333c496fb
OBS-URL: https://build.opensuse.org/request/show/78841
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=53
2011-08-15 07:26:53 +00:00
Stephan Kulow
5cc5b4cf76
- bnc#598574 has been fixed in upstream commit 8ab137b2bc9630ce20f4
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=51
2011-08-03 09:41:39 +00:00
Stephan Kulow
fc4516d97c
- remove support for old suse_versions
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=50
2011-07-12 06:46:16 +00:00
Philipp Thomas
b1c16ce5cd
- Update to 7.21.7:
...
- Fix libcurl inappropriate GSSAPI delegation. Full details at
http://curl.haxx.se/docs/adv_20110623.html
- Some other minor fixes.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=49
2011-07-11 11:20:30 +00:00
Philipp Thomas
0fd32f71d0
- Fix libcurl inappropriate GSSAPI delegation. Full details at
...
http://curl.haxx.se/docs/adv_20110623.html
- Use the lzma compressed tarball provided upstreams.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=48
2011-07-11 11:18:11 +00:00
Cristian Rodríguez
fd7ee2a250
Accepting request 70846 from home:elvigia:branches:devel:libraries:c_c++
...
- remove unintented LDFLAGS from the spec file
OBS-URL: https://build.opensuse.org/request/show/70846
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=47
2011-05-20 16:27:14 +00:00
Cristian Rodríguez
c2cfddf9bf
Accepting request 70837 from home:elvigia:branches:devel:libraries:c_c++
...
- Update to 7.21.6
* curl-config: fix --version
* use HTTPS properly after CONNECT
* SFTP: close file before post quote operations
OBS-URL: https://build.opensuse.org/request/show/70837
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=46
2011-05-20 15:40:30 +00:00
Cristian Rodríguez
260af4b004
Accepting request 67319 from home:elvigia:branches:devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/67319
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=45
2011-04-14 17:23:57 +00:00
Cristian Rodríguez
d36d6addd8
Accepting request 66602 from home:elvigia:branches:devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/66602
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=44
2011-04-09 21:16:06 +00:00
Cristian Rodríguez
1c1dbecbb5
Accepting request 51270 from home:elvigia:branches:devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/51270
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=40
2010-10-22 17:36:46 +00:00
OBS User autobuild
dcc865d447
Accepting request 41607 from devel:libraries:c_c++
...
checked in (request 41607)
OBS-URL: https://build.opensuse.org/request/show/41607
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=39
2010-06-18 03:58:32 +00:00
Cristian Rodríguez
d915a84230
Accepting request 41589 from home:lnussel:nss
...
Copy from home:lnussel:nss/curl via accept of submit request 41589 revision 3.
Request was accepted with message:
Reviewed ok
OBS-URL: https://build.opensuse.org/request/show/41589
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=38
2010-06-16 14:02:02 +00:00
OBS User buildservice-autocommit
110cb150fa
Updating link to change in openSUSE:Factory/curl revision 48.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=1f28b94aca0c6765c6f92183265285a8
2010-06-02 16:11:04 +00:00
OBS User autobuild
0026f2eeb9
Accepting request 40967 from devel:libraries:c_c++
...
checked in (request 40967)
OBS-URL: https://build.opensuse.org/request/show/40967
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=37
2010-06-02 16:11:03 +00:00
Cristian Rodríguez
8bdc3fe8be
Accepting request 39704 from home:elvigia:branches:devel:libraries:c_c++
...
Copy from home:elvigia:branches:devel:libraries:c_c++/curl via accept of submit request 39704 revision 2.
Request was accepted with message:
OBS-URL: https://build.opensuse.org/request/show/39704
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=36
2010-05-10 01:13:19 +00:00
OBS User buildservice-autocommit
5c2b3aa680
Updating link to change in openSUSE:Factory/curl revision 47.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=bfb9aa25e40d9dba75f927bb98d16cb2
2010-04-24 15:07:17 +00:00
OBS User autobuild
6c78ed8ae2
Accepting request 38688 from devel:libraries:c_c++
...
checked in (request 38688)
OBS-URL: https://build.opensuse.org/request/show/38688
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=35
2010-04-24 15:07:16 +00:00
Stephan Kulow
329b922786
Accepting request 38686 from home:coolo:branches:openSUSE:Factory
...
Copy from home:coolo:branches:openSUSE:Factory/curl via accept of submit request 38686 revision 2.
Request was accepted with message:
Reviewed ok
OBS-URL: https://build.opensuse.org/request/show/38686
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=34
2010-04-24 10:59:56 +00:00
Cristian Rodríguez
da72893741
Accepting request 38551 from home:elvigia:branches:devel:libraries:c_c++
...
Copy from home:elvigia:branches:devel:libraries:c_c++/curl via accept of submit request 38551 revision 2.
Request was accepted with message:
OBS-URL: https://build.opensuse.org/request/show/38551
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=33
2010-04-23 00:56:44 +00:00
OBS User buildservice-autocommit
9c89df5839
Updating link to change in openSUSE:Factory/curl revision 46.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=747c2ef4a391e068519aa38c62e69837
2010-03-26 15:17:01 +00:00
OBS User autobuild
43b4becf7b
Accepting request 35801 from devel:libraries:c_c++
...
checked in (request 35801)
OBS-URL: https://build.opensuse.org/request/show/35801
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=32
2010-03-26 15:16:59 +00:00
Cristian Rodríguez
0d5d0c8c50
Accepting request 35703 from home:elvigia:branches:devel:libraries:c_c++
...
Copy from home:elvigia:branches:devel:libraries:c_c++/curl via accept of submit request 35703 revision 2.
Request was accepted with message:
OBS-URL: https://build.opensuse.org/request/show/35703
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=31
2010-03-24 18:41:13 +00:00
OBS User buildservice-autocommit
eff96be558
Updating link to change in openSUSE:Factory/curl revision 45.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=640d57fadae1b91f10b2ab33dfd6f7e8
2010-03-18 22:29:56 +00:00
OBS User autobuild
99f30a6978
Accepting request 35079 from devel:libraries:c_c++
...
checked in (request 35079)
OBS-URL: https://build.opensuse.org/request/show/35079
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=30
2010-03-18 22:29:55 +00:00
Cristian Rodríguez
38908b7ee8
Accepting request 34498 from home:elvigia:branches:devel:libraries:c_c++
...
Copy from home:elvigia:branches:devel:libraries:c_c++/curl via accept of submit request 34498 revision 2.
Request was accepted with message:
OBS-URL: https://build.opensuse.org/request/show/34498
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=29
2010-03-10 13:47:59 +00:00
Michal Marek
a53804f793
Accepting request 32494 from home:dimstar:branches:devel:libraries:c_c++
...
Copy from home:dimstar:branches:devel:libraries:c_c++/curl via accept of submit request 32494 revision 2.
Request was accepted with message:
Reviewed ok
OBS-URL: https://build.opensuse.org/request/show/32494
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=26
2010-02-15 12:36:20 +00:00
OBS User buildservice-autocommit
181250f269
Updating link to change in openSUSE:Factory/curl revision 42.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=54f1d15a5b62e89c45c58aa9024ccde3
2010-01-29 14:56:03 +00:00
OBS User autobuild
558adcc2e6
checked in (request 30494)
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=25
2010-01-29 14:56:02 +00:00
Michal Marek
423e2bcd18
Accepting request 30486 from home:michal-m:branches:devel:libraries:c_c++
...
Copy from home:michal-m:branches:devel:libraries:c_c++/curl via accept of submit request 30486 revision 4.
Request was accepted with message:
Reviewed ok
OBS-URL: https://build.opensuse.org/request/show/30486
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=24
2010-01-26 11:17:04 +00:00
OBS User autobuild
c1075ddc91
checked in
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=23
2010-01-14 15:26:54 +00:00
d8ab9145a3
- add baselibs.conf as source
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=22
2010-01-11 10:38:40 +00:00