community/openjdk7: disable vfork and fix wrong icedtea version
The new patch replaces calls to vfork() with regular fork(). As discussed in irclogs from 2020/12. This should fix the deadlocks while building on aarch64.
Also this commit fixes the wrong icedtea version number from previous upgrade.
Edited by Natanael Copa