semigodking / redsocks

transparent redirector of any TCP/UDP connection to proxy
Apache License 2.0
1.14k stars 246 forks source link

new release #150

Closed chenrui333 closed 5 months ago

chenrui333 commented 3 years ago

I am trying to help keep redsocks up to date, unfortunately, the original fork is not well maintained.

So I wonder if you can make a new release and I can switch to use your latest release (so that the users can use the up to date software).

Thanks!


relates to Homebrew/homebrew-core#8267 also relates to https://github.com/darkk/redsocks/issues/96

chenrui333 commented 3 years ago

Currently, I am still having build issue with the latest master:

==> make
Last 15 lines from /Users/rchen/Library/Logs/Homebrew/redsocks/01.make:
./encrypt.h:92:18: error: field has incomplete type 'cipher_evp_t' (aka 'struct evp_cipher_ctx_st')
    cipher_evp_t evp;
                 ^
/usr/local/opt/openssl/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st'
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
               ^
encrypt.c:919:17: error: variable has incomplete type 'cipher_kt_t' (aka 'struct evp_cipher_st')
    cipher_kt_t cipher_info;
                ^
/usr/local/opt/openssl/include/openssl/ossl_typ.h:89:16: note: forward declaration of 'struct evp_cipher_st'
typedef struct evp_cipher_st EVP_CIPHER;
               ^
2 errors generated.
make: *** [encrypt.o] Error 1
make: *** Waiting for unfinished jobs....

READ THIS: https://docs.brew.sh/Troubleshooting
semigodking commented 3 years ago

Do you really need shadowsocks support? if not, you can disable it and compile.

chenrui notifications@github.com 于 2020年7月5日周日 13:24写道:

Currently, I am still having build issue with the latest master:

==> make Last 15 lines from /Users/rchen/Library/Logs/Homebrew/redsocks/01.make: ./encrypt.h:92:18: error: field has incomplete type 'cipher_evp_t' (aka 'struct evp_cipher_ctx_st') cipher_evp_t evp; ^ /usr/local/opt/openssl/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st' typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; ^ encrypt.c:919:17: error: variable has incomplete type 'cipher_kt_t' (aka 'struct evp_cipher_st') cipher_kt_t cipher_info; ^ /usr/local/opt/openssl/include/openssl/ossl_typ.h:89:16: note: forward declaration of 'struct evp_cipher_st' typedef struct evp_cipher_st EVP_CIPHER; ^ 2 errors generated. make: [encrypt.o] Error 1 make: Waiting for unfinished jobs....

READ THIS: https://docs.brew.sh/Troubleshooting

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/semigodking/redsocks/issues/150#issuecomment-653844106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP2XD7IN6O7ZVNAKNW45JTR2AE75ANCNFSM4OQWUXIQ .

chenrui333 commented 3 years ago

yeah, I can give it a shot.

On Sun, Jul 5, 2020 at 5:39 AM semigodking notifications@github.com wrote:

Do you really need shadowsocks support? if not, you can disable it and compile.

chenrui notifications@github.com 于 2020年7月5日周日 13:24写道:

Currently, I am still having build issue with the latest master:

==> make Last 15 lines from /Users/rchen/Library/Logs/Homebrew/redsocks/01.make: ./encrypt.h:92:18: error: field has incomplete type 'cipher_evp_t' (aka 'struct evp_cipher_ctx_st') cipher_evp_t evp; ^ /usr/local/opt/openssl/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st' typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; ^ encrypt.c:919:17: error: variable has incomplete type 'cipher_kt_t' (aka 'struct evp_cipher_st') cipher_kt_t cipher_info; ^ /usr/local/opt/openssl/include/openssl/ossl_typ.h:89:16: note: forward declaration of 'struct evp_cipher_st' typedef struct evp_cipher_st EVP_CIPHER; ^ 2 errors generated. make: [encrypt.o] Error 1 make: Waiting for unfinished jobs....

READ THIS: https://docs.brew.sh/Troubleshooting

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/semigodking/redsocks/issues/150#issuecomment-653844106 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAP2XD7IN6O7ZVNAKNW45JTR2AE75ANCNFSM4OQWUXIQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/semigodking/redsocks/issues/150#issuecomment-653865449, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMB7HFT2OW5I734Y5CVL33R2BC3XANCNFSM4OQWUXIQ .