Custom Query (19645 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 19645)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#2553 invalid Issue with Amarok blfs-book@… xtephan
Description

make install will install only the docs. No binary, no library, no nothing.

#2946 fixed kdelibs-3.5.10 blfs-book@… xtephan
Description

There is a compile error at kdelibs-3.5.10 due to gcc 4.4 on LFS 6.5. The bug can be found here Also the patch can be found here.

#11181 fixed buggy patch of liboauth-1.0.3 Douglas R. Reno Xi Ruoyao
Description

The patch introduced a warning:

hash,c: In function 'oauth_verify_rsa_sha1':
hash.c:463:19: warning: passing argument 1 of 'EVP_MD_CTX_free' from incompatible pointer type [-Wincompatible-pointer-types]
    EVP_MD_CTX_free(pkey);
    
In file included from /usr/include/openssl/hmac.h:15,
                 from hash.c:363:
/usr/include/openssl/evp.h:499:34: note: expected 'EVP_MD_CTX *' {aka 'struct evp_md_ctx_st *'} but argument is of type 'EVP_PKEY *' {aka 'struct evp_pkey_st *'}
  void EVP_MD_CTX_free(EVP_MD_CTX *ctx);

Then the testsuite of liboauth-1.0.3 fails because of this. To fix this bug we should change hash.c:463 to be EVP_MD_CTX_free(md_ctx);.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.