stunnel.patch 862 B

123456789101112131415161718192021222324
  1. Index: configure
  2. --- configure.orig 2006-09-30 16:09:57 +0200
  3. +++ configure 2006-11-12 11:20:13 +0100
  4. @@ -23035,6 +23035,7 @@
  5. cat confdefs.h >>conftest.$ac_ext
  6. cat >>conftest.$ac_ext <<_ACEOF
  7. /* end confdefs.h. */
  8. +#include <stdlib.h>
  9. #include <stdio.h>
  10. #include <sys/types.h>
  11. #include <sys/socket.h>
  12. Index: tools/Makefile.in
  13. --- tools/Makefile.in.orig 2007-11-01 18:45:14.000000000 +0100
  14. +++ tools/Makefile.in 2008-03-28 18:04:57.000000000 +0100
  15. @@ -395,7 +395,7 @@
  16. ${INSTALL} -m 600 stunnel.pem $(DESTDIR)$(confdir)/stunnel.pem; \
  17. rm stunnel.pem; \
  18. fi
  19. - ${INSTALL} -d -m 1770 $(DESTDIR)$(localstatedir)/lib/stunnel
  20. + ${INSTALL} -d -m 0770 $(DESTDIR)$(localstatedir)/lib/stunnel
  21. -chgrp $(DEFAULT_GROUP) $(DESTDIR)$(localstatedir)/lib/stunnel
  22. if uname | grep SunOS; then \
  23. ${INSTALL} -d -m 755 $(DESTDIR)$(localstatedir)/lib/stunnel/dev; \