Subversion Repositories ssvnc

Compare Revisions

Ignore whitespace Rev 44 → Rev 45

/ssvnc/trunk/debian/changelog
9,8 → 9,9
happen, at least not when Caps Lock or other modifiers were active.
* samemachine_ipv6_overflow.patch (new): Fix stack overflow when
connecting over IPv6, caused by non-IPv6-aware code (Closes: #774622).
* nostrip.patch: Don't strip vncstorepw or ultravnc_dsm_helper either.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jul 2016 22:25:20 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jul 2016 22:42:05 +0200
 
ssvnc (1.0.29-2) unstable; urgency=low
 
/ssvnc/trunk/debian/patches/nostrip.patch
10,3 → 10,21
cp -p $(VIEWER) $(ROOT)$(PREFIX)/$(LIB)
cp -p $(VNCSPW) $(ROOT)$(PREFIX)/$(LIB)
cp -p $(UNWRAP) $(ROOT)$(PREFIX)/$(LIB)
--- a/vncstorepw/Makefile
+++ b/vncstorepw/Makefile
@@ -14,7 +14,6 @@ all: $(CMD) $(UNWRAP) $(LIMACC) $(ULTDSM
$(CMD): vncauth.o vncstorepw.o d3des.o
PATH=$$PATH:$(EPATH) $(CC) -o $(CMD) vncstorepw.o vncauth.o d3des.o
- PATH=$$PATH:$(EPATH) strip $(CMD)
@ls -l $(CMD)
$(UNWRAP): unwrap.c
@@ -41,7 +40,6 @@ $(ULTDSM): ultravnc_dsm_helper.c
else \
PATH=$$PATH:$(EPATH) $(CC) -o $(ULTDSM) $(CPP_SSL) ultravnc_dsm_helper.c $(LD_SSL) -lssl -lcrypto; \
fi
- PATH=$$PATH:$(EPATH) strip $(ULTDSM)
@ls -l $(ULTDSM)
test: $(CMD)