Sat, 06 Oct 2012 16:24:01 +0200
Update to new vendor software version and adjust patch code accordingly.
Unfortunately the vendor has apparently failed to properly test this
release which depends on missing object symbols in libsasl2.a(common.o):
undefined reference to `sasl_randcreate'
undefined reference to `sasl_mkchal'
undefined reference to `sasl_utf8verify'
undefined reference to `sasl_rand'
undefined reference to `sasl_churn'
undefined reference to `sasl_encode64'
undefined reference to `sasl_decode64'
undefined reference to `sasl_erasebuffer'
undefined reference to `sasl_randfree'
undefined reference to `sasl_strlower'
undefined reference to `get_fqhostname'
...yet to be patched.
michael@623 | 1 | #! /bin/sh |
michael@623 | 2 | |
michael@623 | 3 | # Wo die Quellen bleibt |
michael@623 | 4 | cd $HOME/opwrk/pkg/src |
michael@623 | 5 | |
michael@623 | 6 | # Push synchronize OpenPKG TMP and PKG SRPM |
michael@680 | 7 | rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del . flur:opwrk/pkg/src |
michael@623 | 8 | |
michael@623 | 9 | # Pull synchronize OpenPKG TMP and PKG SRPM (slash wichtig) |
michael@680 | 10 | rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del elotro:opwrk/pkg/src/ . |