]> granicus.if.org Git - cracklib/commitdiff
Notes about release process, clean up autogen
authorNathan Neulinger <nneul@neulinger.org>
Sun, 3 Mar 2019 17:29:15 +0000 (11:29 -0600)
committerNathan Neulinger <nneul@neulinger.org>
Sun, 3 Mar 2019 17:29:15 +0000 (11:29 -0600)
README.release.md
src/Makefile.am
src/README-WORDS
src/autogen.sh

index 093206bdecb1a7839b3e33fda413f6a45e700992..e7f3678c887ce1b7b1f55cca3fafc1f3574439c6 100644 (file)
@@ -11,4 +11,10 @@ for announcement, the moment to change the new version.
 At time of release, create ONE commit with all version numbers update in files and named for example "X.X.X".
 Create a tag of the name "vX.Y.Z" pointed to that commit and produce releases at that point
 
-After the release, commit a change to put versions back to MAJOR.MINOR.(PATCH+1)-dev
+To produce release binaries
+       1) Start from a clean repo and run autogen.sh
+       2) Configure and 'make dist'
+       3) Make in cracklib words directory
+       3) Upload the relevant binaries to a release on github attached to the tag that was already created above
+
+After the release, commit a change to put versions to MAJOR.MINOR.(PATCH+1)-dev
index 8c176fe0e8ac8682f6a9f4dd829b04db167038be..97c82dd4830ddbaa9c51ea95a85f4c50e9264343 100644 (file)
@@ -7,6 +7,8 @@ EXTRA_DIST = \
                README-LICENSE \
                test-data 
 
+DIST_TARGETS=dist-gzip dist-bzip2 dist-zip
+
 all-local:
        @echo
        @echo =======================================================
index 757cc9266b007d535cc142940017a04cb122a6b2..a99bea6401ec19f5ec6829b717407d1224db7876 100644 (file)
@@ -21,3 +21,7 @@ For best results, supply cracklib with as large a wordlist as you
 have available to you - blackhats brute forcing passwords have those
 same lists, might as well use it to benefit your security.
 
+There are HUGE (multi GB) wordlists available online with questionable
+sources, but if you are looking for the most complete source, those
+would be worth investigating.
+
index 12685b864c25c882f3460e2408fb7b73c0f56250..5c673b367848bb664326f31a5bd5569e251440fb 100755 (executable)
@@ -5,8 +5,8 @@ echo EXTRA_DIST = *.m4 > Makefile.am
 cd ..
 autoreconf -f -i
 
-curl "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" > config.guess
-curl "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" > config.sub
+curl --silent "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" > config.guess
+curl --silent "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" > config.sub
 
 #for f in "lt~obsolete.m4" "ltversion.m4" "ltsugar.m4" "ltoptions.m4" "libtool.m4"; do
        #curl "http://git.savannah.gnu.org/cgit/libtool.git/plain/m4/${f}?id=v2.4.2.418" > m4/${f}