openssh: bump ssh version.

This commit is contained in:
Luis Guzman 2024-07-01 18:18:14 +00:00
parent c57af22e38
commit 057509e640

View file

@ -17,14 +17,14 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=6 VERSION=7
NETINST=true NETINST=true
. ./config . ./config
#FIXME:T12 #FIXME:T12
# Set version number due to source origin change # Set version number due to source origin change
export FULLVERSION="$(sed 's|ubuntu0.7||' <<< $FULLVERSION)" export FULLVERSION="$(sed 's|ubuntu0.10||' <<< $FULLVERSION)"
sed 's:Ubuntu:Trisquel\ GNU/Linux:g' -i debian/rules sed 's:Ubuntu:Trisquel\ GNU/Linux:g' -i debian/rules
sed "s|^SSH_EXTRAVERSION.*|SSH_EXTRAVERSION := Trisquel_GNU/Linux_$REVISION-$VERSION|" -i debian/rules sed "s|^SSH_EXTRAVERSION.*|SSH_EXTRAVERSION := Trisquel_GNU/Linux_$REVISION-$VERSION|" -i debian/rules